@twotwoba/vv-cli
Version:
Easily create Vite + React19/Vue3 web/h5/mini-program/chrome-extension projects.
44 lines (43 loc) • 1.14 kB
JSON
{
"name": "template-lib",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "MIT",
"author": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "oxfmt --write .",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint --deny-warnings",
"lint:fix": "oxlint --fix",
"prepare": "husky"
},
"dependencies": {
"@vitejs/plugin-vue": "^6.0.7",
"typescript": "^6.0.3",
"vite": "^8.0.14"
},
"devDependencies": {
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@types/node": "^25.9.1",
"husky": "^9.1.7",
"lint-staged": "^17.0.5",
"oxfmt": "^0.51.0",
"oxlint": "^1.66.0",
"vue": "^3.5.0"
},
"peerDependencies": {
"vue": ">=3.3.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs,vue}": "npm run lint",
"*": "oxfmt --no-error-on-unmatched-pattern"
},
"packageManager": "pnpm@10.33.3"
}