-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 845 Bytes
/
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
{
"author": "zsytssk@gmail.com",
"contributors": [],
"license": "UNLICENSED",
"name": "webpack_test",
"version": "1.0.0",
"main": "main.js",
"directories": {
"doc": "doc"
},
"scripts": {
"webpack-dev": "webpack --mode development",
"webpack-dev-server": "webpack-dev-server --mode development",
"webpack-prod": "webpack --ENV=PROD --mode production"
},
"devDependencies": {
"ts-loader": "^6.0.2",
"tslint": "^5.17.0",
"typescript": "^3.5.1",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1"
},
"dependencies": {
"es6-promise": "^4.2.8"
},
"repository": {
"type": "git",
"url": "git@github.com:zsytssk/laya2WebpackTs.git"
},
"description": ""
}