{
  "name": "@all-star/react",
  "version": "0.20.20",
  "description": "Bring `best-shot` and `nice-move` together",
  "license": "MIT",
  "author": {
    "name": "Eric Chen",
    "email": "airkro@qq.com"
  },
  "keywords": [
    "all-star",
    "best-shot",
    "eslint",
    "nice-move",
    "prettier",
    "react",
    "stylelint",
    "webpack"
  ],
  "homepage": "https://github.com/airkro/all-star/tree/master/packages/react",
  "repository": {
    "type": "git",
    "url": "https://github.com/airkro/all-star.git",
    "directory": "packages/react"
  },
  "bugs": {
    "url": "https://github.com/airkro/all-star/issues"
  },
  "bin": {
    "all-star": "bin.mjs"
  },
  "type": "module",
  "dependencies": {
    "@best-shot/cli": "^0.18.2",
    "@best-shot/core": "^0.12.14",
    "@best-shot/dev-server": "^0.20.1",
    "@best-shot/preset-asset": "^0.14.1",
    "@best-shot/preset-babel": "^0.17.7",
    "@best-shot/preset-react": "^0.17.4",
    "@best-shot/preset-style": "^0.15.5",
    "@best-shot/preset-web": "^0.17.2",
    "@nice-move/cli": "^0.11.21",
    "@nice-move/eslint-config-react": "^0.12.17",
    "@nice-move/prettier-config": "^0.14.12",
    "@nice-move/stylelint-config": "^0.10.13",
    "@nice-move/tsconfig": "^0.2.9",
    "cheetor": "^0.13.0"
  },
  "peerDependencies": {
    "@babel/core": "^7.26.10",
    "core-js": "^3.41.0",
    "eslint": "^9.24.0",
    "garou": ">=0.9.5",
    "prettier": "^3.5.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "stylelint": "^16.18.0",
    "typescript": "~5.8.3",
    "webpack": "^5.99.5"
  },
  "peerDependenciesMeta": {
    "garou": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "engines": {
    "node": "^22.11.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}