interstellar_ai/package.json

30 lines
618 B
JSON
Raw Normal View History

2024-09-18 10:38:54 +02:00
{
"name": "interstellar_ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-09-18 14:52:04 +02:00
"@mistralai/mistralai": "^1.0.4",
"fs": "^0.0.1-security",
2024-09-18 11:52:40 +02:00
"next": "14.2.12",
"ollama": "^0.5.9",
2024-09-18 10:38:54 +02:00
"react": "^18",
2024-09-18 11:52:40 +02:00
"react-dom": "^18"
2024-09-18 10:38:54 +02:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
2024-09-18 11:52:40 +02:00
"eslint": "^8",
"eslint-config-next": "14.2.12",
2024-09-18 10:38:54 +02:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
2024-09-18 11:52:40 +02:00
"typescript": "^5"
2024-09-18 10:38:54 +02:00
}
}