You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ai-net/package.json

41 lines
1.1 KiB
JSON

{
"name": "ai-net-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ai-sdk/react": "^1.2.11",
"@openrouter/ai-sdk-provider": "^0.4.5",
"@tanstack/react-router": "^1.119.0",
"@tanstack/react-router-devtools": "^1.119.1",
"ai": "^4.3.13",
"hono": "^4.7.8",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.1.0",
"@cloudflare/workers-types": "^4.20250430.0",
"@eslint/js": "^9.22.0",
"@tanstack/router-plugin": "^1.119.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.26.1",
"unocss": "66.1.0-beta.13",
"vite": "^6.3.1",
"wrangler": "^4.14.1"
}
}