-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.36 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
{
"name": "vuesax-vuejs-dashboard-admin-template",
"version": "2.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@chenfengyuan/vue-countdown": "^1.0.1",
"algoliasearch": "^3.32.0",
"apexcharts": "^3.6.5",
"auth0-js": "^9.10.1",
"axios": "^0.18.0",
"chart.js": "^2.7.3",
"core-js": "^2.5.7",
"firebase": "^5.9.1",
"instantsearch.css": "^7.1.1",
"material-icons": "^0.3.0",
"perfect-scrollbar": "^1.4.0",
"prismjs": "^1.16.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"tailwindcss": "^0.7.4",
"uws": "^100.0.1",
"vee-validate": "^2.1.3",
"vue": "2.6.10",
"vue-acl": "^4.0.7",
"vue-apexcharts": "^1.3.2",
"vue-awesome-swiper": "^3.1.3",
"vue-axios": "^2.1.4",
"vue-backtotop": "^1.6.1",
"vue-chartjs": "^3.4.0",
"vue-clipboard2": "^0.3.0",
"vue-context": "^3.4.0",
"vue-echarts": "^3.1.3",
"vue-feather-icons": "^4.7.1",
"vue-form-wizard": "^0.8.4",
"vue-fullcalendar": "^1.0.9",
"vue-i18n": "^8.6.0",
"vue-instantsearch": "^2.0.0",
"vue-perfect-scrollbar": "^0.1.0",
"vue-prism-component": "^1.1.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.1",
"vue-select": "^2.6.3",
"vue-socket.io": "^3.0.7",
"vue-tour": "^1.1.0",
"vue-video-player": "^5.0.2",
"vue2-google-maps": "^0.10.3",
"vuedraggable": "^2.20.0",
"vuejs-datepicker": "^1.5.4",
"vuepress": "^0.14.10",
"vuesax": "3.8.59",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.1.0",
"@vue/cli-plugin-babel": "^3.0.4",
"@vue/cli-plugin-eslint": "^3.0.4",
"@vue/cli-service": "^3.0.4",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.9.0",
"purgecss": "^1.1.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "2.6.10"
},
"eslintConfig": {
"parserOptions": {
"parser": "babel-eslint",
"extends": [
"plugin:vue/recommended"
],
"ecmaVersion": 6,
"sourceType": "module",
"allowImportExportEverywhere": true,
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": "error"
}
}
}