48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "id-saladeaula-digital",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "react-router build",
|
|
"cf-typegen": "wrangler types",
|
|
"deploy": "npm run build && wrangler deploy",
|
|
"dev": "react-router dev",
|
|
"postinstall": "npm run cf-typegen",
|
|
"preview": "npm run build && vite preview",
|
|
"typecheck": "npm run cf-typegen && react-router typegen && tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"@brazilian-utils/brazilian-utils": "^1.0.0-rc.12",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@react-router/dev": "^7.9.5",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cookie": "^1.0.2",
|
|
"isbot": "^5.1.31",
|
|
"lucide-react": "^0.548.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-hook-form": "^7.65.0",
|
|
"react-router": "^7.9.5",
|
|
"tailwind-merge": "^3.3.1",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.13.17",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"@types/node": "^24",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"@types/statuses": "^2.0.6",
|
|
"tailwindcss": "^4.1.16",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.1.12",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"wrangler": "^4.45.2"
|
|
}
|
|
}
|