backend preps

This commit is contained in:
Patrick_Pluto 2024-09-18 14:52:04 +02:00
parent 739e988e87
commit bdae0d5344
9 changed files with 147 additions and 67 deletions

26
package-lock.json generated
View file

@ -8,6 +8,8 @@
"name": "interstellar_ai",
"version": "0.1.0",
"dependencies": {
"@mistralai/mistralai": "^1.0.4",
"fs": "^0.0.1-security",
"next": "14.2.12",
"ollama": "^0.5.9",
"react": "^18",
@ -235,6 +237,14 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@mistralai/mistralai": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/@mistralai/mistralai/-/mistralai-1.0.4.tgz",
"integrity": "sha512-fLFBD8r4KvITCkKlKcq2ievnNyLd7Oob4xMY7MkY04BqR4nffkTS49DqapnVkemuldtrmHidwPzwD7UT+yFC4A==",
"peerDependencies": {
"zod": ">= 3"
}
},
"node_modules/@next/env": {
"version": "14.2.12",
"resolved": "https://registry.npmjs.org/@next/env/-/env-14.2.12.tgz",
@ -2323,6 +2333,12 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==",
"license": "ISC"
},
"node_modules/fs.realpath": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
@ -5319,6 +5335,16 @@
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/zod": {
"version": "3.23.8",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.23.8.tgz",
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
"license": "MIT",
"peer": true,
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}