{
  "name": "cra-template-typescript-redux-redquick",
  "version": "0.1.17",
  "license": "MIT",
  "author": "Andrew Porter -> Alexander Grischuk <alexgrischuk@gmail.com",
  "engines": {
    "node": ">=10"
  },
  "main": "template.json",
  "description": "A quick start Create React App template with React Router, Redux, TypeScript, Enzyme and custom ESlint configurations",
  "keywords": [
    "react",
    "create-react-app",
    "cra-template",
    "template",
    "enzyme",
    "eslint",
    "redux",
    "react-redux",
    "react-router",
    "react-router-dom",
    "typescript",
    "prettier"
  ],
  "files": [
    "template",
    "template.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/alexandr-g/cra-template-typescript-redux",
    "directory": "/"
  },
  "bugs": {
    "url": "https://github.com/alexandr-g/cra-template-typescript-redux/issues"
  },
  "dependencies": {
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@mui/icons-material": "^5.3.0",
    "@mui/lab": "^5.0.0-alpha.68",
    "@mui/material": "^5.2.8",
    "@reduxjs/toolkit": "^1.7.2",
    "@tabler/icons": "^1.53.0",
    "@testing-library/jest-dom": "^5.11.10",
    "@testing-library/react": "^12.1.2",
    "@testing-library/user-event": "^12.8.3",
    "@types/enzyme": "^3.10.4",
    "@types/jest": "^27.0.0",
    "@types/node": "^14.0.0",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/react-redux": "^7.1.5",
    "@types/react-router-dom": "^5.1.3",
    "@types/redux-mock-store": "^1.0.1",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "5.9.1",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
    "enzyme": "^3.11.0",
    "eslint": "^8.6.0",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "eslint-config-prettier": "^8.0.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.0.8",
    "firebase": "^9.6.6",
    "material-ui-popup-state": "^2.0.0",
    "prettier": "^2.0.0",
    "react": "^17.0.0",
    "react-apexcharts": "^1.3.9",
    "react-dom": "^17.0.0",
    "react-perfect-scrollbar": "^1.5.8",
    "react-redux": "^7.2.3",
    "react-router-dom": "6.2.1",
    "@types/react-syntax-highlighter": "^13.5.2",
    "react-scripts": "5.0.0",
    "redux": "^4.0.5",
    "react-syntax-highlighter": "^15.4.3",
    "redux-devtools-extension": "^2.13.8",
    "jss-rtl": "^0.3.0",
    "redux-mock-store": "^1.5.4",
    "react-images": "^1.2.0-beta.6",
    "axios": "^0.21.1",
    "stylis-plugin-rtl": "^2.0.2",
    "axios-mock-adapter": "^1.19.0",
    "redux-thunk": "^2.4.1",
    "react-intl": "^5.14.0",
    "sass": "^1.45.0",
    "typescript": "~4.5.0",
    "uuidv4": "^6.2.12",
    "@emotion/cache": "^11.7.1",
    "@mui/styles": "^5.0.1",
    "@mui/system": "^5.0.3",
    "@mui/utils": "^5.0.1",
    "@mui/x-data-grid": "^5.0.0-beta.3",
    "apexcharts": "^3.26.1",
    "clsx": "^1.1.1",
    "formik": "^2.2.6",
    "framer-motion": "^4.1.13",
    "history": "^5.0.0",
    "prop-types": "^15.7.2",
    "react-device-detect": "^1.17.0",
    "react-router": "6.0.0-beta.0",
    "yup": "^0.32.9"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "build:css": "node-sass src/ -o src/ ",
    "eject": "react-scripts eject",
    "clean-files": "del -f ./template/public ./template/src && del -f ./template/.eslintignore ./template/.eslintrc ./template/.prettierrc ./template/README.md ./template/README_CRA.md ./template/tsconfig.json ./template/tsconfig.eslint.json",
    "copy-files": "cp -a ./src/. template/src && cp -a ./public/. template/public && cp .eslintignore .eslintrc .prettierrc tsconfig.json tsconfig.eslint.json README.md README_CRA.md template/",
    "prepublishOnly": "",
    "commit": "npx git-cz",
    "lint": "eslint src --ext .js,.jsx,.ts,.tsx",
    "fix": "eslint src --ext .js,.jsx,.ts,.tsx  --fix",
    "format": "prettier --write src/**/*.{ts,tsx}",
    "pub": "npm version patch && npm publish",
    "e2e": "cypress run --spec 'cypress/integration/*'"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "tag": "latest",
    "access": "public"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version",
      ">0.3%",
      "not ie 11",
      "not dead",
      "not op_mini all"
    ]
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.1",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "8.0.2",
    "codecov": "3.8.3",
    "commitizen": "4.2.4",
    "cypress": "9.4.1",
    "@types/node-sass": "^4.11.2",
    "node-sass": "^7.0.1",
    "cz-conventional-changelog": "3.3.0",
    "eslint-plugin-cypress": "2.12.1",
    "semantic-release": "18.0.1"
  }
}
