{
  "package": {
    "name": "cra-template-bod",
    "version": "5.21.5",
    "description": "The advanced TypeScript template for Bod CLI.",
    "author": "sabertazimi <sabertazimi@gmail.com>",
    "license": "MIT",
    "homepage": "https://sabertazimi.github.io/bod/bod",
    "repository": {
      "type": "git",
      "url": "https://github.com/sabertazimi/bod.git",
      "directory": "packages/cra-template-bod"
    },
    "bugs": {
      "url": "https://github.com/sabertazimi/bod/issues"
    },
    "keywords": [
      "bod",
      "bod-cli",
      "bod-template",
      "react",
      "create-react-app",
      "template",
      "typescript"
    ],
    "files": [
      "template",
      "template.json"
    ],
    "engines": {
      "node": ">=18.0.0"
    },
    "scripts": {
      "build": "react-scripts build",
      "start": "react-scripts start",
      "test": "react-scripts test"
    },
    "dependencies": {
      "@reduxjs/toolkit": "^2.5.0",
      "react-redux": "^9.2.0",
      "react-router": "^7.0.2",
      "web-vitals": "^4.2.4"
    },
    "devDependencies": {
      "@testing-library/dom": "^10.4.0",
      "@testing-library/jest-dom": "^6.6.3",
      "@testing-library/react": "^16.1.0",
      "@testing-library/user-event": "^14.5.2",
      "@types/jest": "^29.5.14",
      "@types/jest-axe": "^3.5.9",
      "@types/node": "^22.10.2",
      "@types/react": "^19.0.1",
      "@types/react-dom": "^19.0.2",
      "identity-obj-proxy": "^3.0.0",
      "jest-axe": "^9.0.0",
      "typescript": "^5.7.2"
    },
    "stylelint": {
      "extends": [
        "stylelint-config-bod"
      ],
      "plugins": [
        "stylelint-prettier"
      ],
      "rules": {
        "prettier/prettier": true
      }
    },
    "prettier": {
      "arrowParens": "avoid",
      "printWidth": 80,
      "semi": false,
      "singleQuote": true,
      "tabWidth": 2,
      "trailingComma": "es5"
    },
    "browserslist": {
      "production": [
        ">0.2%",
        "not dead",
        "not op_mini all"
      ],
      "development": [
        "last 1 chrome version",
        "last 1 firefox version",
        "last 1 safari version"
      ]
    }
  }
}