-
Notifications
You must be signed in to change notification settings - Fork 182
/
package.json
16 lines (16 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/webpack-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/webpack-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/webpack-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/webpack-mix/setup/webpack.config.js",
"prod": "npm run production"
},
"devDependencies": {
"cross-env": "^6.0.3",
"imagemin-pngquant": "^5.0.1",
"webpack-mix": "^2.0.2",
"ckeditor4": "ckeditor/ckeditor4-releases#full/4.21.0"
}
}