forked from renjianfeng/flightSimulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "LimitTransport",
"version": "1.0.1",
"description": "",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --open --config webpack.dev.js --host 0.0.0.0",
"pub": "webpack --config webpack.prod.js && gulp packToOne"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jquery": "^3.3.1",
"ali-oss": "^4.11.4",
"base64-min": "^1.2.0",
"chalk": "^2.3.0",
"co": "^4.6.0",
"del": "^2.2.1",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-pngquant": "^1.0.10",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sequence": "^0.4.5",
"gulp-uglify": "^1.5.4",
"merge-stream": "^1.0.0",
"mock-webpack-plugin": "^2.0.0",
"path": "^0.12.7",
"progress": "^2.0.0",
"ts-loader": "^4.0.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2",
"webpack": "^4.1.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.0",
"webpack-merge": "^4.1.2"
},
"dependencies": {}
}