-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "Lumen Vue Backone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p --progress --hide-modules",
"lintfix": "eslint --fix "
},
"author": "",
"license": "",
"dependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-2": "^6.11.0",
"babel-preset-vue-app": "^1.2.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^2.0.0-beta.3",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"laravel-elixir": "^6.0.0-17",
"postcss-loader": "^2.0.9",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"url-loader": "^0.5.9",
"vue": "^2.1.10",
"vue-loader": "^9.7.0",
"vue-resource": "^1.2.0",
"vue-router": "^2.3.0",
"vuex": "^2.0.0",
"webpack": "^2.2.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": ">=4.18.2",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-only-warn": "^1.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue-libs": "^1.2.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-stream": "^4.0.0"
}
}