-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.86 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
{
"name": "vue-web-starter",
"version": "0.0.1",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"clean": "node build/bin/clean.js",
"dev": "cross-env WEBPACK=dev node build/bin/server.js",
"dll": "npm run clean && webpack --progress --config build/webpack.dll.conf.js",
"build": "webpack --progress --config build/webpack.conf.js",
"gh": "cross-env-shell WEBPACK=gh_pages \"npm run dll && npm run build\""
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.1",
"jwt-decode": "^2.2.0",
"material-design-icons-iconfont": "^3.0.3",
"moment": "^2.22.2",
"vue": "^2.4.2",
"vue-fullcalendar": "^1.0.9",
"vue-i18n": "^8.0.0",
"vue-router": "^2.3.0",
"vue-upload-component": "^2.8.11",
"vue2-google-maps": "^0.10.4",
"vuetify": "^1.3.8",
"vuex": "^2.2.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.1.6",
"css-loader": "^0.28.4",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"monfy": "^0.1.1",
"node-sass": "^4.5.3",
"resolve-url-loader": "^2.3.0",
"resource-hints-webpack-plugin": "0.0.2",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"url-loader": "^1.0.1",
"vue-loader": "^13.0.2",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "3.2.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.18.2",
"webpack-module-hot-accept": "^1.0.5"
}
}