-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.9 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
{
"scripts": {
"ppt": "webpack-dev-server --config ./ppt-webpack.config.js --open --host 0.0.0.0",
"ppt:build": "webpack --config ppt-webpack.config.js",
"ppt:deploy": "./scripts/deploy.sh",
"docs:dev": "gitbook serve ",
"docs:build": "gitbook build",
"test": "jest",
"test:karma": "karma start ./1.2.mocha-browser/karma.conf.js ",
"debug:spy": "node --inspect-brk 4.sinon/spy.js",
"api:postman": "zm -r 5.api-test/server serve",
"tasks:2.2": "mocha tasks/2.2.node-mocha/add.test.js",
"tasks:2.3": "mocha tasks/2.2.node-mocha/add.test.js",
"tasks:2.4": "mocha tasks/2.2.node-mocha/add.test.js",
"tasks:3.1": "zm -r tasks/3.1.postman/server serve",
"tasks:3.2": "mocha tasks/3.2.supertest/test",
"tasks:3.3": "zm -r tasks/3.3.zenmock/mock test -u http://localhost:3000",
"tasks:4.1": "node tasks/4.1.webdriver/index",
"tasks:4.2": "node ./tasks/4.2.selenium/index",
"tasks:4.3": "nightwatch -c tasks/4.3.nightwatch/nightwatch.config.js e2e"
},
"devDependencies": {
"@babel/core": "7.3.3",
"@babel/preset-env": "7.3.1",
"axios": "0.18.0",
"babel-jest": "24.1.0",
"chai": "^4.2.0",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "5.0.2",
"css-loader": "^2.1.1",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "24.1.0",
"mocha": "^5.2.0",
"nightwatch": "1.0.19",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"reveal.js": "3.8.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"sinon": "7.2.3",
"style-loader": "^0.23.1",
"supertest": "4.0.2",
"vue": "2.6.7",
"vue-jest": "3.0.3",
"webpack": "4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "3.3.1",
"zen-mock-cli": "0.0.9"
},
"dependencies": {
"vuejs": "3.0.1"
}
}