{ "private": true, "scripts": { "prepare": "husky install", "dev": "cd packages/vant && yarn dev", "lint": "cd packages/vant && yarn lint", "test": "cd packages/vant && yarn test", "build": "cd packages/vant && yarn build", "build:site": "cd packages/vant && yarn build:site" }, "lint-staged": { "*.md": "prettier --write", "*.{ts,tsx,js,vue,less}": "prettier --write", "*.{ts,tsx,js,vue}": "eslint --fix", "*.{vue,css,less}": "stylelint --fix" }, "devDependencies": { "@vant/cli": "^4.0.0-beta.5", "@vue/compiler-sfc": "3.2.8", "vue": "3.2.8" } }