Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/package.json
Views: 274
1
{
2
"scripts": {
3
"preinstall": "npx only-allow pnpm",
4
"build": "echo 'nothing yet'"
5
},
6
"devDependencies": {
7
"@types/jest": "^29.5.12",
8
"jest": "^29.7.0",
9
"ts-jest": "^29.1.2",
10
"typescript": "^5.2.2"
11
},
12
"dependencies": {
13
"@cocalc/mistralai": "^0.0.2",
14
"@mistralai/mistralai": "link:node_modules/@cocalc/mistralai",
15
"encoding": "^0.1.13"
16
},
17
"pnpm": {
18
"overrides-doc": "retry-request is because some other google api library in the server depends on an old broken version, which broke due to somebody deleting the request dependency of retry-request",
19
"overrides": {
20
"follow-redirects@<1.15.4": "^1.15.6",
21
"es5-ext@<0.10.63": "^0.10.63",
22
"undici@<5.28.3": "^5.28.4",
23
"postcss@<8.4.31": "^8.4.31",
24
"retry-request@<7.0.1": "^7.0.2",
25
"@langchain/core": "^0.1.58",
26
"@mistralai/mistralai": "node_modules/@cocalc/mistralai",
27
"katex@<0.16.9": "^0.16.10"
28
}
29
}
30
}
31
32