1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-16 13:48:35 +00:00
browserphone/package.json
Knut Ahlers 8fa42200e8
Add call duration, keep notifications
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-12-10 23:40:51 +01: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.1",
"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"
}
}