-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
76 lines (76 loc) · 2.69 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "laya_mini_game",
"version": "1.3.0",
"description": "Laya小游戏框架,简化工作流程。",
"scripts": {
"-compile": "gulp compile",
"打开前端工具": "gulp startWeb",
"EsBuild-增量-构建-超快": "leb",
"Webpack-增量-编译": "webpack --config ./.node/config/webpack.config.js",
"LayaAir-直接-编译": "gulp layaCompile",
"LayaAir-增量-编译": "gulp layaCompile_",
"开启局域网服务": "http-server -p 3300 --cors",
"node工具": "ts-node -r tsconfig-paths/register node/main.ts",
"-publish": "gulp publish",
"打包-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",
"-npm": "gulp npm",
"安装-cnpm": "npm install -g cnpm --registry=https://registry.npm.taobao.org",
"全局包->本地包->工具包": "",
"安装-全局包-必要": "npm i layaair2-cmd http-server -g --ignore-scripts",
"安装-工具包-必要": "gulp installTPack",
"安装-本地包-必要": "npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/yayaluoya/LayaMiniGame.git"
},
"author": "https://github.com/yayaluoya",
"license": "ISC",
"dependencies": {
"@types/node": "^14.14.35",
"chalk": "^4.1.0",
"core-js": "^3.8.1",
"esbuild": "^0.9.3",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-rev-append": "^0.1.8",
"moment": "^2.29.1",
"node-cmd": "^4.0.0",
"pako": "^2.0.3",
"progress-bar-webpack-plugin": "^2.1.0",
"raw-loader": "^4.0.2",
"source-map-loader": "^2.0.1",
"ts-loader": "^8.0.13",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "^2.1.0",
"typescript": "^4.1.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.5.0",
"webpackbar": "^5.0.0-3"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@snowpack/plugin-typescript": "^1.2.0",
"@types/canvas-confetti": "^1.0.0",
"@types/snowpack-env": "^2.3.2",
"babel-loader": "^8.2.2",
"cache-loader": "^4.1.0",
"esbuild-loader": "^2.20.0",
"hard-source-webpack-plugin": "^0.13.1",
"layabox-esbuild": "^1.3.1",
"prettier": "^2.0.5",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-dev-server": "^3.11.1"
}
}