-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.33 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
{
"name": "vue-argon-dashboard-2-pro",
"version": "3.0.1",
"private": true,
"author": "Creative Tim",
"license": "SEE LICENSE IN <https://www.creative-tim.com/license>",
"description": "VueJS version of Argon Dashboard 2 PRO by Creative Tim",
"homepage": "https://demos.creative-tim.com/vue-argon-dashboard-pro/",
"bugs": {
"url": "https://github.com/creativetimofficial/ct-vue-argon-dashboard-pro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/ct-vue-argon-dashboard-pro.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "gh-pages -d dist",
"local": "vue-cli-service serve --mode local",
"dev": "vue-cli-service serve --mode dev",
"prod": "vue-cli-service serve --mode prod"
},
"dependencies": {
"@babel/eslint-parser": "^7.18.9",
"@fullcalendar/core": "5.11.4",
"@fullcalendar/daygrid": "5.11.4",
"@fullcalendar/interaction": "5.11.4",
"@fullcalendar/vue3": "5.11.4",
"@popperjs/core": "2.11.6",
"axios": "^1.3.4",
"bootstrap": "5.2.3",
"chart.js": "3.8.2",
"choices.js": "10.1.0",
"core-js": "3.24.1",
"countup.js": "2.3.2",
"dragula": "3.7.3",
"dropzone": "6.0.0-beta.2",
"element-plus": "^2.3.1",
"jkanban": "1.3.1",
"leaflet": "1.8.0",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"photoswipe": "4.1.3",
"quill": "1.3.7",
"simple-datatables": "3.2.2",
"vue": "3.2.47",
"vue-count-to": "1.0.13",
"vue-eslint-parser": "^9.0.3",
"vue-flatpickr-component": "9.0.8",
"vue-round-slider": "1.0.1",
"vue-router": "4.1.6",
"vue-star-rating": "2.1.0",
"vue-sweetalert2": "5.0.5",
"vue-tilt.js": "1.1.1",
"vue3-perfect-scrollbar": "^1.6.1",
"vuex": "4.0.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "3.2.47",
"@vue/eslint-config-prettier": "7.0.0",
"eslint": "8.20.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.3.0",
"gh-pages": "^4.0.0",
"prettier": "2.7.1",
"sass": "1.54.9",
"sass-loader": "13.0.2"
}
}