-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
49 lines (49 loc) · 1.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
{
"name": "beego-vuejs-starter-kit",
"version": "1.0.0",
"main": "static/js/index.js",
"author": "BNSD",
"license": "MIT",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config webpack.dev.config.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^0.1.17",
"compression-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.2.3",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^4.0.0-beta.8",
"node-notifier": "^5.1.2",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"sass-loader": "^6.0.6",
"style-loader": "^1.0.0",
"url-loader": "^0.6.2",
"vue-loader": "^15.7.1",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.9",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": ">=3.1.11",
"write-file-webpack-plugin": "^4.2.0"
},
"dependencies": {
"axios": "^0.18.1",
"buefy": "~0.7.10",
"vue": "^2.5.9",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
}
}