mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
40 lines
1.6 KiB
JSON
40 lines
1.6 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",
|
|
"watch-production": "npm run production -- --watch --progress",
|
|
"watch-prod": "npm run watch-production",
|
|
"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.19.2",
|
|
"bootstrap": "^4.5.0",
|
|
"cross-env": "^5.2.1",
|
|
"jquery": "^3.5.1",
|
|
"laravel-mix": "^4.1.4",
|
|
"lodash": "^4.17.19",
|
|
"popper.js": "^1.16.1",
|
|
"resolve-url-loader": "^2.3.1",
|
|
"sass": "^1.26.5",
|
|
"sass-loader": "^7.3.1",
|
|
"vue": "^2.6.11",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"dependencies": {
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
"es6-object-assign": "^1.1.0",
|
|
"v-tooltip": "^2.0.3",
|
|
"vue-i18n": "^8.18.0",
|
|
"vue-js-toggle-button": "^1.3.3",
|
|
"vue-multiselect": "^2.1.6",
|
|
"vue-nav-tabs": "^0.5.7",
|
|
"vue-select": "^3.10.3",
|
|
"vuedraggable": "^2.23.2"
|
|
}
|
|
}
|