mirror of
https://github.com/Luzifer/browserphone.git
synced 2024-11-08 13:50:05 +00:00
33 lines
801 B
JSON
33 lines
801 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",
|
|
"css-loader": "^6.7.1",
|
|
"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"
|
|
}
|
|
}
|