osiris-ai-manu / package.json
Claude
Import upstream OSIRIS base (simplifaisoul/osiris, MIT)
35df05f unverified
Raw
History Blame Contribute Delete
1.14 kB
{
"name": "osiris",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest",
"test:live": "RUN_LIVE_TESTS=1 vitest run"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@vercel/analytics": "^2.0.1",
"framer-motion": "^12.38.0",
"google-libphonenumber": "^3.2.44",
"hls.js": "^1.6.16",
"lucide-react": "^1.14.0",
"maplibre-gl": "^5.24.0",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-force-graph-2d": "^1.29.1",
"react-map-gl": "^8.1.1",
"rss-parser": "^3.13.0",
"satellite.js": "^7.0.0",
"sharp": "^0.34.5",
"ws": "^8.21.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/google-libphonenumber": "^7.4.30",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ws": "^8.18.1",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^2.1.9"
}
}