-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.58 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
51
52
53
54
55
56
57
58
59
{
"name": "game-talk",
"version": "1.0.0",
"author": "Matt Black <mb@mattblack.io>",
"description": "Interactive Game Development Tutorial with React",
"repository": "https://github.com/mattblackdev/game-talk.git",
"license": "MIT",
"type": "module",
"main": "index.js",
"scripts": {
"start": "vite --port 3000 --host",
"glb": "zsh ./glb.sh"
},
"prettier": {
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"printWidth": 80
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@react-spring/web": "^9.7.5",
"@react-three/drei": "^9.120.8",
"@react-three/fiber": "^8.17.12",
"@react-three/rapier": "^1.5.0",
"ecctrl": "^1.0.92",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.14",
"three": "^0.172.0",
"three-stdlib": "^2.35.7",
"windups": "^1.2.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/styled-components": "^5.1.34",
"@types/three": "^0.172.0",
"@vitejs/plugin-react": "^4.3.4",
"globals": "^15.14.0",
"typescript": "5.7.3",
"vite": "^6.0.7",
"vite-plugin-tsc-watch": "^3.0.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}