-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 811 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 811 Bytes
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
29
30
31
{
"dependencies": {
"svelte": "^4.2.20"
},
"devDependencies": {
"@sveltejs/adapter-cloudflare": "^7.2.4",
"@sveltejs/adapter-node": "^5.3.3",
"@sveltejs/kit": "^2.46.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/node": "^22.18.10",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"postcss-nested": "^6.2.0",
"prettier-plugin-svelte": "^3.4.0",
"sass-embedded": "^1.93.2",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3",
"vite": "^5.4.20"
},
"name": "web",
"private": true,
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"preview": "vite preview"
},
"type": "module",
"version": "2.1.0"
}