-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.63 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
{
"name": "velzon",
"version": "3.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^38.1.1",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@fullcalendar/bootstrap": "^6.1.8",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/list": "^6.1.8",
"@fullcalendar/timegrid": "^6.1.8",
"@fullcalendar/vue3": "^6.1.8",
"@j-t-mcc/vue3-chartjs": "^1.3.0",
"@popperjs/core": "^2.11.8",
"@simonwep/pickr": "^1.8.2",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vueform/multiselect": "^2.6.2",
"@vueform/slider": "^2.1.7",
"@vueform/toggle": "^2.1.3",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.3",
"@zhuowenli/vue-feather-icons": "^5.0.2",
"aos": "^2.3.4",
"apexcharts": "^3.41.0",
"axios": "^1.3.4",
"bootstrap": "5.3.0",
"bootstrap-vue-next": "^0.11.0",
"chart.js": "^4.3.0",
"click-outside-vue3": "^4.0.1",
"core-js": "^3.31.1",
"echarts": "^5.4.2",
"feather-icons": "^4.29.0",
"firebase": "^10.0.0",
"highlight.js": "^11.8.0",
"leaflet": "^1.9.4",
"lottie-web": "^5.12.2",
"maska": "^1.5.0",
"moment": "^2.29.4",
"node-sass": "9.0.0",
"prismjs": "^1.29.0",
"sass-loader": "^13.3.2",
"simplebar": "^6.2.5",
"simplebar-vue": "^2.3.3",
"sweetalert2": "^11.7.16",
"swiper": "^10.0.4",
"vue": "3.3.4",
"vue-draggable-next": "^2.2.1",
"vue-feather": "^2.0.0",
"vue-flatpickr-component": "^11.0.3",
"vue-i18n": "^9.2.2",
"vue-prismjs": "^1.2.0",
"vue-router": "4.2.4",
"vue3-apexcharts": "^1.4.1",
"vue3-count-to": "^1.1.2",
"vue3-echarts": "^1.1.0",
"vue3-google-map": "^0.15.0",
"vuex": "^4.1.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@achrinza/node-ipc": "^10.1.7",
"@babel/eslint-parser": "^7.19.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.45",
"eslint": "^8.31.0",
"eslint-plugin-vue": "^7.0.0"
},
"resolutions": {
"autoprefixer": "10.4.5"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}