-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "vue-douban",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"unit": "jest --config tests/unit/jest.conf.js --coverage"
},
"dependencies": {
"axios": "^0.18.1",
"iview": "^3.2.2",
"node-fetch": "^2.6.0",
"register-service-worker": "^1.5.2",
"sourcemap": "^0.1.0",
"vue": "^2.6.6",
"vue-cli-plugin-iview": "^1.0.6",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"webpack": "^4.29.6"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-e2e-cypress": "^3.4.0",
"@vue/cli-plugin-pwa": "^3.4.0",
"@vue/cli-plugin-unit-mocha": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"chai": "^4.1.2",
"jest": "^26.0.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"mockjs": "^1.0.1-beta3",
"vue-jest": "^3.0.5",
"vue-template-compiler": "^2.5.21"
}
}