-
-
Notifications
You must be signed in to change notification settings - Fork 191
/
package.json
55 lines (55 loc) · 1.56 KB
/
package.json
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
48
49
50
51
52
53
54
55
{
"name": "riju",
"version": "0.0.0",
"license": "MIT",
"private": true,
"type": "module",
"dependencies": {
"@babel/core": "^7.25.8",
"@babel/parser": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@balena/dockerignore": "^1.0.2",
"@kubernetes/client-node": "^0.22.1",
"@sentry/node": "^8.34.0",
"async-lock": "^1.4.1",
"babel-loader": "^9.2.1",
"babel-walk": "^3.0.1",
"buffer": "^6.0.3",
"commander": "^12.1.0",
"css-loader": "^7.1.2",
"debounce": "^2.2.0",
"docker-file-parser": "^1.0.7",
"ejs": "^3.1.10",
"express": "^4.20.0",
"express-ws": "^5.0.2",
"file-loader": "^6.2.0",
"historic-readline": "^1.0.8",
"jsonschema": "^1.4.1",
"lodash": "^4.17.20",
"monaco-editor": "0.52.0",
"monaco-editor-webpack-plugin": "7.1.0",
"monaco-languageclient": "8.8.3",
"node-fetch": "^3.3.2",
"p-queue": "^8.0.1",
"parse-passwd": "^1.0.0",
"prettier": "^3.3.3",
"prom-client": "^15.1.3",
"regenerator-runtime": "^0.14.1",
"semaphore": "^1.1.0",
"strip-ansi": "^7.1.0",
"style-loader": "^4.0.0",
"tmp-promise": "^3.0.3",
"unique-names-generator": "^4.7.1",
"uuid": "^10.0.0",
"vscode-languageserver-protocol": "3.17.5",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"ws": "^8.18.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"yaml": "^2.6.0"
},
"$comments": [
"monaco-languageclient, monaco-editor, vscode-languageserver-protocol pinned because their APIs changed a bunch and Riju hasn't been updated yet"
]
}