-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1 KB
/
package.json
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
32
33
34
{
"name": "wattastisch",
"version": "3.2.2",
"type": "module",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint ."
},
"devDependencies": {
"@sveltejs/adapter-vercel": "5.4.6",
"@sveltejs/kit": "2.7.3",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@types/canvas-confetti": "1.6.4",
"eslint": "9.13.0",
"eslint-plugin-svelte": "2.46.0",
"globals": "15.11.0",
"svelte": "5.1.5",
"svelte-check": "4.0.5",
"typescript": "5.6.3",
"typescript-eslint": "8.12.2",
"vite": "5.4.10"
},
"dependencies": {
"@neodrag/svelte": "2.0.6",
"canvas-confetti": "1.9.3",
"chart.js": "4.4.6",
"swiper": "11.1.14"
}
}