playwright/tests/components/ct-svelte-vite/package.json

24 lines
507 B
JSON
Raw Normal View History

2022-03-12 00:46:11 +01:00
{
"name": "ct-svelte-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
2022-10-20 22:33:25 +02:00
"typecheck": "svelte-check --tsconfig ./tsconfig.json"
2022-03-12 00:46:11 +01:00
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
2022-12-20 00:34:45 +01:00
"dependencies": {
"svelte": "^4.2.8"
2022-03-12 00:46:11 +01:00
}
}