-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 768 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 768 Bytes
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
{
"name": "threejs",
"version": "1.0.0",
"description": "Boilerplate code for a threejs project",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -p 8001",
"clean": "rm -rf .cache && rm -rf public",
"lint": "eslint ."
},
"dependencies": {
"@edwmurph/threejsr": "0.0.21",
"bootstrap": "4.5.3",
"gatsby": "2.24.90",
"gatsby-plugin-sass": "2.3.21",
"jquery": "3.5.1",
"node-sass": "4.14.1",
"popper.js": "1.16.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"three": "0.121.1"
},
"devDependencies": {
"@edwmurph/eslint-config": "0.0.10"
},
"author": "edward",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/edwmurph/threejs.git"
}
}