-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.06 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
{
"name": "gengine",
"version": "1.0.0",
"description": "web game or wechat game generate engine",
"main": "src/index.js",
"repository": "https://github.com/GengineJS/geg.git",
"author": "架构组-webgl-郑祥奎 <zhengxiangkui@tongworld.com>",
"license": "MIT",
"scripts": {
"max": "rollup -w -c config.js --environment TARGET:max",
"min": "rollup -w -c config.js --environment TARGET:min"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"de-indent": "^1.0.2",
"he": "^1.2.0",
"rollup-plugin-alias": "^2.0.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-live-server": "^1.0.3",
"terser": "^4.2.0",
"uglify-es": "^3.3.9",
"xmldom": "^0.6.0"
},
"devDependencies": {
"jest-worker": "^24.9.0",
"rollup-plugin-terser": "^5.1.1",
"serialize-javascript": "^1.8.0"
}
}