forked from icesivip/alienfrontend
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.03 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.03 KB
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-black-dashboard-pro",
"version": "1.0.0",
"private": true,
"description": "Vue Black Dashboard PRO",
"author": "cristijora <joracristi@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve --open --port 8001",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev": "npm run serve"
},
"dependencies": {
"@fullcalendar/core": "^4.3.1",
"@fullcalendar/daygrid": "^4.3.0",
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@fullcalendar/vue": "^4.3.1",
"axios": "^0.19.2",
"bootstrap": "^4.3.0",
"chart.js": "^2.9.3",
"chartjs-plugin-zoom": "^0.7.5",
"d3": "^5.7.0",
"datamaps": "^0.5.9",
"easypz": "^1.1.8",
"element-ui": "^2.11.1",
"es6-promise": "^4.1.1",
"fuse.js": "^3.2.0",
"google-maps": "^3.2.1",
"nouislider": "^12.1.0",
"perfect-scrollbar": "^1.4.0",
"prismjs": "^1.20.0",
"register-service-worker": "^1.5.2",
"sweetalert2": "^7.29.0",
"tween.js": "^16.6.0",
"vee-validate": "^2.0.5",
"vis": "^4.21.0-EOL",
"vis-data": "^6.5.1",
"vis-network": "^7.6.6",
"vis-util": "^4.0.0",
"vue": "^2.6.10",
"vue-axios": "^2.1.5",
"vue-chartjs": "^3.4.0",
"vue-cli": "^2.9.6",
"vue-codemirror": "^4.0.6",
"vue-i18n": "^8.0.0",
"vue-prism-editor": "^0.5.1",
"vue-router": "^3.1.2",
"vue-router-prefetch": "^1.4.0",
"vue-vis-network": "^1.0.2",
"vue2-google-maps": "^0.8.4",
"vue2-transitions": "^0.2.3",
"vuex": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-pwa": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"babel-plugin-component": "^1.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.3.1",
"vue-cli-plugin-i18n": "^0.5.0",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}