-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.47 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
{
"name": "ozee-boilerplate",
"version": "0.0.1",
"description": "",
"main": "",
"scripts": {
"updates": "npm-check-updates -u",
"build": "rm -rf webroot/css && rm -rf webroot/js && rm -rf webroot/static && webpack --config front/build/webpack.prod.js",
"dev": "node front/build/server.js"
},
"author": "Flavien Beninca <contact@flavienbeninca.fr>",
"license": "MIT",
"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": "^3.4.2",
"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"
}
}