41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "studio.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 5175",
|
|
"postinstall": "npm run cf-typegen",
|
|
"preview": "npm run build && vite preview",
|
|
"typecheck": "npm run cf-typegen && react-router typegen && tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@repo/auth": "*",
|
|
"@repo/ui": "*",
|
|
"fuse.js": "^7.1.0",
|
|
"isbot": "^5.1.31",
|
|
"jose": "^6.1.0",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.548.0",
|
|
"meilisearch": "^0.54.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.13.17",
|
|
"@react-router/dev": "^7.9.5",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"@types/node": "^24",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"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"
|
|
}
|
|
}
|