@twotwoba/vv-cli
Version:
Easily create Vite + React/Vue3 project with TailwindCSS and other useful libraries. Also support Chrome extension.
45 lines (44 loc) • 1.3 kB
JSON
{
"name": "vite-react-template",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"build": "vite build --mode prod",
"type-check": "tsc --noEmit",
"preview": "vite preview",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"format": "oxfmt --write .",
"format:check": "oxfmt --check ."
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.16",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"motion": "^12.26.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.12.0",
"react-svg": "^16.3.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"zustand": "^5.0.10"
},
"devDependencies": {
"@types/node": "^25.0.8",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"globals": "^17.0.0",
"oxfmt": "^0.36.0",
"oxlint": "^1.51.0",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"vite": "^8.0.0"
}
}