mirror of
https://github.com/brunofontes/shareit.git
synced 2025-04-04 11:20:53 +00:00
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.3 and updates ancestor dependencies [loader-utils](https://github.com/webpack/loader-utils), [loader-utils](https://github.com/webpack/loader-utils) and [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/HEAD/packages/resolve-url-loader). These dependencies need to be updated together. Updates `loader-utils` from 2.0.2 to 2.0.3 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3) Updates `loader-utils` from 1.4.0 to 2.0.3 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3) Updates `resolve-url-loader` from 3.1.4 to 5.0.0 - [Release notes](https://github.com/bholloway/resolve-url-loader/releases) - [Changelog](https://github.com/bholloway/resolve-url-loader/blob/v5/packages/resolve-url-loader/CHANGELOG.md) - [Commits](https://github.com/bholloway/resolve-url-loader/commits/5.0.0/packages/resolve-url-loader) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect - dependency-name: loader-utils dependency-type: indirect - dependency-name: resolve-url-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
1.2 KiB
JSON
27 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run development",
|
|
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"watch": "npm run development -- --watch",
|
|
"watch-poll": "npm run watch -- --watch-poll",
|
|
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
"prod": "npm run production",
|
|
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^0.21",
|
|
"bootstrap": "^4.6.0",
|
|
"cross-env": "^5.2.1",
|
|
"jquery": "^3.5.1",
|
|
"laravel-mix": "^6.0.18",
|
|
"lodash": "^4.17.21",
|
|
"popper.js": "^1.16.1",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"sass": "^1.32.12",
|
|
"sass-loader": "^8.0.2",
|
|
"vue": "^2.6.12",
|
|
"vue-template-compiler": "^2.6.12"
|
|
}
|
|
}
|