-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
72 lines (72 loc) · 2.05 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
64
65
66
67
68
69
70
71
72
{
"name": "new-vue-ts-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e"
},
"theme": {
"primary-color": "#1DA57A",
"border-radius-base": "3px",
"border-radius-sm": "2px",
"shadow-color": "rgba(0,0,0,0.05)",
"shadow-1-down": "4px 4px 40px @shadow-color",
"border-color-split": "#f4f4f4",
"border-color-base": "#e5e5e5",
"font-size-base": "13px",
"text-color": "#666"
},
"dependencies": {
"ant-design-vue": "^1.3.7",
"axios": "^0.18.0",
"babel-plugin-import": "^1.11.0",
"body-parser": "^1.18.3",
"chart.js": "^2.8.0",
"constants": "^0.0.2",
"cookies": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.2",
"js-cookie": "^2.2.0",
"jsonp": "^0.2.1",
"lodash": "^4.17.11",
"mock": "^0.1.1",
"mockjs": "^1.0.1-beta3",
"moment": "^2.24.0",
"path-to-regexp": "^3.0.0",
"q": "^1.5.1",
"qs": "^6.7.0",
"vue": "^2.6.10",
"vue-amap": "^0.5.9",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.2",
"vuex": "^3.1.0"
},
"devDependencies": {
"@types/chart.js": "^2.7.50",
"@types/js-cookie": "^2.2.2",
"@types/jsonp": "^0.2.0",
"@types/lodash": "^4.14.123",
"@types/qs": "^6.5.2",
"@vue/cli-plugin-babel": "^3.5.5",
"@vue/cli-plugin-e2e-nightwatch": "^3.5.1",
"@vue/cli-plugin-eslint": "^3.5.1",
"@vue/cli-plugin-typescript": "^3.5.3",
"@vue/cli-service": "^3.5.3",
"@vue/eslint-config-airbnb": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-jsx-v-model": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"typescript": "~3.4.1",
"vue-jsx-hot-loader": "^1.4.0",
"vue-template-compiler": "^2.6.10"
}
}