-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.2 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
{
"name": "socialrock-front",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@caohenghu/vue-colorpicker": "^1.2.2",
"apexcharts": "^3.10.1",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.4",
"core-js": "^3.3.2",
"emoji-mart-vue-fast": "^7.0.0",
"fabric": "^3.6.2",
"intrinsic-scale": "^3.0.4",
"lodash": "^4.17.15",
"luxon": "^1.21.2",
"socket.io-client": "^4.1.2",
"v-calendar": "^1.0.0-beta.22",
"vue": "^2.6.10",
"vue-apexcharts": "^1.5.1",
"vue-color": "^2.7.0",
"vue-datetime": "^1.0.0-beta.11",
"vue-infinite-loading": "^2.4.4",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.1.3",
"vue-slider-component": "^3.1.0",
"vue-socket.io-extended": "^4.2.0",
"vue-sweetalert2": "^2.1.5",
"vue-top-progress": "^0.7.0",
"vuedraggable": "^2.23.2",
"vuex": "^3.0.1",
"weekstart": "^1.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}