interstellar_ai/package.json

47 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-09-18 10:38:54 +02:00
{
"name": "interstellar_ai",
2024-09-27 14:34:31 +02:00
"version": "0.2.0",
2024-09-18 10:38:54 +02:00
"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-27 15:09:09 +02:00
"is-even": "^1.0.0",
"is-odd": "^3.0.1",
"math": "^0.0.3",
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",
2024-10-04 11:07:55 +02:00
"react-markdown": "^9.0.1",
2024-09-27 15:09:09 +02:00
"react-router-dom": "^6.26.2",
2024-10-04 11:07:55 +02:00
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
2024-09-27 15:09:09 +02:00
"swiss": "^2.4.0",
"weather": "^1.0.4"
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
}
}