{ "name": "@vant/cli", "version": "6.2.0", "type": "module", "main": "lib/index.js", "typings": "lib/index.d.ts", "bin": { "vant-cli": "./bin.js" }, "engines": { "node": "^14.16.0 || >=16.0.0" }, "scripts": { "dev": "tsc --watch", "build": "rimraf ./lib && tsc", "release": "vant-cli release", "prepare": "pnpm build" }, "files": [ "lib", "cjs", "site", "bin.js" ], "keywords": [ "vant" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/vant-ui/vant.git", "directory": "packages/vant-cli" }, "bugs": "https://github.com/vant-ui/vant/issues", "author": "chenjiahan", "license": "MIT", "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/less": "^3.0.6", "@types/lodash": "^4.17.0", "@types/markdown-it": "^13.0.7", "rimraf": "^5.0.5", "vue": "^3.4.21" }, "dependencies": { "@babel/core": "^7.24.4", "@babel/preset-typescript": "^7.24.1", "@rsbuild/core": "0.5.7", "@rsbuild/plugin-babel": "0.5.7", "@rsbuild/plugin-vue": "0.5.7", "@rsbuild/plugin-vue-jsx": "0.5.7", "@vant/eslint-config": "workspace:^", "@vant/touch-emulator": "workspace:^", "@vitejs/plugin-vue": "^4.6.2", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/babel-plugin-jsx": "^1.2.2", "autoprefixer": "^10.4.19", "commander": "^11.1.0", "rslog": "^1.2.1", "esbuild": "^0.20.2", "eslint": "^8.57.0", "enquirer": "2.4.1", "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "hash-sum": "^2.0.0", "highlight.js": "^11.9.0", "husky": "^8.0.3", "less": "^4.2.0", "lodash": "^4.17.21", "markdown-it": "^13.0.2", "markdown-it-anchor": "^8.6.7", "nano-staged": "^0.8.0", "picocolors": "^1.0.0", "postcss": "^8.4.38", "postcss-load-config": "^4.0.2", "prettier": "^3.2.5", "rspack-plugin-virtual-module": "^0.1.12", "terser": "^5.19.2", "transliteration": "^2.3.5", "typescript": "^5.0.4", "vite": "^5.0.12", "vue-router": "^4.3.0" } }