Files
saladeaula.digital/apps/id.saladeaula.digital/package.json

39 lines
1.0 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 --port 5172",
"postinstall": "npm run cf-typegen",
"preview": "npm run build && vite preview",
"typecheck": "npm run cf-typegen && react-router typegen && tsc --noEmit"
},
"dependencies": {
"@repo/ui": "*",
"@repo/util": "*",
"cookie": "^1.1.1",
"isbot": "^5.1.32",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router": "^7.10.1"
},
"devDependencies": {
"@react-router/dev": "^7.10.1",
"@cloudflare/vite-plugin": "^1.17.0",
"@tailwindcss/vite": "^4.1.17",
"@types/node": "^24",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/statuses": "^2.0.6",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^4.53.0"
}
}