{
  "name": "songwhip-batch-web",
  "private": true,
  "scripts": {
    "dev": "API_ENDPOINT=https://staging.api.batch.songwhip.com/ next dev",
    "build": "NODE_ENV=production next build",
    "deploy:staging": "serverless --env staging",
    "deploy:production": "serverless --env production"
  },
  "devDependencies": {
    "babel-plugin-inline-react-svg": "^1.1.0",
    "dotenv": "^8.2.0",
    "serverless": "1.60.2"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "date-fns": "^2.8.1",
    "debug": "^4.1.1",
    "hoist-non-react-statics": "^3.3.1",
    "jsonwebtoken": "^8.5.1",
    "next": "9.3.0",
    "react": "16.12.0",
    "react-dom": "16.12.0",
    "react-redux": "7.1.3",
    "redux": "4.0.5",
    "redux-devtools-extension": "^2.13.8",
    "redux-thunk": "^2.3.0",
    "unfetch": "^4.1.0"
  }
}
