{
  "name": "@{{organization}}/{{name}}",
  "description": "Gatsby/React/Typescript Application",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "develop": "gatsby develop -o",
    "dev": "npm run develop",
    "format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
    "lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
    "lint:watch": "esw -w . --ext ts --ext tsx --ext js --ext jsx",
    "lint:fix": "npm run lint --fix",
    "test": "NODE_ENV=test JEST=true jest --detectOpenHandles --verbose",
    "test:watch": "jest --watch",
    "serve": "NODE_ENV=development gatsby serve -p 5000",
    "storybook": "start-storybook -p 6006",
    "clean": "gatsby clean",
    "build": "GATSBY_ACTIVE_ENV=${GATSBY_ACTIVE_ENV} gatsby build",
    "build:storybook": "build-storybook",
    "deploy": "firebase deploy --only hosting:app,storybook",
    "deploy:hosting": "npm run deploy",
    "deploy:app": "firebase deploy --only hosting:app",
    "deploy:storybook": "firebase deploy --only hosting:storybook",
    "update": "ncu -u",
    "start": "NODE_ENV=local GATSBY_ACTIVE_ENV=local gatsby develop -o",
    "start:test": "NODE_ENV=test GATSBY_ACTIVE_ENV=test gatsby serve",
    "start:dev": "NODE_ENV=development GATSBY_ACTIVE_ENV=development gatsby serve -p 5000",
    "start:prod": "NODE_ENV=production gatsby serve -p 5000",
    "start:ci": "NODE_ENV=local GATSBY_ACTIVE_ENV=local gatsby serve -p 5000",
    "copy:assets": "cp -R ./src/images/ ./public/images/",
    "plop:component": "plop --plopfile ./node_modules/ignw-component-generator/plopfile.ts",
    "precy:open": "gatsby develop & wait-on http://localhost:8000",
    "precy:open:prod": "GATSBY_ACTIVE_ENV=development npm run build && NODE_ENV=development GATSBY_ACTIVE_ENV=development npm run serve & wait-on http://localhost:5000",
    "cy:open": "NODE_ENV=development CYPRESS_BASE_URL=http://localhost:8000 cypress open",
    "cy:open:prod": "GATSBY_ACTIVE_ENV=development NODE_ENV=development CYPRESS_BASE_URL=http://localhost:5000 cypress open",
    "pretest:ci": "NODE_ENV=local E2E=true GATSBY_ACTIVE_ENV=local REACT_APP_API_HOST=http://localhost:4000",
    "pretest:e2e": "npm run pretest:ci",
    "test:e2e": "lerna exec --scope @{{organization}}/server npm run start:ci & npm run start:ci & wait-on http://localhost:5000 && NODE_ENV=local CYPRESS_BASE_URL=http://localhost:5000 cypress run --headless",
    "test:ci": "npm run start:ci & wait-on http://localhost:5000 && NODE_ENV=local CYPRESS_BASE_URL=http://localhost:5000 cypress run --headless",
    "t": "ts-node ./scripts/translations.ts"
  },
  "dependencies": {
    "@material-ui/core": "^4.11.0",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "^4.0.0-alpha.56",
    "@material-ui/pickers": "^3.2.10",
    "@material-ui/styles": "^4.10.0",
    "@reach/router": "^1.3.4",
    "@types/axios": "^0.14.0",
    "axios": "^0.19.2",
    "babel-preset-react-app": "^9.1.2",
    "clsx": "^1.1.1",
    "dotenv": "^8.2.0",
    "firebase": "^7.17.2",
    "firebaseui": "^4.6.1",
    "framer-motion": "^2.4.1",
    "gatsby": "^2.24.36",
    "gatsby-image": "^2.4.14",
    "gatsby-plugin-csp": "^1.1.3",
    "gatsby-plugin-firebase": "^0.2.0-beta.4",
    "gatsby-plugin-graphql-codegen": "^2.7.1",
    "gatsby-plugin-manifest": "^2.4.22",
    "gatsby-plugin-material-ui": "^2.1.10",
    "gatsby-plugin-netlify": "^2.3.12",
    "gatsby-plugin-offline": "^3.2.22",
    "gatsby-plugin-react-axe": "^0.4.1",
    "gatsby-plugin-react-helmet": "^3.3.10",
    "gatsby-plugin-remove-console": "0.0.2",
    "gatsby-plugin-remove-serviceworker": "^1.0.0",
    "gatsby-plugin-robots-txt": "^1.5.1",
    "gatsby-plugin-sharp": "^2.6.25",
    "gatsby-plugin-sitemap": "^2.4.11",
    "gatsby-plugin-styled-components": "^3.3.10",
    "gatsby-plugin-typescript": "^2.4.17",
    "gatsby-source-filesystem": "^2.3.24",
    "gatsby-transformer-sharp": "^2.5.12",
    "i18next": "^19.6.3",
    "i18next-browser-languagedetector": "^5.0.1",
    "isomorphic-fetch": "^2.2.1",
    "material-table": "^1.68.0",
    "modern-css-reset": "^1.1.1",
    "react": "^16.13.1",
    "react-device-detect": "^1.13.1",
    "react-dom": "^16.13.1",
    "react-firebase-hooks": "^2.2.0",
    "react-helmet": "^6.1.0",
    "react-i18next": "^11.7.0",
    "react-toastify": "^6.0.8",
    "styled-components": "^5.1.1",
    "typeface-roboto": "0.0.75",
    "uuidv4": "^6.2.2"
  },
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@firebase/auth-types": "^0.10.1",
    "@google-cloud/storage": "^5.1.2",
    "@storybook/addon-actions": "^6.0.12",
    "@storybook/addon-essentials": "^6.0.21",
    "@storybook/addon-knobs": "^6.0.12",
    "@storybook/addon-links": "^6.0.12",
    "@storybook/addons": "^6.0.12",
    "@storybook/react": "^6.0.12",
    "@testing-library/jest-dom": "^5.11.2",
    "@testing-library/react": "^10.4.8",
    "@types/edit-json-file": "^1.4.0",
    "@types/isomorphic-fetch": "0.0.35",
    "@types/jest": "^26.0.9",
    "@types/react": "^16.9.44",
    "@types/react-dom": "^16.9.8",
    "@types/react-helmet": "^6.1.0",
    "@types/react-text-mask": "^5.4.6",
    "@types/styled-components": "^5.1.2",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/eslint-plugin-tslint": "^3.8.0",
    "@typescript-eslint/parser": "^3.8.0",
    "babel-jest": "^26.2.2",
    "babel-loader": "^8.1.0",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-remove-graphql-queries": "^2.9.16",
    "babel-plugin-styled-components": "^1.11.1",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "babel-preset-gatsby": "^0.5.5",
    "edit-json-file": "^1.4.0",
    "eslint": "^7.6.0",
    "eslint-config-gojutin": "0.1.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-immutable": "^1.0.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^23.20.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.20.5",
    "eslint-plugin-react-hooks": "^4.0.8",
    "eslint-watch": "^7.0.0",
    "firebase-tools": "^8.7.0",
    "gatsby-plugin-root-import": "^2.0.5",
    "identity-obj-proxy": "^3.0.0",
    "ignw-component-generator": "^1.0.2",
    "jest": "^26.2.2",
    "jest-styled-components": "^7.0.2",
    "lerna": "^3.22.1",
    "npm-check-updates": "^7.0.3",
    "prettier": "^2.0.5",
    "ts-jest": "^26.1.4",
    "ts-node": "^8.10.2",
    "ts-node-dev": "^1.0.0-pre.56",
    "tslint": "^6.1.3",
    "tslint-immutable": "^6.0.1",
    "tslint-react": "^5.0.0",
    "typescript": "^3.9.7",
    "wait-on": "^5.1.0"
  }
}
