UNPKG

@all-star/base

Version:
76 lines 1.87 kB
{ "name": "@all-star/base", "version": "0.23.0", "description": "Bring `best-shot` and `nice-move` together", "license": "MIT", "author": { "name": "Eric Chen" }, "keywords": [ "all-star", "best-shot", "eslint", "nice-move", "prettier", "stylelint", "webpack" ], "homepage": "https://github.com/Airkro/all-star/tree/master/packages/base", "repository": { "type": "git", "url": "git+https://github.com/Airkro/all-star.git", "directory": "packages/base" }, "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": "^7.29.0", "@best-shot/cli": "^0.19.3", "@best-shot/core": "^0.13.14", "@best-shot/dev-server": "^0.21.5", "@best-shot/preset-asset": "^0.15.4", "@best-shot/preset-babel": "^0.18.7", "@best-shot/preset-style": "^0.16.5", "@best-shot/preset-web": "^0.18.3", "@nice-move/cli": "^0.11.31", "@nice-move/eslint-config-base": "^0.15.0", "@nice-move/prettier-config": "^0.15.8", "@nice-move/stylelint-config": "^0.10.26", "@nice-move/tsconfig": "^0.5.0", "core-js": "^3.49.0", "webpack": "^5.105.4" }, "peerDependencies": { "eslint": "^9.39.4", "garou": "^0.9.19", "prettier": "^3.8.1", "stylelint": "^17.6.0", "typescript": "~6.0.2" }, "peerDependenciesMeta": { "garou": { "optional": true }, "typescript": { "optional": true } }, "engines": { "node": ">=24.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }