startpage/package.json

26 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2018-10-18 18:01:53 +03:00
{
"private": true,
"scripts": {
"local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js",
"staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --hide-modules --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "npm run local",
"watch": "npm run local -- --watch"
},
"devDependencies": {
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^3.2.3",
"hasbin": "^1.2.3",
"laravel-mix": "^2.0.0",
"node-cmd": "^3.0.0",
"on-build-webpack": "^0.1.0",
"webpack-watch": "^0.2.0",
"yargs": "^4.6.0"
},
"dependencies": {
"bootstrap": "^4.1.3",
"fork-awesome": "^1.1.5"
}
}