forked from alibaba/G3D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.21 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
{
"name": "g3d",
"version": "0.0.5",
"description": "webgl render engine compatible with both browser and gcanvas",
"main": "dist/g3d.min.js",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/G3D"
},
"devDependencies": {
"antd": "^3.2.2",
"brace": "^0.11.1",
"dalaran": "^0.1.7",
"expect": "^21.2.1",
"fs-extra": "^5.0.0",
"gcanvas.js": "^0.0.5",
"glob": "^7.1.2",
"gulp": "3.9.1",
"gulp-highlight-code": "^1.0.8",
"gulp-less": "^4.0.0",
"gulp-watch": "^5.0.0",
"highlight.js": "^9.12.0",
"lodash": "^4.17.5",
"marked": "^0.3.16",
"pug": "^2.0.0-rc.4",
"raw-loader": "^0.5.1",
"react": "^16.2.0",
"react-ace": "^5.9.0",
"react-dom": "^16.2.0",
"universal-env": "^0.5.2",
"webpack": "^3.8.1",
"yaml-js": "^0.2.3"
},
"scripts": {
"prepublishOnly": "gulp library-build",
"website": "mkdir ../_g3d_build_ && mv ./website/homepage ../_g3d_build_/homepage && mv ./website/playground ../_g3d_build_/playground && git co gh-pages && rm -rf ./* && mv ../_g3d_build_/homepage/* ./ && mv ../_g3d_build_/playground ./playground && rm -rf ./_g3d_build_"
},
"keywords": [],
"author": "[email protected]"
}