-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "signature",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@distube/ytdl-core": "^4.16.12",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@react-three/postprocessing": "^3.0.4",
"@tailwindcss/vite": "^4.1.13",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/react": "^3.0.0",
"@types/three": "^0.182.0",
"chart.js": "^4.5.0",
"lucide-react": "^0.562.0",
"motion": "^12.23.26",
"react": "^19.1.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-router-dom": "^7.10.1",
"react-tsparticles": "^2.12.2",
"tailwindcss": "^4.1.13",
"three": "^0.182.0",
"tsparticles": "^3.9.1",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/js": "^9.35.0",
"@types/node": "^25.0.3",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.35.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.43.0",
"vite": "^7.1.6"
}
}