1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-19 15:13:00 +00:00
browserphone/package.json

34 lines
801 B
JSON
Raw Normal View History

2019-05-28 20:59:00 +00:00
{
"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"
2019-05-28 20:59:00 +00:00
},
"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"
2019-05-28 20:59:00 +00:00
}
}