UNPKG

@all-star/vue

Version:
78 lines 1.85 kB
{ "name": "@all-star/vue", "version": "0.20.29", "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", "stylelint", "vue", "webpack" ], "homepage": "https://github.com/airkro/all-star/tree/master/packages/vue", "repository": { "type": "git", "url": "git+https://github.com/airkro/all-star.git", "directory": "packages/vue" }, "bugs": { "url": "https://github.com/airkro/all-star/issues" }, "bin": { "all-star": "bin.mjs" }, "exports": { "./eslint": "./eslint.mjs" }, "type": "module", "dependencies": { "@best-shot/cli": "^0.18.4", "@best-shot/core": "^0.12.19", "@best-shot/dev-server": "^0.20.4", "@best-shot/preset-asset": "^0.14.1", "@best-shot/preset-babel": "^0.17.9", "@best-shot/preset-style": "^0.15.6", "@best-shot/preset-vue": "^0.15.3", "@best-shot/preset-web": "^0.17.3", "@nice-move/cli": "^0.11.25", "@nice-move/eslint-config-vue": "^0.12.23", "@nice-move/prettier-config": "^0.14.15", "@nice-move/stylelint-config": "^0.10.18", "@nice-move/tsconfig": "^0.2.12", "cheetor": "^0.13.0" }, "peerDependencies": { "@babel/core": "^7.27.4", "core-js": "^3.43.0", "eslint": "^9.29.0", "garou": "^0.9.10", "prettier": "^3.5.3", "stylelint": "^16.21.0", "typescript": "~5.8.3", "vue": "~3.5.17", "webpack": "^5.99.9" }, "peerDependenciesMeta": { "garou": { "optional": true }, "typescript": { "optional": true } }, "engines": { "node": "^22.11.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }