1
0
Fork 0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-11-12 15:42:50 +00:00
browserphone/package.json
dependabot[bot] 3eda72fcdc
Bump json5 and vue-loader
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [vue-loader](https://github.com/vuejs/vue-loader). These dependencies need to be updated together.


Updates `json5` from 2.2.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

Updates `vue-loader` from 15.10.0 to 17.0.1
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/next/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.10.0...v17.0.1)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: vue-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 14:52:42 +00:00

36 lines
893 B
JSON

{
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/runtime": "^7.18.9",
"babel-loader": "^8.2.5",
"babel-eslint": "^10.1.0",
"css-loader": "^6.7.1",
"eslint": "^7.19.0",
"eslint-plugin-vue": "^7.20.0",
"node-sass": "^7.0.1",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"util": "^0.12.4",
"vue-loader": "^17",
"vue-template-compiler": "^2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"name": "browserphone",
"private": true,
"scripts": {
"build": "webpack --mode production"
},
"dependencies": {
"@twilio/voice-sdk": "^2.1.1",
"axios": "^0.27.2",
"bootstrap": "^4",
"bootstrap-vue": "^2.22.0",
"bootswatch": "^4",
"popper.js": "^1.16.1",
"vue": "^2",
"vue-i18n": "^8"
}
}