-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 2.04 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "LayaMiniGameFrame",
"version": "1.0.0",
"description": "Laya小游戏框架\r 简化了LayaBox的工作流程,让各个工具使用更加方便。",
"main": "gulpfile.js",
"bin": {
"layaminigameframe": "game.js"
},
"scripts": {
"LayaAir编译-慢": "layaair2-cmd compile",
"webpack增量编译-快": "gulp webpackCompile",
"LayaAir增量编译-慢": "gulp compile",
"Http-服务": "gulp httpServer",
"打包-Web-Game": "layaair2-cmd publish -c web",
"打包到-微信-Game": "layaair2-cmd publish -c wxgame",
"打包到-百度-Game": "layaair2-cmd publish -c bdgame",
"打包到-小米-Game": "layaair2-cmd publish -c xmgame",
"打包到-OPPO-Game": "layaair2-cmd publish -c oppogame",
"打包到-VIVO-Game": "layaair2-cmd publish -c vivogame",
"打包到-QQ Game": "layaair2-cmd publish -c qqgame",
"更新调试页面首页": "gulp setDebugIndexHtml",
"压缩场景配置文件": "gulp ZIPSceneJson",
"设置淘宝镜像-更快的安装包": "npm config set registry https://registry.npm.taobao.org",
"安装-全局包": "npm i layaair2-cmd http-server -g --ignore-scripts",
"安装-本地包": "npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/yayaluoya/LayaMiniGameFrame"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"core-js": "^3.8.1",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-rev-append": "^0.1.8",
"happypack": "^5.0.1",
"pako": "^2.0.3",
"raw-loader": "^4.0.2",
"ts-loader": "^8.0.13",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "^2.1.0",
"typescript": "^4.1.3",
"webpack-cli": "^4.3.1"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"babel-loader": "^8.2.2",
"cache-loader": "^4.1.0",
"hard-source-webpack-plugin": "^0.13.1",
"webpack": "^5.11.1",
"webpack-dev-server": "^3.11.1"
}
}