scripts / updates

This commit is contained in:
Alexander Yakovlev 2021-07-15 21:14:04 +07:00
parent b493d0ea53
commit 6d4ea4953f
Signed by: oreolek
GPG Key ID: 8D24103F5EE2A6C0
2 changed files with 1327 additions and 57 deletions

View File

@ -1,14 +1,13 @@
{
"private": true,
"dependencies": {
"bootstrap": "^4.6.0"
},
"scripts": {
"build-dev": "NODE_ENV=development npm run mix",
"build": "NODE_ENV=production npm run mix",
"start": "NODE_ENV=development npm run mix -- --watch",
"hot": "NODE_ENV=development npm run mix:hot",
"mix": "webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"mix:hot": "webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js"
"build-dev": "NODE_ENV=development mix",
"build": "NODE_ENV=production mix",
"start": "NODE_ENV=development mix watch",
"hot": "mix watch -- --hot"
},
"private": true,
"devDependencies": {
@ -28,7 +27,6 @@
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.1.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
}

File diff suppressed because it is too large Load Diff