48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "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 5174",
|
|
"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": "*",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"meilisearch-helper": "github:sergiors/meilisearch-helper",
|
|
"crypto-js": "^4.2.0",
|
|
"fuse.js": "^7.1.0",
|
|
"isbot": "^5.1.31",
|
|
"lzwcompress": "^1.1.0",
|
|
"meilisearch": "^0.54.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-router": "^7.9.5",
|
|
"rrweb": "^2.0.0-alpha.4",
|
|
"scorm-again": "^2.6.7",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@react-router/dev": "^7.9.5",
|
|
"@cloudflare/vite-plugin": "^1.13.17",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/node": "^24",
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.2",
|
|
"prettier": "^3.6.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"
|
|
}
|
|
}
|