-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 936 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 936 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
36
37
38
{
"name": "vialite",
"private": true,
"version": "0.1.0",
"type": "module",
"packageManager": "pnpm@11.16.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@iconify/react": "^6.0.2",
"html-to-image": "^1.11.13",
"lenis": "^1.3.25",
"react": "^19.2.7",
"react-colorful": "^5.8.0",
"react-dom": "^19.2.7",
"three": "^0.185.1",
"xz-decompress": "^0.2.3"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/vite": "^4.3.2",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.185.1",
"@types/w3c-web-hid": "^1.0.7",
"@vitejs/plugin-react": "^6.0.3",
"daisyui": "^5.6.18",
"tailwindcss": "^4.3.2",
"typescript": "^7.0.2",
"vite": "^8.1.4",
"vitest": "^4.1.10"
}
}