45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "insights.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 5173",
|
|
"postinstall": "npm run cf-typegen",
|
|
"preview": "npm run build && vite preview",
|
|
"typecheck": "npm run cf-typegen && react-router typegen && tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@react-router/fs-routes": "^7.10.1",
|
|
"@repo/auth": "*",
|
|
"@repo/ui": "*",
|
|
"@repo/util": "*",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"cookie": "^1.1.1",
|
|
"flat": "^6.0.1",
|
|
"isbot": "^5.1.32",
|
|
"lucide-react": "^0.556.0",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"react-router": "^7.10.1",
|
|
"meilisearch": "^0.54.0",
|
|
"meilisearch-helper": "github:sergiors/meilisearch-helper",
|
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.17.0",
|
|
"@react-router/dev": "^7.10.1",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@types/node": "^24",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.2.6",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"wrangler": "^4.53.0"
|
|
}
|
|
}
|