1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-19 15:13:00 +00:00
browserphone/package.json
dependabot[bot] 09a141272b
Bump scss-tokenizer and node-sass
Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together.


Updates `scss-tokenizer` from 0.3.0 to 0.4.3
- [Release notes](https://github.com/sasstools/scss-tokenizer/releases)
- [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.3.0...v0.4.3)

Updates `node-sass` from 7.0.1 to 7.0.3
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v7.0.1...v7.0.3)

---
updated-dependencies:
- dependency-name: scss-tokenizer
  dependency-type: indirect
- dependency-name: node-sass
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 22:17:40 +00:00

37 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.3",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"util": "^0.12.4",
"vue-loader": "^15",
"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"
}
}