CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/package.json
Views: 687
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.2.3",
10
"typescript": "^5.6.3"
11
},
12
"dependencies": {
13
"encoding": "^0.1.13"
14
},
15
"pnpm": {
16
"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",
17
"overrides": {
18
"follow-redirects@<1.15.4": "^1.15.6",
19
"es5-ext@<0.10.63": "^0.10.63",
20
"undici@<5.28.3": "^5.28.4",
21
"postcss@<8.4.31": "^8.4.31",
22
"retry-request@<7.0.1": "^7.0.2",
23
"@langchain/core": "^0.3.17",
24
"langchain": "^0.2.19",
25
"katex@<0.16.9": "^0.16.10"
26
}
27
}
28
}
29
30