-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 895 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 895 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
32
33
34
35
{
"name": "turbo-art",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:watch": "vite build --watch",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.2",
"@types/node": "^22.15.19",
"@types/throttle-debounce": "^5.0.2",
"autoprefixer": "^10.4.16",
"color-picker-svelte": "^1.4.0",
"svelte": "^5.30.2",
"svelte-check": "^4.2.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^6.3.5"
},
"dependencies": {
"@types/three": "^0.176.0",
"lucide-svelte": "^0.511.0",
"paper": "^0.12.17",
"postprocessing": "^6.33.4",
"three": "^0.159.0",
"throttle-debounce": "^5.0.0"
}
}