-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.64 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "clean-ui-admin-template-vue",
"version": "3.2.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-demo": "VUE_APP_AUTHENTICATED=true vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"ant-design-vue": "^1.5.4",
"antd": "^4.16.6",
"antd-img-crop": "^3.14.2",
"apexcharts": "^3.27.1",
"axios": "^0.19.2",
"axios-mock-adapter": "^1.18.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.13.0",
"c3": "^0.7.15",
"chart.js": "^2.9.3",
"chartist-plugin-tooltips-updated": "^0.0.21",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"echarts": "^4.2.1",
"firebase": "^7.14.2",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"preact": "^10.5.13",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"register-service-worker": "^1.7.1",
"store": "^2.0.12",
"stripe": "^8.160.0",
"v-chartist": "^0.1.6",
"vue": "^2.6.11",
"vue-apexcharts": "^1.6.1",
"vue-c3": "^1.2.11",
"vue-chartjs": "^3.5.0",
"vue-cropgram": "^1.0.6",
"vue-cropper": "^0.5.6",
"vue-custom-scrollbar": "^1.1.0",
"vue-draggable-nested-tree": "^3.0.0-beta2",
"vue-echarts": "^4.0.3",
"vue-google-autocomplete": "^1.1.1",
"vue-i18n": "^8.17.4",
"vue-nprogress": "^0.1.5",
"vue-page-title": "^1.2.1",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.5.1",
"vue2-google-maps": "^0.10.7",
"vuedraggable": "^2.23.2",
"vuelayers": "^0.11.23",
"vuera": "^0.2.7",
"vuex": "^3.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.1",
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-plugin-pwa": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"lint-staged": "^10.2.0",
"node-sass": "^4.14.0",
"prettier": "^2.0.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"src/**/*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}