mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
27 lines
727 B
JSON
27 lines
727 B
JSON
{
|
|
"name": "ct-svelte-vite",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"playwright-dev": "vite --config playwright.vite.config.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
|
|
"@tsconfig/svelte": "^2.0.1",
|
|
"svelte": "^3.44.0",
|
|
"svelte-check": "^2.2.7",
|
|
"svelte-preprocess": "^4.9.8",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.8.0"
|
|
},
|
|
"@standaloneDevDependencies": {
|
|
"@playwright/experimental-ct-svelte": "0.0.1",
|
|
"@playwright/test": "1.21.0-alpha-mar-12-2022"
|
|
}
|
|
} |