@all-star/vue
Version:
Bring `best-shot` and `nice-move` together
79 lines • 1.94 kB
JSON
{
"name": "@all-star/vue",
"version": "0.21.29",
"description": "Bring `best-shot` and `nice-move` together",
"license": "MIT",
"author": {
"name": "Eric Chen"
},
"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": {
"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.13",
"@best-shot/dev-server": "^0.21.4",
"@best-shot/preset-asset": "^0.15.3",
"@best-shot/preset-babel": "^0.18.6",
"@best-shot/preset-style": "^0.16.4",
"@best-shot/preset-vue": "^0.16.3",
"@best-shot/preset-web": "^0.18.2",
"@nice-move/cli": "^0.11.30",
"@nice-move/eslint-config-vue": "^0.13.25",
"@nice-move/prettier-config": "^0.15.8",
"@nice-move/stylelint-config": "^0.10.25",
"@nice-move/tsconfig": "^0.4.2",
"core-js": "^3.48.0",
"webpack": "^5.105.2"
},
"peerDependencies": {
"eslint": "^9.39.3",
"garou": "^0.9.17",
"prettier": "^3.8.1",
"stylelint": "^16.26.1",
"typescript": "~5.9.3",
"vue": "~3.5.28"
},
"peerDependenciesMeta": {
"garou": {
"optional": true
},
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=22.18.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}