forked from vue-bulma/vue-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.61 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": "vue-admin",
"version": "0.1.7",
"description": "Vue Admin Panel Framework",
"repository": "fundon/vue-admin",
"homepage": "https://vue-admin.fundon.me",
"license": "MIT",
"author": {
"name": "Fangdun Cai",
"email": "cfddream@gmail.com",
"url": "fundon.me"
},
"keywords": [
"admin",
"bulma",
"dashboard",
"data",
"visualization",
"vue"
],
"engines": {
"node": ">=4",
"npm": ">=3"
},
"scripts": {
"clean": "rm -rf dist",
"build": "cross-env NODE_ENV=production node build/build.js",
"dev": "cross-env NODE_ENV=development node build/dev-server.js",
"gh": "npm run build && gh-pages -d dist",
"lint": "eslint --ext .js .vue client/*",
"test": "echo lol"
},
"dependencies": {
"animate.css": "3.5.2",
"animejs": "1.1.1",
"bulma": "0.2.3",
"font-awesome": "4.6.3",
"mdi": "1.7.22",
"plotly": "1.0.6",
"plotly.js": "1.18.0",
"vue": "2.0.3",
"vue-bulma-breadcrumb": "github:vue-bulma/breadcrumb",
"vue-bulma-chartist": "github:vue-bulma/chartist",
"vue-bulma-chartjs": "github:vue-bulma/chartjs",
"vue-bulma-collapse": "github:vue-bulma/collapse",
"vue-bulma-datepicker": "github:vue-bulma/datepicker",
"vue-bulma-emoji": "github:vue-bulma/emoji",
"vue-bulma-expanding": "github:vue-bulma/expanding",
"vue-bulma-jump": "github:vue-bulma/jump",
"vue-bulma-message": "1.1.0",
"vue-bulma-modal": "github:vue-bulma/modal",
"vue-bulma-notification": "1.1.0",
"vue-bulma-progress-bar": "github:vue-bulma/progress-bar",
"vue-bulma-progress-tracker": "github:vue-bulma/progress-tracker",
"vue-bulma-quill": "github:vue-bulma/quill",
"vue-bulma-rating": "github:vue-bulma/rating",
"vue-bulma-slider": "github:vue-bulma/slider",
"vue-bulma-switch": "github:vue-bulma/switch",
"vue-bulma-tabs": "github:vue-bulma/tabs",
"vue-bulma-tooltip": "github:vue-bulma/tooltip",
"vue-canvas-gauges": "github:vue-bulma/canvas-gauges",
"vue-cleave": "1.1.0",
"vue-handsontable": "github:vue-bulma/handsontable",
"vue-nprogress": "0.1.0",
"vue-peity": "0.4.0",
"vue-resource": "1.0.3",
"vue-router": "2.0.1",
"vuex": "2.0.0",
"vuex-router-sync": "3.0.0",
"wysiwyg.css": "0.0.2"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.17.0",
"connect-history-api-fallback": "^1.3.0",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"eslint": "^3.8.0",
"eslint-config-standard": "^6.1.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-html": "^1.5.3",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"http-proxy-middleware": "^0.17.1",
"json-loader": "^0.5.4",
"node-sass": "^3.10.0",
"ora": "^0.3.0",
"postcss-loader": "^1.0.0",
"progress-bar-webpack-plugin": "^1.9.0",
"sass-loader": "^4.0.2",
"serve-favicon": "^2.3.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.3.1",
"url-loader": "^0.5.7",
"vue-html-loader": "^1.2.3",
"vue-loader": "^9.7.0",
"vue-template-compiler": "^2.0.3",
"webpack": "^2.1.0-beta.25",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.0",
"webpack-merge": "^0.14.1"
}
}