|
6 | 6 | "dependencies": { |
7 | 7 | "@codifycli/ink-form": "0.0.12", |
8 | 8 | "@homebridge/node-pty-prebuilt-multiarch": "^0.12.0-beta.5", |
9 | | - "@hono/node-server": "^1.17.1", |
10 | | - "@hono/node-ws": "^1.2.0", |
11 | 9 | "@inkjs/ui": "^2", |
12 | 10 | "@mischnic/json-sourcemap": "^0.1.1", |
13 | 11 | "@oclif/core": "^4.0.8", |
|
23 | 21 | "detect-indent": "^7.0.1", |
24 | 22 | "diff": "^7.0.0", |
25 | 23 | "express": "^5.1.0", |
26 | | - "hono": "^4.8.9", |
27 | 24 | "ink": "^5.1.0", |
28 | 25 | "ink-big-text": "^2.0.0", |
29 | 26 | "ink-gradient": "^3.0.0", |
|
41 | 38 | "open": "^10.1.2", |
42 | 39 | "parse-json": "^8.1.0", |
43 | 40 | "react": "^18.3.1", |
44 | | - "semver": "^7.5.4", |
45 | | - "socket.io": "^4.8.1", |
46 | | - "supports-color": "^9.4.0", |
47 | 41 | "uuid": "^10.0.0", |
48 | 42 | "ws": "^8.18.3" |
49 | 43 | }, |
50 | 44 | "description": "Codify allows users to configure settings, install new packages, and automate their systems using code instead of the GUI. Check out https://dashboard.codifycli.com for an online editor.", |
51 | 45 | "devDependencies": { |
52 | | - "@memlab/core": "^1.1.39", |
53 | 46 | "@oclif/prettier-config": "^0.2.1", |
54 | 47 | "@types/chalk": "^2.2.0", |
| 48 | + "@types/cors": "^2.8.19", |
55 | 49 | "@types/debug": "^4.1.12", |
56 | 50 | "@types/diff": "^7.0.1", |
57 | 51 | "@types/express": "^5.0.3", |
|
61 | 55 | "@types/mocha": "^10.0.10", |
62 | 56 | "@types/node": "^20", |
63 | 57 | "@types/react": "^18.3.1", |
64 | | - "@types/semver": "^7.5.4", |
65 | 58 | "@types/strip-ansi": "^5.2.1", |
66 | 59 | "@types/uuid": "^10.0.0", |
67 | 60 | "@types/ws": "^8.18.1", |
68 | 61 | "@typescript-eslint/eslint-plugin": "^8.16.0", |
69 | 62 | "codify-plugin-lib": "^1.0.151", |
70 | 63 | "esbuild": "^0.24.0", |
71 | | - "esbuild-plugin-copy": "^2.1.1", |
72 | 64 | "eslint": "^8.51.0", |
73 | 65 | "eslint-config-oclif": "^5", |
74 | 66 | "eslint-config-oclif-typescript": "^3.1.13", |
75 | 67 | "eslint-config-prettier": "^9.0.0", |
76 | 68 | "ink-testing-library": "^4.0.0", |
77 | 69 | "memfs": "^4.14.0", |
78 | | - "mocha": "^10", |
79 | 70 | "oclif": "^4.15.29", |
80 | 71 | "react-devtools-core": "4.28.5", |
81 | 72 | "shx": "^0.3.3", |
|
0 commit comments