1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "webapp",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.37",
"@tailwindcss/forms": "^0.4.0",
"@tsconfig/svelte": "^3.0.0",
"@types/validator": "^13.7.1",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.1",
"svelte": "^3.46.4",
"svelte-check": "^2.4.3",
"svelte-preprocess": "^4.10.1",
"svelte-spa-router": "^3.2.0",
"tailwindcss": "^3.0.12",
"typescript": "^4.5.5",
"validator": "^13.7.0",
"vite": "^2.8.1"
}
}
|