-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 932 Bytes
/
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
{
"name": "GroupeBel",
"description": "Package de gestion du site Groupe Bel",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "webpack --progress --colors --watch --config webpack.config.js | grunt fw",
"wp": "webpack --config webpack.config.js",
"build": "npm run wp && grunt s && grunt build && npm run copy-dev",
"build_dev": "webpack --config webpack.config.js",
"copy-dev": "cp -r styles scripts img ../server/web/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^6.5.0",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"cssnano": "^3.7.0",
"grunt": "^1.0.1",
"grunt-combine-media-queries": "^1.0.20",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.2.0",
"webpack": "^1.13.1"
}
}