-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.47 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.47 KB
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": "mvc",
"version": "2.0.0",
"description": "",
"main": "",
"scripts": {
"update": "npm-check-updates -u",
"build": "rm -rf public/assets && webpack --config resources/build/webpack.prod.js",
"dev": "node resources/build/server.js"
},
"author": "Adrien REDON",
"license": "MIT",
"dependencies": {
"vue": "^2.0.0-rc.4",
"vuex": "^2.0.0-rc.6"
},
"devDependencies": {
"assets-webpack-plugin": "^3.4.0",
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"chokidar": "^1.6.0",
"css-loader": "^0.25.0",
"css-mqpacker": "^5.0.1",
"eslint": "^3.5.0",
"eslint-config-standard": "^6.0.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^1.5.2",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^4.14.1",
"postcss-loader": "^0.13.0",
"progress-bar-webpack-plugin": "^1.9.0",
"sass-loader": "^4.0.2",
"shelljs": "^0.7.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-loader": "^9.4.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"webpack-hot-middleware": "^2.13.0"
}
}