{
  "name": "@{{organization}}/{{name}}-components",
  "description": "React/Typescript Storybook Component Library",
  "version": "0.0.0",
  "license": "MIT",
  "main": "./src/index.ts",
  "scripts": {
    "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",
    "storybook": "start-storybook -p 6006",
    "clean": "gatsby clean",
    "build": "echo 'build'",
    "build:storybook": "build-storybook",
    "alias": "export NODE_ENV=${NODE_ENV} && firebase use ${REACT_APP_PROJECT_ID}",
    "predeploy": "npm run alias",
    "predeploy:hosting": "npm run alias",
    "deploy": "firebase deploy --project=${REACT_APP_PROJECT_ID}",
    "deploy:hosting": "firebase deploy --only hosting --project=${REACT_APP_PROJECT_ID}",
    "update": "ncu -u",
    "start": "NODE_ENV=local GATSBY_ACTIVE_ENV=local npm run storybook",
    "plop:component": "plop --plopfile ./node_modules/ignw-component-generator/plopfile.ts",
    "cy:open": "NODE_ENV=development CYPRESS_BASE_URL=http://localhost:6006 cypress open",
    "test:ci": "npm start & wait-on http://localhost:6006 && NODE_ENV=local cypress run --headless"
  },
  "dependencies": {
    "@{{organization}}/shared-lib": "../shared-lib",
    "@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",
    "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-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-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",
    "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",
    "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"
  }
}
