-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
executable file
·60 lines (60 loc) · 1.73 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
{
"name": "basix-admin-free",
"description": "Basix Admin - A Vue.js Admin Dashboard Template by Vue.js Admin",
"version": "1.1.0",
"author": "Vue.js Admin <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"amcharts3": "^3.21.12",
"ammap3": "^3.21.12",
"animate.css": "^3.6.1",
"chart.js": "^2.7.2",
"chartist": "^0.11.0",
"font-awesome": "^4.7.0",
"gaugeJS": "^1.3.5",
"google-maps": "^3.3.0",
"ionicons": "^3.0.0",
"is-url-external": "^1.0.3",
"jquery": "^3.3.1",
"leaflet-map": "^0.2.1",
"normalize.css": "^8.0.0",
"progressbar.js": "^1.0.1",
"vue": "^2.5.11",
"vue-animate-number": "^0.4.2",
"vue-chartjs": "^3.2.1",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-core": "^6.26.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"file-loader": "^1.1.4",
"node-sass": "^4.9.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.3",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
}
}