-
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) · 766 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 766 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
{
"name": "prototype_svelte",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"@types/d3": "^7.4.3",
"@types/node": "^24.0.3",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.0",
"tslib": "^2.7.0",
"typescript": "^5.5.3",
"vite": "^5.4.2"
},
"dependencies": {
"d3": "^7.8.5",
"lucide-svelte": "^0.294.0",
"svelte-spa-router": "^4.0.1"
}
}