-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.97 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
57
58
59
60
61
62
63
{
"name": "vue-ts-template-pc",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"test": "vue-cli-service build --mode test",
"uat": "vue-cli-service build --mode uat",
"prod": "vue-cli-service build --mode prod",
"analyze": "vue-cli-service build --mode analyze",
"new:view": "node scripts/viewTemp",
"new:comp": "node scripts/compTemp",
"dll": "webpack -p --progress --config ./webpack.dll.conf.js"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^3.3.2",
"element-ui": "^2.12.0",
"js-cookie": "^2.2.1",
"vue": "^2.6.10",
"vue-axios": "^2.1.5",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vuex": "^3.0.1",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^0.11.0"
},
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/js-cookie": "^2.2.4",
"@types/mocha": "^5.2.4",
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-e2e-cypress": "^4.0.0",
"@vue/cli-plugin-typescript": "^4.0.0",
"@vue/cli-plugin-unit-mocha": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"add-asset-html-webpack-plugin": "^3.1.3",
"bin-wrapper": "^4.1.0",
"chai": "^4.1.2",
"chalk": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.0.0",
"glob": "^7.1.6",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngquant": "^8.0.0",
"img-loader": "^3.0.1",
"jpegtran-bin": "^4.0.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"speed-measure-webpack-plugin": "^1.3.1",
"svg-sprite-loader": "^4.1.6",
"typescript": "~3.5.3",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.2.3"
}
}