-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 909 Bytes
/
package.json
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": "model-solar-system",
"version": "1.0.0",
"author": {
"name": "Nathan Betts",
"url": "https://github.com/nbetts"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "^4.2.4",
"@mantine/hooks": "^4.2.4",
"@react-three/drei": "^9.7.1",
"@react-three/fiber": "^8.0.13",
"@react-three/postprocessing": "^2.3.2",
"pullstate": "^1.24.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-github-btn": "^1.2.2",
"three": "^0.140.0",
"use-sound": "^4.0.1",
"vite-tsconfig-paths": "^3.4.1"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/three": "^0.140.0",
"@vitejs/plugin-react": "^1.3.0",
"typescript": "^4.6.3",
"vite": "^2.9.7"
},
"prettier": {
"printWidth": 120
}
}