-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 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
48
49
50
51
52
53
54
55
56
57
{
"name": "otgcode",
"version": "0.1.0",
"private": true,
"type": "module",
"author": "David Liu (davindicode)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/davindicode/otgcode.git"
},
"scripts": {
"build": "react-router build",
"dev": "tsx server/dev.ts",
"start": "tsx server/index.ts",
"start:tunnel": "tsx server/index.ts --tunnel",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@react-router/express": "^7.13.1",
"@react-router/node": "7.12.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"busboy": "^1.6.0",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"http-proxy-middleware": "^3.0.5",
"isbot": "^5.1.31",
"marked": "^17.0.4",
"mime-types": "^3.0.2",
"node-pty": "^1.1.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-pdf": "^10.4.1",
"react-router": "7.12.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"zustand": "^5.0.12"
},
"devDependencies": {
"@react-router/dev": "7.12.0",
"@tailwindcss/vite": "^4.1.13",
"@types/busboy": "^1.5.4",
"@types/express": "^5.0.6",
"@types/mime-types": "^3.0.1",
"@types/node": "^22",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.1.13",
"tsx": "^4.21.0",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4"
}
}