1
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet.git synced 2024-05-02 00:59:39 +03:00

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": { "dependencies": {
"bootstrap": "^4.6.0" "bootstrap": "^4.6.0"
}, },
"scripts": { "scripts": {
"build-dev": "NODE_ENV=development npm run mix", "build-dev": "NODE_ENV=development mix",
"build": "NODE_ENV=production npm run mix", "build": "NODE_ENV=production mix",
"start": "NODE_ENV=development npm run mix -- --watch", "start": "NODE_ENV=development mix watch",
"hot": "NODE_ENV=development npm run mix:hot", "hot": "mix watch -- --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"
}, },
"private": true, "private": true,
"devDependencies": { "devDependencies": {
@ -28,7 +27,6 @@
"sass": "^1.35.2", "sass": "^1.35.2",
"sass-loader": "^12.1.0", "sass-loader": "^12.1.0",
"style-loader": "^3.1.0", "style-loader": "^3.1.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.44.0", "webpack": "^5.44.0",
"webpack-cli": "^4.7.2" "webpack-cli": "^4.7.2"
} }

File diff suppressed because it is too large Load diff