-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.34 KB
/
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
39
40
41
42
43
44
{
"name": "babylon-practice",
"version": "0.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"build": "ts-node ./node_modules/gatsby/dist/bin/gatsby.js build",
"build:gh-pages": "ts-node ./node_modules/gatsby/dist/bin/gatsby.js build --prefix-paths",
"dev": "ts-node ./node_modules/gatsby/dist/bin/gatsby.js develop",
"deploy": "npm run build:gh-pages && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lindenbark/babylon-practice.git"
},
"author": "Team Lindenbark",
"license": "Zlib",
"bugs": {
"url": "https://github.com/lindenbark/babylon-practice/issues"
},
"homepage": "https://github.com/lindenbark/babylon-practice#readme",
"dependencies": {
"@types/classnames": "^2.2.6",
"@types/react": "^16.4.11",
"@types/react-dom": "^16.0.7",
"@types/react-helmet": "^5.0.7",
"babylonjs": "^3.2.0",
"cannon": "^0.6.2",
"classnames": "^2.2.6",
"earcut": "^2.1.3",
"gatsby": "^2.0.0-rc.0",
"gatsby-plugin-react-helmet": "^3.0.0-rc.0",
"gatsby-plugin-sass": "^2.0.0-rc.0",
"gatsby-plugin-typescript": "^2.0.0-rc.1",
"gh-pages": "^1.2.0",
"node-sass": "^4.9.3",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"ts-node": "^7.0.1",
"typescript": "^3.0.1"
}
}