-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "video-system",
"version": "1.0.0",
"description": "",
"main": "build/app.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest",
"coverage": "jest --coverage",
"dev": "webpack-dev-server --open",
"build": "set NODE_ENV=production && webpack --config ./webpack.production.config.js --progress"
},
"author": "Jerry",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.4.1",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.18",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-rename": "^1.2.2",
"html-webpack-plugin": "^3.0.6",
"jest": "^22.4.2",
"koa": "^2.5.0",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"pump": "^3.0.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"selenium-webdriver": "^4.0.0-alpha.1",
"style-loader": "^0.20.2",
"supertest": "^3.0.0",
"webpack": "^3.11.0"
}
}