UNPKG

create-manifest

Version:

Create a new Manifest project

38 lines (37 loc) 986 B
{ "name": "@manifest-starter/web", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "echo 'Not implemented'", "build": "tsc -b && vite build", "lint": "prettier --check .", "preview": "vite preview" }, "dependencies": { "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slot": "^1.2.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "glob": "^11.0.3", "lucide-react": "^0.546.0", "react": "^19.1.1", "react-dom": "^19.1.1", "skybridge": "catalog:", "tailwind-merge": "^3.3.1", "tailwindcss": "^4.1.14" }, "devDependencies": { "@tailwindcss/vite": "^4.1.14", "@types/node": "^24.6.0", "@types/react": "^19.1.16", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.4", "tw-animate-css": "^1.4.0", "typescript": "~5.9.3", "vite": "^7.1.11" } }