-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 865 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
{
"name": "abikeshed",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:dylanstanfield/abikeshed.git",
"author": "Dylan Stanfield <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-spring/three": "^9.0.0-rc.3",
"@react-three/drei": "^2.2.13",
"next": "^10.0.4",
"rc-checkbox": "^2.3.2",
"rc-textarea": "^0.3.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-three-fiber": "^5.3.10",
"seedrandom": "^3.0.5",
"three": "^0.124.0",
"url-search-params-polyfill": "^8.1.0"
},
"devDependencies": {
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"@types/seedrandom": "^2.4.28",
"next-transpile-modules": "^6.0.0",
"typescript": "^4.1.3"
}
}