interstellar_ai/package.json
Patrick_Pluto 30d28fa47b Web APP
2024-09-25 08:54:24 +02:00

34 lines
773 B
JSON

{
"name": "interstellar_ai",
"version": "0.1.0",
"private": true,
"main": "main.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"electron": "npx electron . & next dev"
},
"dependencies": {
"@mistralai/mistralai": "^1.0.4",
"axios": "^1.7.7",
"electron": "^32.1.2",
"fs": "^0.0.1-security",
"next": "14.2.12",
"ollama": "^0.5.9",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6.26.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.7",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.12",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}