@all-star/react
Version:
Bring `best-shot` and `nice-move` together
80 lines • 1.98 kB
JSON
{
"name": "@all-star/react",
"version": "0.23.4",
"description": "Bring `best-shot` and `nice-move` together",
"license": "MIT",
"author": {
"name": "Eric Chen"
},
"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": "git+https://github.com/Airkro/all-star.git",
"directory": "packages/react"
},
"bugs": {
"url": "https://github.com/Airkro/all-star/issues"
},
"bin": {
"best-shot": "bin/best-shot.mjs",
"nice-move": "bin/nice-move.mjs"
},
"exports": {
"./eslint": "./eslint.config.mjs",
"./prettier": "./prettier.config.mjs",
"./stylelint": "./stylelint.config.mjs"
},
"type": "module",
"dependencies": {
"@babel/core": "^8.0.1",
"@best-shot/cli": "^0.20.0",
"@best-shot/core": "^0.14.0",
"@best-shot/dev-server": "^0.22.0",
"@best-shot/preset-asset": "^0.16.0",
"@best-shot/preset-babel": "^0.19.1",
"@best-shot/preset-react": "^0.19.2",
"@best-shot/preset-style": "^0.17.0",
"@best-shot/preset-web": "^0.19.0",
"@nice-move/cli": "^0.11.33",
"@nice-move/eslint-config-react": "^0.15.3",
"@nice-move/prettier-config": "^0.15.9",
"@nice-move/stylelint-config": "^0.10.29",
"@nice-move/tsconfig": "^0.5.0",
"core-js": "^3.49.0",
"webpack": "^5.107.2"
},
"peerDependencies": {
"eslint": "^9.39.4",
"garou": ">=0.9.21",
"prettier": "~3.8.4",
"react": ">=18.3.1",
"react-dom": ">=18.3.1",
"stylelint": "^17.13.0",
"typescript": "~6.0.3"
},
"peerDependenciesMeta": {
"garou": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"node": "^24.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}