forked from epicmaxco/vuestic-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.52 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
{
"name": "vuestic-admin",
"version": "2.0.0",
"private": false,
"description": "Vue.js admin template",
"author": "smartapant <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"inspect": "vue-cli-service inspect > inspect.js",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@types/jest": "^24.0.11",
"amcharts3": "^3.21.14",
"ammap3": "^3.21.14",
"approximate-number": "^2.0.0",
"asva-executors": "^0.1.22",
"babel-polyfill": "^6.26.0",
"chart.js": "^2.6.0",
"detect-browser": "^4.6.0",
"element-resize-detector": "^1.1.12",
"epic-spinners": "^1.1.0",
"es6-promise": "^4.2.5",
"extend": "3.0.2",
"flag-icon-css": "^3.0.0",
"font-awesome": "^4.7.0",
"google-maps": "^3.3.0",
"ionicons": "^3.0.0",
"leaflet-map": "^0.2.1",
"lodash": "4.17.15",
"medium-editor": "^5.23.3",
"normalize.css": "^8.0.1",
"popper.js": "^1.15.0",
"v-tooltip": "^2.0.0-rc.30",
"vue": "^2.6.10",
"vue-bulma-expanding": "0.0.1",
"vue-chartjs": "^3.4.0",
"vue-clipboard2": "^0.3.0",
"vue-color": "^2.7.0",
"vue-epic-bus": "^0.1.5",
"vue-router": "^3.0.6",
"vue-yandex-maps": "^0.8.14",
"vuestic-ui": "0.1.8",
"vue-gtm": "^2.0.0",
"vuetable-2": "1.7.5",
"vuex": "^3.1.0",
"vuex-i18n": "^1.13.1",
"vuex-router-sync": "5.0.0",
"vee-validate": "^2.2.13"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-plugin-unit-jest": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.20",
"autoprefixer": "9.6.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.7.1",
"copy-webpack-plugin": "5.0.4",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "4.1.0",
"lint-staged": "^9.2.1",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"sass-loader": "^7.0.1",
"sass-resources-loader": "^2.0.1",
"vue-book": "0.1.0-alpha.17",
"vue-template-compiler": "^2.6.10"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"license": "MIT",
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
},
"repository": {
"type": "git",
"url": "https://github.com/epicmaxco/vuestic-admin.git"
}
}