|
29 | 29 | "sync",
|
30 | 30 | "synchronization",
|
31 | 31 | "distributed-state",
|
32 |
| - "rpc", |
33 |
| - "reactive-rpc", |
34 | 32 | "marshaling",
|
35 | 33 | "serializations",
|
36 | 34 | "json-patch",
|
|
89 | 87 | "build": "yarn build:es2020",
|
90 | 88 | "jest": "node -r ts-node/register ./node_modules/.bin/jest",
|
91 | 89 | "test": "jest --maxWorkers 7",
|
92 |
| - "test:all": "yarn lint && yarn test && yarn build:all && yarn test:cli:pointer && yarn test:cli:patch && yarn test:cli:pack && yarn test:reactive-rpc && yarn demo:json-patch && yarn demo:json-pointer", |
| 90 | + "test:all": "yarn lint && yarn test && yarn build:all && yarn test:cli:pointer && yarn test:cli:patch && yarn test:cli:pack && yarn demo:json-patch && yarn demo:json-pointer", |
93 | 91 | "test:ci": "yarn jest --maxWorkers 3 --no-cache",
|
94 | 92 | "test:cli": "yarn test:cli:pointer && yarn test:cli:patch && yarn test:cli:pack",
|
95 | 93 | "test:cli:pointer": "./bin/json-pointer-test.js ./bin/json-pointer.js",
|
96 | 94 | "test:cli:patch": "./bin/json-patch-test.js ./bin/json-patch.js",
|
97 | 95 | "test:cli:pack": "./bin/json-pack-test.js ./bin/json-pack.js",
|
98 |
| - "test:reactive-rpc": "node -r ts-node/register/transpile-only src/reactive-rpc/__tests__/e2e/run.ts", |
99 |
| - "test:reactive-rpc:jest": "TEST_E2E=1 jest --maxWorkers 1 --no-cache src/reactive-rpc/__tests__/e2e/", |
100 | 96 | "demo:json-patch": "ts-node src/json-patch/__demos__/json-patch.ts",
|
101 | 97 | "demo:json-pointer": "ts-node src/json-pointer/__demos__/json-pointer.ts",
|
102 |
| - "demo:reactive-rpc:server": "ts-node src/reactive-rpc/__demos__/server.ts", |
103 | 98 | "coverage": "yarn test --collectCoverage",
|
104 | 99 | "typedoc": "typedoc",
|
105 | 100 | "build:pages": "rimraf gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage",
|
|
136 | 131 | "@types/benchmark": "^2.1.2",
|
137 | 132 | "@types/jest": "^29.5.12",
|
138 | 133 | "@types/quill": "^2.0.14",
|
139 |
| - "@types/react": "^18.2.74", |
140 |
| - "@types/react-dom": "^18.2.24", |
141 | 134 | "ajv": "^8.11.0",
|
142 | 135 | "app-root-path": "^3.1.0",
|
143 | 136 | "axios": "^1.3.5",
|
144 | 137 | "benchmark": "^2.1.4",
|
145 | 138 | "concurrently": "^8.0.1",
|
146 | 139 | "diamond-types-node": "1.0.2",
|
147 | 140 | "editing-traces": "https://github.com/streamich/editing-traces#6494020428530a6e382378b98d1d7e31334e2d7b",
|
148 |
| - "eventsource": "^2.0.2", |
149 | 141 | "fast-json-patch": "^3.0.0-1",
|
150 |
| - "find-my-way": "^7.6.0", |
151 | 142 | "fork-ts-checker-webpack-plugin": "^8.0.0",
|
152 | 143 | "gh-pages": "^5.0.0",
|
153 | 144 | "html-webpack-plugin": "^5.5.1",
|
|
158 | 149 | "json-crdt-traces": "https://github.com/streamich/json-crdt-traces#ec825401dc05cbb74b9e0b3c4d6527399f54d54d",
|
159 | 150 | "json-logic-js": "^2.0.1",
|
160 | 151 | "loro-crdt": "^0.4.1",
|
161 |
| - "memfs": "^4.8.1", |
162 | 152 | "nodemon": "^3.0.0",
|
163 | 153 | "ot-text": "^1.0.2",
|
164 | 154 | "ot-text-unicode": "^4.0.0",
|
165 | 155 | "p4-css": "^1.5.1",
|
166 | 156 | "prettier": "^3.2.5",
|
167 | 157 | "pretty-quick": "^3.1.3",
|
168 | 158 | "quill-delta": "^5.0.0",
|
169 |
| - "react": "^18.2.0", |
170 |
| - "react-dom": "^18.2.0", |
171 |
| - "redis-parser": "^3.0.0", |
172 | 159 | "rimraf": "^5.0.0",
|
173 | 160 | "rope.js": "0.1.0",
|
174 |
| - "rxjs": "^7.5.5", |
175 | 161 | "sorted-btree": "^1.8.1",
|
176 | 162 | "tinybench": "^2.4.0",
|
177 | 163 | "ts-jest": "^29.1.2",
|
|
182 | 168 | "tslint-config-common": "^1.6.2",
|
183 | 169 | "typedoc": "^0.25.13",
|
184 | 170 | "typescript": "^5.4.4",
|
185 |
| - "uWebSockets.js": "uNetworking/uWebSockets.js#v20.23.0", |
186 | 171 | "webpack": "^5.91.0",
|
187 | 172 | "webpack-cli": "^5.1.4",
|
188 | 173 | "webpack-dev-server": "^5.0.4",
|
189 |
| - "websocket": "^1.0.34", |
190 |
| - "ws": "^8.16.0", |
191 | 174 | "yjs": "13.6.9",
|
192 | 175 | "ywasm": "0.16.10"
|
193 | 176 | },
|
|
235 | 218 | "json-expression",
|
236 | 219 | "json-hash",
|
237 | 220 | "json-ot",
|
238 |
| - "json-patch-multicore", |
239 | 221 | "json-patch-ot",
|
240 | 222 | "json-patch",
|
241 | 223 | "json-pointer",
|
|
246 | 228 | "json-type",
|
247 | 229 | "json-type-value",
|
248 | 230 | "json-walk",
|
249 |
| - "reactive-rpc", |
250 | 231 | "util"
|
251 | 232 | ]
|
252 | 233 | }
|
|
0 commit comments