-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.11 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
35
36
37
38
{
"name": "laya-ts-webpack",
"title": "配置游戏标题",
"version": "1.0.0",
"description": "LayaAir Typescript Webpack 脚手架",
"scripts": {
"webpack-dev": "webpack --mode development",
"dev": "webpack-dev-server --mode development --inline --progress ",
"build": "webpack --ENV=PROD --mode production"
},
"author": "ChenShuyao <6044407@qq.com>",
"license": "ISC",
"devDependencies": {
"axios": "^0.19.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"es6-promise": "^4.2.8",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.5",
"html-webpack-plugin": "^3.2.0",
"node-notifier": "^6.0.0",
"ts-loader": "^6.2.1",
"ts-md5": "^1.2.7",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IdeaEcho/laya-ts-webpack.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/IdeaEcho/laya-ts-webpack/issues"
},
"homepage": "https://github.com/IdeaEcho/laya-ts-webpack#readme"
}