38 lines
No EOL
1,003 B
JSON
38 lines
No EOL
1,003 B
JSON
{
|
|
"name": "anum-frontend",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "react-router build",
|
|
"cf-typegen": "wrangler types",
|
|
"deploy": "pnpm run build && wrangler deploy",
|
|
"dev": "react-router dev",
|
|
"postinstall": "npm run cf-typegen",
|
|
"preview": "pnpm run build && vite preview",
|
|
"typecheck": "npm run cf-typegen && react-router typegen && tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"isbot": "^5.1.31",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-router": "^7.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.13.5",
|
|
"@eslint/js": "^9.39.2",
|
|
"@react-router/dev": "^7.10.0",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"@types/node": "^22",
|
|
"@types/react": "^19.1.13",
|
|
"@types/react-dom": "^19.1.9",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"globals": "^17.0.0",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^5.9.2",
|
|
"typescript-eslint": "^8.52.0",
|
|
"vite": "^7.1.7",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"wrangler": "^4.57.0"
|
|
}
|
|
} |