-
Notifications
You must be signed in to change notification settings - Fork 258
/
Copy pathpackage.json
114 lines (114 loc) · 3.12 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
110
111
112
113
114
{
"name": "sing-app-vue",
"version": "5.5.7",
"private": true,
"scripts": {
"start": "vue-cli-service serve --port 3000",
"start:backend": "cross-env VUE_APP_BACKEND=true vue-cli-service serve --port 3000",
"build": "cross-env VUE_APP_BACKEND=true vue-cli-service build",
"lint": "vue-cli-service lint",
"node": "node server.js"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.35",
"@amcharts/amcharts4-geodata": "^4.1.26",
"@ckeditor/ckeditor5-build-classic": "^12.4.0",
"@ckeditor/ckeditor5-vue": "^1.0.3",
"@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/interaction": "^4.4.2",
"@fullcalendar/timegrid": "^4.4.2",
"@fullcalendar/vue": "^4.4.2",
"animate.css": "^4.1.1",
"animated-number-vue": "^1.0.0",
"apexcharts": "^3.35.3",
"awesome-bootstrap-checkbox": "https://github.com/flatlogic/awesome-bootstrap-checkbox#bump-to-bootstrap5",
"axios": "^0.27.2",
"bootstrap": "^5.2.3",
"bootstrap-vue": "2.22.0",
"chart.js": "^2.9.4",
"chroma-js": "^2.4.2",
"cross-env": "^7.0.3",
"css-loader": "^1.0.1",
"echarts": "^4.9.0",
"expose-loader": "^0.7.5",
"font-awesome": "4.7.0",
"glyphicons-halflings": "^1.9.1",
"highcharts": "^7.2.2",
"highcharts-vue": "^1.4.0",
"imports-loader": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"line-awesome": "1.3.0",
"mavon-editor": "^2.10.4",
"moment": "^2.29.4",
"rickshaw": "1.7.1",
"skycons": "^1.0.0",
"v-calendar": "^1.1.1",
"v-mask": "^1.3.4",
"vee-validate": "^2.2.15",
"vue": "^2.7.14",
"vue-apexcharts": "^1.6.2",
"vue-bootstrap-slider": "2.1.8",
"vue-carousel": "^0.18.0",
"vue-chartjs": "^3.5.1",
"vue-code-highlight": "^0.7.8",
"vue-color": "^2.8.1",
"vue-draggable-nested-tree": "^2.2.20",
"vue-echarts": "^4.1.0",
"vue-form-wizard": "^0.8.4",
"vue-gallery": "^1.5.0",
"vue-inline-svg": "^2.1.0",
"vue-input-tag": "^2.0.7",
"vue-router": "^3.5.4",
"vue-select": "^2.6.4",
"vue-tables-2": "^1.6.25",
"vue-textarea-autosize": "^1.1.1",
"vue-toasted": "^1.1.28",
"vue-touch": "2.0.0-beta.4",
"vue-tour": "^1.6.0",
"vue2-datepicker": "^2.13.4",
"vue2-dropzone": "^3.6.0",
"vue2-google-maps": "^0.10.7",
"vuedraggable": "^2.24.3",
"vuetrend": "^0.3.4",
"vuex": "^3.6.2",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@vue/cli-plugin-babel": "^3.12.0",
"@vue/cli-plugin-eslint": "^3.12.0",
"@vue/cli-service": "^3.12.0",
"sass": "1.81.0",
"sass-loader": "^10",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.81.0"
},
"engines": {
"node": ">=16"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}