|
76 | 76 | "run-workflows": "esno scripts/run-workflows.ts", |
77 | 77 | "audit:tailwind": "esno scripts/audit-tailwind-colors", |
78 | 78 | "audit:holocene-props": "esno scripts/generate-holocene-props.ts", |
79 | | - "validate:versions": "./scripts/validate-versions.sh" |
| 79 | + "validate:versions": "./scripts/validate-versions.sh", |
| 80 | + "knip": "knip" |
80 | 81 | }, |
81 | 82 | "dependencies": { |
82 | 83 | "@codemirror/autocomplete": "^6.18.7", |
|
97 | 98 | "@sveltejs/package": "^2.3.10", |
98 | 99 | "class-variance-authority": "^0.7.0", |
99 | 100 | "danger": "^13.0.5", |
100 | | - "date-fns": "^2.29.3", |
101 | | - "date-fns-tz": "^1.3.7", |
| 101 | + "date-fns": "2.29.x", |
| 102 | + "date-fns-tz": "1.3.x", |
102 | 103 | "esm-env": "^1.0.0", |
103 | 104 | "hast-util-sanitize": "^5.0.1", |
104 | 105 | "hast-util-to-html": "^9.0.1", |
|
109 | 110 | "just-debounce": "^1.1.0", |
110 | 111 | "just-throttle": "^4.2.0", |
111 | 112 | "kebab-case": "^1.0.2", |
112 | | - "lodash.groupby": "^4.6.0", |
113 | 113 | "mdast-util-from-markdown": "^2.0.1", |
114 | 114 | "mdast-util-to-hast": "^13.2.0", |
115 | 115 | "remark-stringify": "^10.0.3", |
|
122 | 122 | "devDependencies": { |
123 | 123 | "@axe-core/playwright": "^4.10.1", |
124 | 124 | "@babel/core": "^7.20.12", |
125 | | - "@babel/preset-typescript": "^7.18.6", |
126 | 125 | "@chromatic-com/storybook": "^3.2.6", |
127 | 126 | "@eslint/js": "^9.39.2", |
128 | | - "@grpc/grpc-js": "^1.8.22", |
129 | 127 | "@playwright/test": "^1.55.1", |
130 | 128 | "@storybook/addon-a11y": "^8.6.18", |
131 | 129 | "@storybook/addon-actions": "^8.6.18", |
132 | | - "@storybook/addon-docs": "^8.6.18", |
133 | 130 | "@storybook/addon-essentials": "^8.6.18", |
134 | 131 | "@storybook/addon-interactions": "^8.6.18", |
135 | 132 | "@storybook/addon-links": "^8.6.18", |
136 | 133 | "@storybook/addon-svelte-csf": "^5.0.10", |
137 | 134 | "@storybook/addon-themes": "^8.6.18", |
138 | | - "@storybook/blocks": "^8.6.18", |
139 | | - "@storybook/icons": "^1.4.0", |
140 | 135 | "@storybook/svelte": "^8.6.18", |
141 | 136 | "@storybook/sveltekit": "^8.6.18", |
142 | 137 | "@storybook/test": "^8.6.18", |
|
149 | 144 | "@temporalio/client": "1.16.0", |
150 | 145 | "@temporalio/common": "1.16.0", |
151 | 146 | "@temporalio/proto": "1.16.0", |
152 | | - "@temporalio/testing": "1.16.0", |
153 | 147 | "@temporalio/worker": "1.16.0", |
154 | 148 | "@temporalio/workflow": "1.16.0", |
155 | | - "@types/base-64": "^1.0.0", |
156 | 149 | "@types/cors": "^2.8.13", |
157 | 150 | "@types/express": "^4.17.17", |
158 | 151 | "@types/json-bigint": "^1.0.1", |
159 | | - "@types/mkdirp": "^1.0.2", |
160 | 152 | "@types/node": "^18.15.3", |
161 | | - "@types/sanitize-html": "^2.8.0", |
162 | 153 | "@types/tar-fs": "^2.0.4", |
163 | | - "@types/unist": "^3.0.0", |
164 | 154 | "@types/yargs": "^17.0.24", |
165 | | - "@typescript-eslint/eslint-plugin": "^8.54.0", |
166 | | - "@typescript-eslint/parser": "^8.54.0", |
| 155 | + "@vitest/coverage-v8": "^4.1.5", |
167 | 156 | "@vitest/ui": "^3.1.1", |
168 | 157 | "autoprefixer": "^10.4.13", |
| 158 | + "axe-core": "^4.10.0", |
169 | 159 | "axe-playwright": "^2.0.3", |
170 | | - "c8": "^7.12.0", |
171 | | - "chalk": "^4.1.2", |
172 | 160 | "cors": "^2.8.5", |
173 | 161 | "cssnano": "^5.1.14", |
174 | 162 | "desm": "^1.3.1", |
175 | | - "ejs": "^3.1.10", |
176 | | - "esbuild": "^0.25.0", |
177 | 163 | "eslint": "^9.39.2", |
178 | 164 | "eslint-config-prettier": "^10.1.8", |
179 | 165 | "eslint-plugin-import-x": "^4.16.1", |
|
185 | 171 | "express": "^4.18.2", |
186 | 172 | "fast-glob": "^3.3.1", |
187 | 173 | "globals": "^17.2.0", |
188 | | - "google-protobuf": "^3.21.2", |
189 | 174 | "helmet": "^8.1.0", |
190 | 175 | "husky": "^8.0.3", |
191 | 176 | "jsdom": "^20.0.3", |
| 177 | + "knip": "^6.7.0", |
192 | 178 | "lint-staged": "^16.2.7", |
193 | 179 | "lodash": "^4.18.1", |
194 | 180 | "mkdirp": "^2.1.3", |
195 | | - "mock-socket": "^9.1.5", |
196 | 181 | "nanoid": "^5.1.5", |
197 | 182 | "node-fetch": "^3.3.0", |
198 | | - "npm-run-all": "^4.1.5", |
199 | 183 | "oidc-provider": "^9.0.1", |
200 | 184 | "postcss": "^8.4.31", |
201 | | - "postcss-cli": "^9.1.0", |
202 | 185 | "postcss-html": "^1.5.0", |
203 | | - "postcss-import": "^14.1.0", |
204 | 186 | "postcss-load-config": "^3.1.4", |
205 | 187 | "prettier": "3.8.1", |
206 | 188 | "prettier-plugin-svelte": "^3.3.3", |
207 | 189 | "prettier-plugin-tailwindcss": "^0.7.2", |
208 | 190 | "react": "^18.2.0", |
209 | | - "react-dom": "^18.2.0", |
210 | | - "rehype-document": "^6.1.0", |
211 | | - "rehype-format": "^4.0.1", |
212 | | - "rehype-stringify": "^9.0.4", |
213 | 191 | "remark": "^14.0.3", |
214 | 192 | "remark-gfm": "^3.0.1", |
215 | 193 | "remark-parse": "^10.0.2", |
|
221 | 199 | "stylelint-config-standard": "^40.0.0", |
222 | 200 | "svelte": "5.55.1", |
223 | 201 | "svelte-check": "^4.1.5", |
224 | | - "svelte-eslint-parser": "^1.4.1", |
225 | | - "svelte-highlight": "^7.8.2", |
226 | | - "svelte-loader": "^3.2.4", |
227 | 202 | "svelte-preprocess": "^6.0.3", |
228 | 203 | "svelte2tsx": "^0.7.35", |
229 | 204 | "tailwindcss": "^3.4.1", |
230 | 205 | "tar-fs": "^3.1.2", |
231 | | - "tslib": "^2.4.1", |
232 | 206 | "typescript": "^5.2.2", |
233 | 207 | "typescript-eslint": "^8.54.0", |
234 | 208 | "unist-util-visit": "^5.0.0", |
235 | 209 | "vite": "^6.4.2", |
236 | 210 | "vitest": "^3.1.1", |
237 | 211 | "vitest-localstorage-mock": "^0.1.2", |
238 | 212 | "wait-port": "^1.0.4", |
239 | | - "webpack": "^5.105.2", |
240 | 213 | "yargs": "^17.7.2", |
241 | 214 | "zx": "^8.8.5" |
242 | 215 | }, |
|
0 commit comments