mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
* refactor(cli): rewrite release command * fix: duplicated build * fix: no git check * feat: rollback version * chore: release config * chore: add release config
36 lines
904 B
JSON
36 lines
904 B
JSON
{
|
|
"name": "@vant/eslint-config",
|
|
"version": "4.0.0",
|
|
"description": "eslint config of vant",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"release": "vant-cli release",
|
|
"update:deps": "pnpm update --latest --interactive"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vant-ui/vant.git",
|
|
"directory": "packages/vant-eslint-config"
|
|
},
|
|
"bugs": "https://github.com/vant-ui/vant/issues",
|
|
"author": "chenjiahan",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
|
"@typescript-eslint/parser": "^5.60.1",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-vue": "^9.15.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.44.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.32.0 || ^8.2.0"
|
|
}
|
|
}
|