-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.03 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
{
"name": "hopeui-vue",
"version": "4.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fullcalendar/bootstrap": "^5.11.0",
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/list": "^5.11.0",
"@fullcalendar/timegrid": "^5.11.0",
"@fullcalendar/vue3": "^5.11.1",
"@popperjs/core": "^2.11.5",
"@vueform/slider": "^2.0.10",
"@vuelidate/core": "^2.0.0-alpha.41",
"@vuelidate/validators": "^2.0.0-alpha.29",
"aos": "^2.3.4",
"apexcharts": "^3.54.0",
"axios": "^1.7.7",
"bootstrap": "^5.2.3",
"bootstrap-vue-3": "^0.2.8",
"core-js": "^3.6.5",
"datatables.net-bs5": "^1.11.2",
"dayjs": "^1.11.13",
"fslightbox-vue": "^2.1.1-2",
"jquery": "^3.6.4",
"js-circle-progress": "^0.2.4",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"moment": "^2.29.3",
"register-service-worker": "^1.7.1",
"smooth-scrollbar": "^8.7.4",
"swiper": "^8.1.4",
"v-money3": "^3.24.1",
"vue": "^3.0.0",
"vue-flatpickr-component": "^9.0.6",
"vue-multiselect": "^3.1.0",
"vue-router": "^4.0.0-0",
"vue-sweetalert2": "^5.0.5",
"vue3-apexcharts": "^1.7.0",
"vue3-autocounter": "^1.0.6",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.0-0",
"waypoints": "^4.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^8.0.3",
"fslightbox-vue": "^2.1.1",
"prettier": "^2.2.1",
"sass": "^1.49.0",
"sass-loader": "^12.0.0"
}
}