-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "pro5_vite",
"homepage": "https://mockapp.xyz/",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@react-spring/three": "^9.6.0",
"@react-three/drei": "^9.40.0",
"@react-three/fiber": "^8.9.1",
"@react-three/gltfjsx": "^4.3.4",
"@react-three/postprocessing": "^2.7.0",
"@types/react-router-dom": "^5.3.3",
"@use-gesture/react": "^10.2.23",
"camera-controls": "^1.37.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"react-spinners": "^0.13.7",
"react-use-gesture": "^9.1.3",
"sass": "^1.56.1",
"stats.js": "^0.17.0",
"three": "^0.146.0"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/three": "^0.146.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"gh-pages": "^4.0.0",
"prettier": "2.7.1",
"typescript": "^4.6.4",
"vite": "^3.2.0"
}
}