@twotwoba/vv-cli
Version:
Easily create Vite + React19/Vue3 web/h5/mini-program/chrome-extension projects.
54 lines (53 loc) • 1.27 kB
JSON
{
"name": "@twotwoba/vv-cli",
"version": "2.9.4",
"description": "Easily create Vite + React19/Vue3 web/h5/mini-program/chrome-extension projects.",
"keywords": [
"TanStack",
"chrome extension",
"cli",
"react",
"tailwindcss",
"uniapp",
"unocss",
"vite8",
"vue"
],
"license": "MIT",
"author": "eric.yuan",
"repository": {
"url": "https://github.com/twotwoba/vv-cli"
},
"bin": {
"vv": "./bin/index.js"
},
"files": [
"bin",
"template-react",
"template-vue",
"template-vue-mobile",
"template-extension",
"template-uniapp",
"!**/node_modules/**"
],
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublishOnly": "npm run build"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^9.3.7",
"ora": "^8.1.1"
},
"devDependencies": {
"@fission-ai/openspec": "^1.2.0",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
}
}