-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@codepod/spawner",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "tsc",
"start": "node build/run.js",
"dev:native": "ts-node-dev src/run-native.ts",
"dev:docker": "ts-node-dev src/run-docker.ts",
"test": "jest --config jest.config.js"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@codepod/prisma": "workspace:*",
"@codepod/runtime": "workspace:*",
"@codepod/yjs": "workspace:*",
"@kubernetes/client-node": "^0.17.1",
"apollo-server": "^3.5.0",
"apollo-server-core": "^3.10.3",
"apollo-server-express": "3.10.2",
"dockerode": "^3.3.1",
"express": "^4.18.2",
"graphql": "16.6.0",
"jest": "^29.0.3",
"jsdom": "^22.1.0",
"jsonwebtoken": "^8.5.1",
"lib0": "^0.2.83",
"lodash": "^4.17.21",
"prosemirror-model": "^1.19.3",
"prosemirror-view": "^1.31.7",
"reactflow": "^11.7.4",
"ws": "^8.2.3",
"y-prosemirror": "^1.2.1",
"y-protocols": "^1.0.5",
"yjs": "^13.6.7"
},
"devDependencies": {
"@types/dockerode": "^3.3.11",
"@types/express": "^4.17.14",
"@types/jsdom": "^21.1.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^18.11.2",
"@types/ws": "^8.5.3",
"ts-node-dev": "^2.0.0",
"typescript": "^4.4.4"
}
}