52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "admin.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 5171",
|
|
"postinstall": "npm run cf-typegen",
|
|
"preview": "npm run build && vite preview",
|
|
"typecheck": "npm run cf-typegen && react-router typegen && tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"@react-router/fs-routes": "^7.9.5",
|
|
"@repo/auth": "*",
|
|
"@repo/ui": "*",
|
|
"@repo/util": "^0.0.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"cookie": "^1.0.2",
|
|
"date-fns": "^4.1.0",
|
|
"flat": "^6.0.1",
|
|
"fuse.js": "^7.1.0",
|
|
"isbot": "^5.1.31",
|
|
"luxon": "^3.7.2",
|
|
"meilisearch": "^0.54.0",
|
|
"meilisearch-helper": "github:sergiors/meilisearch-helper",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-router": "^7.9.5",
|
|
"unique-names-generator": "^4.7.1",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.13.18",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/luxon": "^3.7.1",
|
|
"@types/node": "^24.9.2",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"prettier": "^3.6.2",
|
|
"remix-flat-routes": "^0.8.5",
|
|
"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.3"
|
|
}
|
|
}
|