66 lines
2.0 KiB
JSON
66 lines
2.0 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": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.1.15",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@react-router/dev": "^7.9.5",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"crypto-js": "^4.2.0",
|
|
"fuse.js": "^7.1.0",
|
|
"isbot": "^5.1.31",
|
|
"jose": "^6.1.0",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.548.0",
|
|
"lzwcompress": "^1.1.0",
|
|
"meilisearch": "^0.54.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-hook-form": "^7.65.0",
|
|
"react-router": "^7.9.5",
|
|
"remix-auth-oauth2": "^3.4.1",
|
|
"remix-themes": "^2.0.4",
|
|
"rrweb": "^2.0.0-alpha.4",
|
|
"scorm-again": "^2.6.7",
|
|
"tailwind-merge": "^3.3.1",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|