|
15 | 15 | "scorekeeper-status-ui:build": "cd packages/scorekeeper-status-ui && npm build", |
16 | 16 | "scorekeeper-status-ui:dev": "yarn workspace @1kv/scorekeeper-status-ui dev", |
17 | 17 | "open:polkadot-apps": "open-cli https://polkadot.js.org/apps/?rpc=ws%3A%2F%2F127.0.0.1%3A9944#/staking", |
18 | | - "open:bull": "open-cli http://localhost:3301/bull", |
19 | 18 | "open:mongo-express": "open-cli http://localhost:8888", |
20 | 19 | "create-config-kusama-current": "yarn workspace @1kv/core run create-config-kusama-current", |
21 | 20 | "create-config-polkadot-current": "yarn workspace @1kv/core run create-config-polkadot-current", |
|
48 | 47 | "turbo": "turbo build" |
49 | 48 | }, |
50 | 49 | "devDependencies": { |
51 | | - "@ava/typescript": "^4.1.0", |
52 | | - "@babel/preset-react": "^7.23.3", |
| 50 | + "@types/cron": "^2.4.0", |
| 51 | + "@types/koa": "^2.15.0", |
| 52 | + "@types/koa-bodyparser": "^4.3.12", |
| 53 | + "@types/mongoose": "^5.11.97", |
| 54 | + "@types/node": "^20.11.5", |
| 55 | + "@types/semver": "^7.5.8", |
| 56 | + "@types/ws": "^8.5.10", |
53 | 57 | "@typescript-eslint/eslint-plugin": "^5.59.9", |
54 | 58 | "@typescript-eslint/parser": "^5.59.9", |
| 59 | + "@vitest/coverage-istanbul": "^1.3.1", |
| 60 | + "@vitest/coverage-v8": "^1.3.1", |
55 | 61 | "@vitest/ui": "^1.3.1", |
56 | | - "ava": "^6.1.2", |
57 | 62 | "concurrently": "^8.2.2", |
58 | | - "esbuild": "^0.20.1", |
59 | | - "esbuild-plugin-node-polyfill": "^0.0.1", |
60 | 63 | "eslint": "8.42.0", |
61 | 64 | "eslint-config-prettier": "^8.8.0", |
62 | 65 | "eslint-plugin-prettier": "5.0.0", |
63 | 66 | "eslint-plugin-security": "^1.7.1", |
64 | 67 | "nodemon": "^3.1.0", |
65 | 68 | "open-cli": "^8.0.0", |
66 | 69 | "prettier": "^3.2.4", |
67 | | - "typedoc": "^0.25.12", |
68 | | - "typedoc-plugin-markdown": "^3.17.1", |
| 70 | + "ts-node": "^10.9.2", |
| 71 | + "turbo": "v2.0.3", |
| 72 | + "typescript": "^5.3.3", |
69 | 73 | "vite": "^5.1.6", |
| 74 | + "vite-plugin-dts": "^3.7.3", |
70 | 75 | "vite-plugin-node": "^3.1.0", |
71 | 76 | "vite-tsconfig-paths": "^4.3.1", |
72 | 77 | "vitest": "^1.3.1" |
|
75 | 80 | "@1kv/common": "workspace:*", |
76 | 81 | "@1kv/gateway": "workspace:*", |
77 | 82 | "@1kv/telemetry": "workspace:*", |
78 | | - "@bull-board/api": "^5.15.1", |
79 | | - "@bull-board/koa": "^5.15.0", |
80 | 83 | "@koa/router": "^12.0.1", |
81 | 84 | "@octokit/rest": "^20.0.2", |
82 | 85 | "@polkadot/api": "^11.1.1", |
83 | 86 | "@polkadot/keyring": "^12.6.2", |
84 | | - "@types/cron": "^2.4.0", |
85 | | - "@types/jest": "^29.5.12", |
86 | | - "@types/koa": "^2.15.0", |
87 | | - "@types/koa-bodyparser": "^4.3.12", |
88 | | - "@types/mongoose": "^5.11.97", |
89 | | - "@types/node": "^20.11.5", |
90 | | - "@types/semver": "^7.5.8", |
91 | | - "@types/ws": "^8.5.10", |
92 | | - "@vitest/coverage-istanbul": "^1.3.1", |
93 | | - "@vitest/coverage-v8": "^1.3.1", |
94 | 87 | "axios": "^1.6.7", |
95 | | - "bree": "^9.2.2", |
96 | | - "bs58": "^5.0.0", |
97 | | - "bullmq": "^5.4.2", |
98 | 88 | "chalk": "5.3.0", |
99 | 89 | "coingecko-api-v3": "^0.0.29", |
100 | 90 | "commander": "^12.0.0", |
101 | 91 | "cron": "^3.1.6", |
102 | | - "esbuild-node-builtins": "^0.1.0", |
103 | 92 | "eventemitter3": "^5.0.1", |
104 | | - "hash.js": "^1.1.7", |
105 | | - "jest": "^29.7.0", |
106 | 93 | "koa": "^2.15.0", |
107 | 94 | "koa-bodyparser": "^4.4.1", |
108 | 95 | "koa-cash": "^4.1.1", |
109 | 96 | "koa-mount": "^4.0.0", |
110 | | - "koa-send": "^5.0.1", |
111 | 97 | "koa-static": "^5.0.0", |
112 | 98 | "koa-swagger-decorator": "^1.8.7", |
113 | 99 | "koa2-cors": "^2.0.6", |
|
116 | 102 | "mongodb": "6.5.0", |
117 | 103 | "mongodb-memory-server": "^9.1.7", |
118 | 104 | "mongoose": "^8.2.1", |
119 | | - "node-fetch": "3.3.2", |
120 | 105 | "prettier": "^3.2.4", |
121 | | - "reconnecting-websocket": "^4.4.0", |
122 | | - "request": "^2.88.2", |
123 | 106 | "semver": "^7.6.0", |
124 | 107 | "swagger-jsdoc": "^6.2.8", |
125 | 108 | "swagger2": "^4.0.3", |
126 | 109 | "swagger2-koa": "^4.0.0", |
127 | | - "ts-jest": "^29.1.2", |
128 | | - "ts-node": "^10.9.2", |
129 | | - "turbo": "^1.12.5", |
130 | | - "turborepo": "^0.0.1", |
131 | | - "typescript": "^5.3.3", |
132 | | - "vite": "^5.1.6", |
133 | | - "vite-plugin-dts": "^3.7.3", |
134 | | - "vite-plugin-node": "^3.1.0", |
135 | | - "vite-tsconfig-paths": "^4.3.1", |
136 | | - "vitest": "^1.3.1", |
137 | 110 | "winston": "^3.12.0", |
138 | 111 | "ws": "^8.16.0", |
139 | 112 | "yamljs": "^0.3.0" |
|
0 commit comments