{
  "name": "@twilio-labs/dev-phone-ui",
  "version": "1.0.0-beta.3",
  "description": "A react-based UI for the Twilio CLI softphone plugin",
  "main": "dist/index.html",
  "scripts": {
    "build": "rm -rf dist && webpack --config webpack.prod.config.js --mode production",
    "start": "webpack serve"
  },
  "author": "twilio-labs",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@babel/core": "^7.17.5",
    "@babel/plugin-transform-react-jsx": "^7.17.3",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "babel-loader": "^9.0.0",
    "css-loader": "^6.6.0",
    "html-webpack-plugin": "^5.5.0",
    "source-map-loader": "^3.0.1",
    "style-loader": "^3.3.1",
    "webpack": "^5.69.1",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.7.4",
    "webpack-license-plugin": "^4.2.2"
  },
  "dependencies": {
    "@twilio-paste/core": "^19.0.0",
    "@twilio-paste/icons": "^11.1.0",
    "@twilio/conversations": "^2.0.0",
    "@twilio/voice-sdk": "^2.1.0",
    "date-fns": "^2.28.0",
    "konami": "^1.6.3",
    "process": "^0.11.10",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-redux": "^7.2.6",
    "redux": "^4.1.2",
    "redux-thunk": "^2.4.1",
    "twilio-sync": "^3.0.6",
    "util": "^0.12.4"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/twilio-labs/dev-phone.git"
  },
  "keywords": [
    "soft",
    "phone",
    "react",
    "dev",
    "phone",
    "twilio"
  ],
  "bugs": {
    "url": "https://github.com/twilio-labs/dev-phone/issues"
  },
  "homepage": "https://github.com/twilio-labs/dev-phone#readme"
}
