|
4 | 4 | "type": "module", |
5 | 5 | "private": true, |
6 | 6 | "dependencies": { |
7 | | - "@apollo/client": "^3.7.3", |
8 | | - "@aws-sdk/client-s3": "^3.0.0", |
9 | 7 | "@apollo/link-context": "^2.0.0-beta.3", |
| 8 | + "@aws-sdk/client-s3": "^3.0.0", |
10 | 9 | "@bufbuild/protobuf": "^2.4.0", |
11 | | - "@connectrpc/connect": "^2.0.2", |
12 | | - "@connectrpc/connect-web": "^2.0.2", |
13 | 10 | "@fontsource/roboto": "^5.1.1", |
14 | 11 | "@fortawesome/fontawesome-svg-core": "^6.4.0", |
15 | 12 | "@fortawesome/free-solid-svg-icons": "^6.2.1", |
16 | 13 | "@fortawesome/react-fontawesome": "^0.2.0", |
17 | 14 | "@glideapps/glide-data-grid": "^4.0.2", |
18 | | - "@glideapps/glide-data-grid-cells": "^4.0.2", |
19 | 15 | "@material-ui/core": "^4.12.4", |
20 | 16 | "@material-ui/icons": "^4.11.3", |
21 | 17 | "@material-ui/lab": "^4.0.0-alpha.61", |
|
28 | 24 | "@tanstack/react-router": "^1.119.0", |
29 | 25 | "@tanstack/react-router-devtools": "^1.119.1", |
30 | 26 | "@vercel/node": "^5.2.0", |
| 27 | + "ajv": "6.12.6", |
31 | 28 | "ansi-to-html": "^0.7.2", |
32 | 29 | "class-variance-authority": "^0.7.1", |
33 | 30 | "clsx": "^2.1.1", |
34 | | - "color-hash": "^2.0.2", |
35 | 31 | "d3-scale-chromatic": "^2.0.0", |
36 | 32 | "dequal": "^2.0.2", |
37 | 33 | "es-toolkit": "^1.36.0", |
|
42 | 38 | "install": "^0.13.0", |
43 | 39 | "line-column": "^1.0.2", |
44 | 40 | "lucide-react": "^0.503.0", |
45 | | - "markdown-it": "^13.0.1", |
46 | 41 | "marked": "^4.0.10", |
47 | 42 | "monaco-editor": "~0.40.0", |
48 | 43 | "parsimmon": "^1.18.1", |
|
69 | 64 | "@eslint/js": "^9.18.0", |
70 | 65 | "@testing-library/react": "^14.0.0", |
71 | 66 | "@testing-library/user-event": "^14.4.3", |
72 | | - "@types/color-hash": "^1.0.2", |
73 | 67 | "@types/d3-scale-chromatic": "^3.0.0", |
74 | 68 | "@types/file-saver": "^2.0.5", |
75 | 69 | "@types/jest": "^29.5.0", |
76 | 70 | "@types/line-column": "^1.0.0", |
77 | | - "@types/markdown-it": "^12.2.3", |
78 | 71 | "@types/node": "^22.15.3", |
79 | 72 | "@types/parsimmon": "^1.10.6", |
80 | 73 | "@types/react": "^18.3.1", |
|
91 | 84 | "eslint-plugin-react-hooks": "^5.1.0", |
92 | 85 | "eslint-plugin-react-refresh": "^0.4.18", |
93 | 86 | "globals": "^15.14.0", |
94 | | - "postcss-safe-parser": "7.0.0", |
95 | 87 | "prettier": "3.4.2", |
96 | 88 | "tw-animate-css": "^1.2.8", |
97 | 89 | "typescript": "~5.7.3", |
|
125 | 117 | "last 1 firefox version", |
126 | 118 | "last 1 safari version" |
127 | 119 | ] |
128 | | - } |
| 120 | + }, |
| 121 | + "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
129 | 122 | } |
0 commit comments