2024-09-18 10:38:54 +02:00
|
|
|
{
|
|
|
|
"name": "interstellar_ai",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2024-09-25 08:54:24 +02:00
|
|
|
"main": "main.js",
|
2024-09-18 10:38:54 +02:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2024-09-25 08:54:24 +02:00
|
|
|
"lint": "next lint",
|
|
|
|
"electron": "npx electron . & next dev"
|
2024-09-18 10:38:54 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-26 16:01:40 +02:00
|
|
|
"@ffmpeg/core-mt": "^0.12.6",
|
|
|
|
"@ffmpeg/ffmpeg": "^0.12.10",
|
|
|
|
"@ffmpeg/types": "^0.12.2",
|
|
|
|
"@ffmpeg/util": "^0.12.1",
|
2024-09-18 14:52:04 +02:00
|
|
|
"@mistralai/mistralai": "^1.0.4",
|
2024-09-19 09:57:35 +02:00
|
|
|
"axios": "^1.7.7",
|
2024-09-25 08:54:24 +02:00
|
|
|
"electron": "^32.1.2",
|
2024-09-18 14:52:04 +02:00
|
|
|
"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-19 09:54:00 +02:00
|
|
|
"react-dom": "^18",
|
|
|
|
"react-router-dom": "^6.26.2"
|
2024-09-18 10:38:54 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20",
|
2024-09-19 09:54:00 +02:00
|
|
|
"@types/react": "^18.3.7",
|
2024-09-18 10:38:54 +02:00
|
|
|
"@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
|
|
|
}
|
|
|
|
}
|