This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.62 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
{
"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.18.0",
"material-design-icons-iconfont": "^3.0.3",
"vue": "^2.5.19",
"vue-router": "^2.8.1",
"vuetify": "^1.3.12",
"vuex": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/runtime": "^7.2.0",
"babel-loader": "^8.0.4",
"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",
"url-loader": "^1.0.1",
"vue-loader": "^13.0.2",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.19",
"webpack": "^3.0.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.18.2",
"webpack-module-hot-accept": "^1.0.5"
}
}