librenms/package.json
dependabot[bot] ed42591b0e
Bump postcss from 8.2.2 to 8.2.10 (#12858)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.2 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.2...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 22:29:04 -05:00

43 lines
1.3 KiB
JSON

{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"watch-production": "mix watch --production",
"watch-prod": "npm run watch-production",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"cross-env": "^5.2.1",
"jquery": "^3.5.1",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"postcss": "^8.2.10",
"resolve-url-loader": "^3.1.2",
"sass": "^1.29.0",
"sass-loader": "^10.1.0",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"es6-object-assign": "^1.1.0",
"v-tooltip": "^2.0.3",
"vue-i18n": "^8.22.2",
"vue-js-modal": "*",
"vue-js-toggle-button": "^1.3.3",
"vue-multiselect": "^2.1.6",
"vue-nav-tabs": "^0.5.7",
"vue-select": "^3.10.8",
"vuedraggable": "^2.24.3"
}
}