-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "react_games",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:local": "vite build --mode development && serve -s dist",
"preview:gh-pages": "vite build && vite preview --base=/react_playground/",
"lint": "eslint ."
},
"dependencies": {
"animejs": "^4.1.3",
"framer-motion": "^12.23.12",
"gsap": "^3.13.0",
"lucide-react": "^0.542.0",
"onnxruntime-node": "^1.22.0-rev",
"onnxruntime-web": "^1.22.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.8.0",
"react-tsparticles": "^2.12.2",
"seedrandom": "^3.0.5",
"tsparticles": "^2.12.0"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vite": "^7.1.0"
}
}