-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
109 lines (109 loc) · 3.16 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
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "vito-vue",
"version": "3.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
},
"dependencies": {
"@ag-grid-enterprise/all-modules": "^22.1.2",
"@amcharts/amcharts4": "^4.9.37",
"@amcharts/amcharts4-geodata": "^4.1.17",
"@fortawesome/fontawesome-free": "^5.14.0",
"@toast-ui/vue-calendar": "^1.1.1",
"ag-grid-community": "^22.1.1",
"ag-grid-vue": "^22.1.1",
"algoliasearch": "^3.35.1",
"animate.css": "^4.0.0",
"apexcharts": "^3.20.0",
"auth0-js": "^9.13.4",
"autoprefixer": "^9.8.6",
"axios": "^0.19.2",
"bootstrap-vue": "^2.1.0",
"cache-loader": "^4.1.0",
"classnames": "2.2.6",
"core-js": "^3.6.5",
"counterup2": "^1.0.4",
"css-loader": "^3.6.0",
"firebase": "^7.19.0",
"highcharts": "^8.2.0",
"highcharts-vue": "^1.3.5",
"instantsearch.css": "^7.4.3",
"instantsearch.js": "^3.6.0",
"js-cookie": "^2.2.1",
"jsencrypt": "^3.0.0-rc.1",
"lottie-web": "^5.7.2",
"moment": "^2.28.0",
"node-snackbar": "^0.1.16",
"nprogress": "^0.2.0",
"postcss-loader": "^3.0.0",
"ramda": "^0.26.1",
"raphael": "latest",
"register-service-worker": "^1.7.1",
"smooth-scrollbar": "^8.5.2",
"swiper": "^6.1.2",
"url-loader": "^3.0.0",
"vee-validate": "^3.3.9",
"vue": "^2.6.11",
"vue-flatpickr-component": "^8.1.5",
"vue-form-wizard": "^0.8.4",
"vue-i18n": "^8.21.0",
"vue-instantsearch": "^2.7.1",
"vue-photo-grid": "^1.0.2",
"vue-property-decorator": "^8.5.1",
"vue-router": "^3.2.0",
"vue-select": "^3.10.8",
"vue-slider-component": "3.0.32",
"vuedraggable": "^2.24.1",
"vuefire": "^2.2.4",
"vuex": "^3.4.0",
"waypoints": "^4.0.1",
"webpack": "^4.44.1",
"wowjs": "^1.1.3"
},
"devDependencies": {
"@babel/polyfill": "^7.10.4",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"bootstrap": "^5.0.0-alpha1",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.12.2",
"less-loader": "^5.0.0",
"lint-staged": "^9.5.0",
"mutationobserver-shim": "^0.3.7",
"node-sass": "^4.12.0",
"popper.js": "^1.16.0",
"portal-vue": "^2.1.6",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-bootstrap-vue": "~0.6.0",
"vue-cli-plugin-i18n": "~0.6.1",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
}
}