{
  "name": "youtube-together",
  "version": "1.3.2",
  "description": "Embed youtube-together sessions in any iframe to allow watching youtube videos together with friends located anywhere",
  "main": "server/server.js",
  "scripts": {
    "start": "npm run-script build-prod && cd server && node startHttp.js",
    "start-client": "cd client && react-scripts start",
    "build": "cd client && REACT_APP_BUILD_TYPE=development react-scripts build",
    "build-prod": "cd client && REACT_APP_BUILD_TYPE=production react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stuckinaboot/youtube-together.git"
  },
  "keywords": [
    "youtube",
    "sync",
    "together",
    "javascript",
    "react",
    "youtube-together",
    "iframe",
    "embed"
  ],
  "author": "Aspyn Palatnick",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/stuckinaboot/youtube-together/issues"
  },
  "homepage": "https://github.com/stuckinaboot/youtube-together#readme",
  "dependencies": {
    "@material-ui/core": "^4.10.1",
    "@material-ui/icons": "^4.9.1",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "cors": "^2.8.5",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "https": "^1.0.0",
    "morgan": "^1.9.1",
    "node-sass": "^4.14.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-modal": "^3.11.2",
    "react-responsive": "^8.0.3",
    "react-router-dom": "^5.1.2",
    "react-scripts": "3.4.1",
    "react-spring": "^8.0.27",
    "socket.io": "^2.3.0",
    "socket.io-client": "^2.3.0"
  },
  "devDependencies": {
    "nodemon": "^2.0.2"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
