package-lock.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  1. {
  2. "name": "web",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "web",
  9. "version": "0.1.0",
  10. "dependencies": {
  11. "@heroicons/react": "^2.2.0",
  12. "@tanstack/react-query": "^5.90.16",
  13. "next": "16.1.1",
  14. "react": "19.2.3",
  15. "react-dom": "19.2.3"
  16. },
  17. "devDependencies": {
  18. "@types/node": "^20",
  19. "@types/react": "^19",
  20. "@types/react-dom": "^19",
  21. "autoprefixer": "^10.4.23",
  22. "eslint": "^9",
  23. "eslint-config-next": "16.1.1",
  24. "postcss": "^8.5.6",
  25. "tailwindcss": "^4.1.18",
  26. "typescript": "^5"
  27. }
  28. },
  29. "../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node": {
  30. "version": "20.19.27",
  31. "dev": true,
  32. "license": "MIT",
  33. "dependencies": {
  34. "undici-types": "~6.21.0"
  35. }
  36. },
  37. "../../node_modules/.pnpm/@types+react-dom@19.2.2_@types+react@19.2.2/node_modules/@types/react-dom": {
  38. "version": "19.2.2",
  39. "dev": true,
  40. "license": "MIT",
  41. "peerDependencies": {
  42. "@types/react": "^19.2.0"
  43. }
  44. },
  45. "../../node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react": {
  46. "version": "19.2.2",
  47. "dev": true,
  48. "license": "MIT",
  49. "dependencies": {
  50. "csstype": "^3.0.2"
  51. }
  52. },
  53. "../../node_modules/.pnpm/eslint-config-next@16.1.1_@typescript-eslint+parser@8.50.0_eslint@9.39.1_typescript@5.9.2__es_x56xm6kbdw7r4mp2ius5mvgfhi/node_modules/eslint-config-next": {
  54. "version": "16.1.1",
  55. "dev": true,
  56. "license": "MIT",
  57. "dependencies": {
  58. "@next/eslint-plugin-next": "16.1.1",
  59. "eslint-import-resolver-node": "^0.3.6",
  60. "eslint-import-resolver-typescript": "^3.5.2",
  61. "eslint-plugin-import": "^2.32.0",
  62. "eslint-plugin-jsx-a11y": "^6.10.0",
  63. "eslint-plugin-react": "^7.37.0",
  64. "eslint-plugin-react-hooks": "^7.0.0",
  65. "globals": "16.4.0",
  66. "typescript-eslint": "^8.46.0"
  67. },
  68. "devDependencies": {
  69. "@types/eslint": "9.6.1",
  70. "@types/eslint-plugin-jsx-a11y": "6.10.1",
  71. "typescript": "5.9.2"
  72. },
  73. "peerDependencies": {
  74. "eslint": ">=9.0.0",
  75. "typescript": ">=3.3.1"
  76. },
  77. "peerDependenciesMeta": {
  78. "typescript": {
  79. "optional": true
  80. }
  81. }
  82. },
  83. "../../node_modules/.pnpm/eslint@9.39.1/node_modules/eslint": {
  84. "version": "9.39.1",
  85. "dev": true,
  86. "license": "MIT",
  87. "dependencies": {
  88. "@eslint-community/eslint-utils": "^4.8.0",
  89. "@eslint-community/regexpp": "^4.12.1",
  90. "@eslint/config-array": "^0.21.1",
  91. "@eslint/config-helpers": "^0.4.2",
  92. "@eslint/core": "^0.17.0",
  93. "@eslint/eslintrc": "^3.3.1",
  94. "@eslint/js": "9.39.1",
  95. "@eslint/plugin-kit": "^0.4.1",
  96. "@humanfs/node": "^0.16.6",
  97. "@humanwhocodes/module-importer": "^1.0.1",
  98. "@humanwhocodes/retry": "^0.4.2",
  99. "@types/estree": "^1.0.6",
  100. "ajv": "^6.12.4",
  101. "chalk": "^4.0.0",
  102. "cross-spawn": "^7.0.6",
  103. "debug": "^4.3.2",
  104. "escape-string-regexp": "^4.0.0",
  105. "eslint-scope": "^8.4.0",
  106. "eslint-visitor-keys": "^4.2.1",
  107. "espree": "^10.4.0",
  108. "esquery": "^1.5.0",
  109. "esutils": "^2.0.2",
  110. "fast-deep-equal": "^3.1.3",
  111. "file-entry-cache": "^8.0.0",
  112. "find-up": "^5.0.0",
  113. "glob-parent": "^6.0.2",
  114. "ignore": "^5.2.0",
  115. "imurmurhash": "^0.1.4",
  116. "is-glob": "^4.0.0",
  117. "json-stable-stringify-without-jsonify": "^1.0.1",
  118. "lodash.merge": "^4.6.2",
  119. "minimatch": "^3.1.2",
  120. "natural-compare": "^1.4.0",
  121. "optionator": "^0.9.3"
  122. },
  123. "bin": {
  124. "eslint": "bin/eslint.js"
  125. },
  126. "devDependencies": {
  127. "@arethetypeswrong/cli": "^0.18.0",
  128. "@babel/core": "^7.4.3",
  129. "@babel/preset-env": "^7.4.3",
  130. "@cypress/webpack-preprocessor": "^6.0.2",
  131. "@eslint/json": "^0.13.2",
  132. "@trunkio/launcher": "^1.3.4",
  133. "@types/esquery": "^1.5.4",
  134. "@types/node": "^22.13.14",
  135. "@typescript-eslint/parser": "^8.4.0",
  136. "babel-loader": "^8.0.5",
  137. "c8": "^7.12.0",
  138. "chai": "^4.0.1",
  139. "cheerio": "^0.22.0",
  140. "common-tags": "^1.8.0",
  141. "core-js": "^3.1.3",
  142. "cypress": "^14.1.0",
  143. "ejs": "^3.0.2",
  144. "eslint": "file:.",
  145. "eslint-config-eslint": "file:packages/eslint-config-eslint",
  146. "eslint-plugin-eslint-plugin": "^6.0.0",
  147. "eslint-plugin-expect-type": "^0.6.0",
  148. "eslint-plugin-yml": "^1.14.0",
  149. "eslint-release": "^3.3.0",
  150. "eslint-rule-composer": "^0.3.0",
  151. "eslump": "^3.0.0",
  152. "esprima": "^4.0.1",
  153. "fast-glob": "^3.2.11",
  154. "fs-teardown": "^0.1.3",
  155. "glob": "^10.0.0",
  156. "globals": "^16.2.0",
  157. "got": "^11.8.3",
  158. "gray-matter": "^4.0.3",
  159. "jiti": "^2.6.1",
  160. "jiti-v2.0": "npm:jiti@2.0.x",
  161. "jiti-v2.1": "npm:jiti@2.1.x",
  162. "knip": "^5.60.2",
  163. "lint-staged": "^11.0.0",
  164. "markdown-it": "^12.2.0",
  165. "markdown-it-container": "^3.0.0",
  166. "marked": "^4.0.8",
  167. "metascraper": "^5.25.7",
  168. "metascraper-description": "^5.25.7",
  169. "metascraper-image": "^5.29.3",
  170. "metascraper-logo": "^5.25.7",
  171. "metascraper-logo-favicon": "^5.25.7",
  172. "metascraper-title": "^5.25.7",
  173. "mocha": "^11.7.1",
  174. "node-polyfill-webpack-plugin": "^1.0.3",
  175. "npm-license": "^0.3.3",
  176. "pirates": "^4.0.5",
  177. "progress": "^2.0.3",
  178. "proxyquire": "^2.0.1",
  179. "recast": "^0.23.0",
  180. "regenerator-runtime": "^0.14.0",
  181. "semver": "^7.5.3",
  182. "shelljs": "^0.10.0",
  183. "sinon": "^11.0.0",
  184. "typescript": "^5.3.3",
  185. "webpack": "^5.23.0",
  186. "webpack-cli": "^4.5.0",
  187. "yorkie": "^2.0.0"
  188. },
  189. "engines": {
  190. "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
  191. },
  192. "funding": {
  193. "url": "https://eslint.org/donate"
  194. },
  195. "peerDependencies": {
  196. "jiti": "*"
  197. },
  198. "peerDependenciesMeta": {
  199. "jiti": {
  200. "optional": true
  201. }
  202. }
  203. },
  204. "../../node_modules/.pnpm/next@16.1.1_@babel+core@7.28.5_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next": {
  205. "version": "16.1.1",
  206. "license": "MIT",
  207. "dependencies": {
  208. "@next/env": "16.1.1",
  209. "@swc/helpers": "0.5.15",
  210. "baseline-browser-mapping": "^2.8.3",
  211. "caniuse-lite": "^1.0.30001579",
  212. "postcss": "8.4.31",
  213. "styled-jsx": "5.1.6"
  214. },
  215. "bin": {
  216. "next": "dist/bin/next"
  217. },
  218. "devDependencies": {
  219. "@babel/code-frame": "7.26.2",
  220. "@babel/core": "7.26.10",
  221. "@babel/eslint-parser": "7.24.6",
  222. "@babel/generator": "7.27.0",
  223. "@babel/plugin-syntax-bigint": "7.8.3",
  224. "@babel/plugin-syntax-dynamic-import": "7.8.3",
  225. "@babel/plugin-syntax-import-attributes": "7.26.0",
  226. "@babel/plugin-syntax-jsx": "7.25.9",
  227. "@babel/plugin-syntax-typescript": "7.25.4",
  228. "@babel/plugin-transform-class-properties": "7.25.9",
  229. "@babel/plugin-transform-export-namespace-from": "7.25.9",
  230. "@babel/plugin-transform-modules-commonjs": "7.26.3",
  231. "@babel/plugin-transform-numeric-separator": "7.25.9",
  232. "@babel/plugin-transform-object-rest-spread": "7.25.9",
  233. "@babel/plugin-transform-runtime": "7.26.10",
  234. "@babel/preset-env": "7.26.9",
  235. "@babel/preset-react": "7.26.3",
  236. "@babel/preset-typescript": "7.27.0",
  237. "@babel/runtime": "7.27.0",
  238. "@babel/traverse": "7.27.0",
  239. "@babel/types": "7.27.0",
  240. "@base-ui-components/react": "1.0.0-beta.2",
  241. "@capsizecss/metrics": "3.4.0",
  242. "@edge-runtime/cookies": "6.0.0",
  243. "@edge-runtime/ponyfill": "4.0.0",
  244. "@edge-runtime/primitives": "6.0.0",
  245. "@hapi/accept": "5.0.2",
  246. "@jest/transform": "29.5.0",
  247. "@jest/types": "29.5.0",
  248. "@modelcontextprotocol/sdk": "1.18.1",
  249. "@mswjs/interceptors": "0.23.0",
  250. "@napi-rs/triples": "1.2.0",
  251. "@next/font": "16.1.1",
  252. "@next/polyfill-module": "16.1.1",
  253. "@next/polyfill-nomodule": "16.1.1",
  254. "@next/react-refresh-utils": "16.1.1",
  255. "@next/swc": "16.1.1",
  256. "@opentelemetry/api": "1.6.0",
  257. "@playwright/test": "1.51.1",
  258. "@rspack/core": "1.6.7",
  259. "@storybook/addon-a11y": "8.6.0",
  260. "@storybook/addon-essentials": "8.6.0",
  261. "@storybook/addon-interactions": "8.6.0",
  262. "@storybook/addon-webpack5-compiler-swc": "3.0.0",
  263. "@storybook/blocks": "8.6.0",
  264. "@storybook/react": "8.6.0",
  265. "@storybook/react-webpack5": "8.6.0",
  266. "@storybook/test": "8.6.0",
  267. "@storybook/test-runner": "0.21.0",
  268. "@swc/core": "1.11.24",
  269. "@swc/types": "0.1.7",
  270. "@taskr/clear": "1.1.0",
  271. "@taskr/esnext": "1.1.0",
  272. "@types/babel__code-frame": "7.0.6",
  273. "@types/babel__core": "7.20.5",
  274. "@types/babel__generator": "7.27.0",
  275. "@types/babel__template": "7.4.4",
  276. "@types/babel__traverse": "7.20.7",
  277. "@types/bytes": "3.1.1",
  278. "@types/ci-info": "2.0.0",
  279. "@types/compression": "0.0.36",
  280. "@types/content-disposition": "0.5.4",
  281. "@types/content-type": "1.1.3",
  282. "@types/cookie": "0.3.3",
  283. "@types/cross-spawn": "6.0.0",
  284. "@types/debug": "4.1.5",
  285. "@types/express-serve-static-core": "4.17.33",
  286. "@types/fresh": "0.5.0",
  287. "@types/glob": "7.1.1",
  288. "@types/jsonwebtoken": "9.0.0",
  289. "@types/lodash": "4.14.198",
  290. "@types/lodash.curry": "4.1.6",
  291. "@types/path-to-regexp": "1.7.0",
  292. "@types/picomatch": "2.3.3",
  293. "@types/platform": "1.3.4",
  294. "@types/react": "19.0.8",
  295. "@types/react-dom": "19.0.3",
  296. "@types/react-is": "18.2.4",
  297. "@types/semver": "7.3.1",
  298. "@types/send": "0.14.4",
  299. "@types/serve-handler": "6.1.4",
  300. "@types/shell-quote": "1.7.1",
  301. "@types/tar": "6.1.5",
  302. "@types/text-table": "0.2.1",
  303. "@types/ua-parser-js": "0.7.36",
  304. "@types/webpack-sources1": "npm:@types/webpack-sources@0.1.5",
  305. "@types/ws": "8.2.0",
  306. "@vercel/ncc": "0.34.0",
  307. "@vercel/nft": "0.27.1",
  308. "@vercel/routing-utils": "5.2.0",
  309. "@vercel/turbopack-ecmascript-runtime": "*",
  310. "acorn": "8.14.0",
  311. "anser": "1.4.9",
  312. "arg": "4.1.0",
  313. "assert": "2.0.0",
  314. "async-retry": "1.2.3",
  315. "async-sema": "3.0.0",
  316. "axe-playwright": "2.0.3",
  317. "babel-loader": "10.0.0",
  318. "babel-plugin-react-compiler": "0.0.0-experimental-3fde738-20250918",
  319. "babel-plugin-transform-define": "2.0.0",
  320. "babel-plugin-transform-react-remove-prop-types": "0.4.24",
  321. "browserify-zlib": "0.2.0",
  322. "browserslist": "4.28.0",
  323. "buffer": "5.6.0",
  324. "busboy": "1.6.0",
  325. "bytes": "3.1.1",
  326. "ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
  327. "cli-select": "1.1.2",
  328. "client-only": "0.0.1",
  329. "commander": "12.1.0",
  330. "comment-json": "3.0.3",
  331. "compression": "1.7.4",
  332. "conf": "5.0.0",
  333. "constants-browserify": "1.0.0",
  334. "content-disposition": "0.5.3",
  335. "content-type": "1.0.4",
  336. "cookie": "0.4.1",
  337. "cross-env": "6.0.3",
  338. "cross-spawn": "7.0.3",
  339. "crypto-browserify": "3.12.0",
  340. "css-loader": "7.1.2",
  341. "css.escape": "1.5.1",
  342. "cssnano-preset-default": "7.0.6",
  343. "data-uri-to-buffer": "3.0.1",
  344. "debug": "4.1.1",
  345. "devalue": "2.0.1",
  346. "domain-browser": "4.19.0",
  347. "edge-runtime": "4.0.1",
  348. "events": "3.3.0",
  349. "find-up": "4.1.0",
  350. "fresh": "0.5.2",
  351. "glob": "7.1.7",
  352. "gzip-size": "5.1.1",
  353. "http-proxy": "1.18.1",
  354. "http-proxy-agent": "5.0.0",
  355. "https-browserify": "1.0.0",
  356. "https-proxy-agent": "5.0.1",
  357. "icss-utils": "5.1.0",
  358. "ignore-loader": "0.1.2",
  359. "image-size": "1.2.1",
  360. "ipaddr.js": "2.2.0",
  361. "is-docker": "2.0.0",
  362. "is-wsl": "2.2.0",
  363. "jest-worker": "27.5.1",
  364. "json5": "2.2.3",
  365. "jsonwebtoken": "9.0.0",
  366. "loader-runner": "4.3.0",
  367. "loader-utils2": "npm:loader-utils@2.0.4",
  368. "loader-utils3": "npm:loader-utils@3.1.3",
  369. "lodash.curry": "4.1.1",
  370. "mini-css-extract-plugin": "2.4.4",
  371. "msw": "2.3.0",
  372. "nanoid": "3.1.32",
  373. "native-url": "0.3.4",
  374. "neo-async": "2.6.1",
  375. "node-html-parser": "5.3.3",
  376. "ora": "4.0.4",
  377. "os-browserify": "0.3.0",
  378. "p-limit": "3.1.0",
  379. "p-queue": "6.6.2",
  380. "path-browserify": "1.0.1",
  381. "path-to-regexp": "6.3.0",
  382. "picomatch": "4.0.1",
  383. "postcss-flexbugs-fixes": "5.0.2",
  384. "postcss-modules-extract-imports": "3.0.0",
  385. "postcss-modules-local-by-default": "4.2.0",
  386. "postcss-modules-scope": "3.0.0",
  387. "postcss-modules-values": "4.0.0",
  388. "postcss-preset-env": "7.4.3",
  389. "postcss-safe-parser": "6.0.0",
  390. "postcss-scss": "4.0.3",
  391. "postcss-value-parser": "4.2.0",
  392. "process": "0.11.10",
  393. "punycode": "2.1.1",
  394. "querystring-es3": "0.2.1",
  395. "raw-body": "2.4.1",
  396. "react-refresh": "0.12.0",
  397. "recast": "0.23.11",
  398. "regenerator-runtime": "0.13.4",
  399. "safe-stable-stringify": "2.5.0",
  400. "sass-loader": "16.0.5",
  401. "schema-utils2": "npm:schema-utils@2.7.1",
  402. "schema-utils3": "npm:schema-utils@3.0.0",
  403. "semver": "7.3.2",
  404. "send": "0.18.0",
  405. "serve-handler": "6.1.6",
  406. "server-only": "0.0.1",
  407. "setimmediate": "1.0.5",
  408. "shell-quote": "1.7.3",
  409. "source-map": "0.6.1",
  410. "source-map-loader": "5.0.0",
  411. "source-map08": "npm:source-map@0.8.0-beta.0",
  412. "stacktrace-parser": "0.1.10",
  413. "storybook": "8.6.0",
  414. "stream-browserify": "3.0.0",
  415. "stream-http": "3.1.1",
  416. "strict-event-emitter": "0.5.0",
  417. "string_decoder": "1.3.0",
  418. "string-hash": "1.1.3",
  419. "strip-ansi": "6.0.0",
  420. "style-loader": "4.0.0",
  421. "superstruct": "1.0.3",
  422. "tar": "6.1.15",
  423. "taskr": "1.1.0",
  424. "terser": "5.27.0",
  425. "terser-webpack-plugin": "5.3.9",
  426. "text-table": "0.2.0",
  427. "timers-browserify": "2.0.12",
  428. "tty-browserify": "0.0.1",
  429. "typescript": "5.9.2",
  430. "ua-parser-js": "1.0.35",
  431. "unistore": "3.4.1",
  432. "util": "0.12.4",
  433. "vm-browserify": "1.1.2",
  434. "watchpack": "2.4.0",
  435. "web-vitals": "4.2.1",
  436. "webpack": "5.98.0",
  437. "webpack-sources1": "npm:webpack-sources@1.4.3",
  438. "webpack-sources3": "npm:webpack-sources@3.2.3",
  439. "ws": "8.2.3",
  440. "zod": "3.25.76",
  441. "zod-validation-error": "3.4.0"
  442. },
  443. "engines": {
  444. "node": ">=20.9.0"
  445. },
  446. "optionalDependencies": {
  447. "@next/swc-darwin-arm64": "16.1.1",
  448. "@next/swc-darwin-x64": "16.1.1",
  449. "@next/swc-linux-arm64-gnu": "16.1.1",
  450. "@next/swc-linux-arm64-musl": "16.1.1",
  451. "@next/swc-linux-x64-gnu": "16.1.1",
  452. "@next/swc-linux-x64-musl": "16.1.1",
  453. "@next/swc-win32-arm64-msvc": "16.1.1",
  454. "@next/swc-win32-x64-msvc": "16.1.1",
  455. "sharp": "^0.34.4"
  456. },
  457. "peerDependencies": {
  458. "@opentelemetry/api": "^1.1.0",
  459. "@playwright/test": "^1.51.1",
  460. "babel-plugin-react-compiler": "*",
  461. "react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  462. "react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
  463. "sass": "^1.3.0"
  464. },
  465. "peerDependenciesMeta": {
  466. "@opentelemetry/api": {
  467. "optional": true
  468. },
  469. "@playwright/test": {
  470. "optional": true
  471. },
  472. "babel-plugin-react-compiler": {
  473. "optional": true
  474. },
  475. "sass": {
  476. "optional": true
  477. }
  478. }
  479. },
  480. "../../node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom": {
  481. "version": "19.2.3",
  482. "license": "MIT",
  483. "dependencies": {
  484. "scheduler": "^0.27.0"
  485. },
  486. "peerDependencies": {
  487. "react": "^19.2.3"
  488. }
  489. },
  490. "../../node_modules/.pnpm/react@19.2.3/node_modules/react": {
  491. "version": "19.2.3",
  492. "license": "MIT",
  493. "engines": {
  494. "node": ">=0.10.0"
  495. }
  496. },
  497. "../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript": {
  498. "version": "5.9.2",
  499. "dev": true,
  500. "license": "Apache-2.0",
  501. "bin": {
  502. "tsc": "bin/tsc",
  503. "tsserver": "bin/tsserver"
  504. },
  505. "devDependencies": {
  506. "@dprint/formatter": "^0.4.1",
  507. "@dprint/typescript": "0.93.4",
  508. "@esfx/canceltoken": "^1.0.0",
  509. "@eslint/js": "^9.20.0",
  510. "@octokit/rest": "^21.1.1",
  511. "@types/chai": "^4.3.20",
  512. "@types/diff": "^7.0.1",
  513. "@types/minimist": "^1.2.5",
  514. "@types/mocha": "^10.0.10",
  515. "@types/ms": "^0.7.34",
  516. "@types/node": "latest",
  517. "@types/source-map-support": "^0.5.10",
  518. "@types/which": "^3.0.4",
  519. "@typescript-eslint/rule-tester": "^8.24.1",
  520. "@typescript-eslint/type-utils": "^8.24.1",
  521. "@typescript-eslint/utils": "^8.24.1",
  522. "azure-devops-node-api": "^14.1.0",
  523. "c8": "^10.1.3",
  524. "chai": "^4.5.0",
  525. "chokidar": "^4.0.3",
  526. "diff": "^7.0.0",
  527. "dprint": "^0.49.0",
  528. "esbuild": "^0.25.0",
  529. "eslint": "^9.20.1",
  530. "eslint-formatter-autolinkable-stylish": "^1.4.0",
  531. "eslint-plugin-regexp": "^2.7.0",
  532. "fast-xml-parser": "^4.5.2",
  533. "glob": "^10.4.5",
  534. "globals": "^15.15.0",
  535. "hereby": "^1.10.0",
  536. "jsonc-parser": "^3.3.1",
  537. "knip": "^5.44.4",
  538. "minimist": "^1.2.8",
  539. "mocha": "^10.8.2",
  540. "mocha-fivemat-progress-reporter": "^0.1.0",
  541. "monocart-coverage-reports": "^2.12.1",
  542. "ms": "^2.1.3",
  543. "picocolors": "^1.1.1",
  544. "playwright": "^1.50.1",
  545. "source-map-support": "^0.5.21",
  546. "tslib": "^2.8.1",
  547. "typescript": "^5.7.3",
  548. "typescript-eslint": "^8.24.1",
  549. "which": "^3.0.1"
  550. },
  551. "engines": {
  552. "node": ">=14.17"
  553. }
  554. },
  555. "node_modules/@heroicons/react": {
  556. "version": "2.2.0",
  557. "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz",
  558. "integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==",
  559. "license": "MIT",
  560. "peerDependencies": {
  561. "react": ">= 16 || ^19.0.0-rc"
  562. }
  563. },
  564. "node_modules/@tanstack/query-core": {
  565. "version": "5.90.16",
  566. "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.16.tgz",
  567. "integrity": "sha512-MvtWckSVufs/ja463/K4PyJeqT+HMlJWtw6PrCpywznd2NSgO3m4KwO9RqbFqGg6iDE8vVMFWMeQI4Io3eEYww==",
  568. "license": "MIT",
  569. "funding": {
  570. "type": "github",
  571. "url": "https://github.com/sponsors/tannerlinsley"
  572. }
  573. },
  574. "node_modules/@tanstack/react-query": {
  575. "version": "5.90.16",
  576. "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.16.tgz",
  577. "integrity": "sha512-bpMGOmV4OPmif7TNMteU/Ehf/hoC0Kf98PDc0F4BZkFrEapRMEqI/V6YS0lyzwSV6PQpY1y4xxArUIfBW5LVxQ==",
  578. "license": "MIT",
  579. "dependencies": {
  580. "@tanstack/query-core": "5.90.16"
  581. },
  582. "funding": {
  583. "type": "github",
  584. "url": "https://github.com/sponsors/tannerlinsley"
  585. },
  586. "peerDependencies": {
  587. "react": "^18 || ^19"
  588. }
  589. },
  590. "node_modules/@types/node": {
  591. "resolved": "../../node_modules/.pnpm/@types+node@20.19.27/node_modules/@types/node",
  592. "link": true
  593. },
  594. "node_modules/@types/react": {
  595. "resolved": "../../node_modules/.pnpm/@types+react@19.2.2/node_modules/@types/react",
  596. "link": true
  597. },
  598. "node_modules/@types/react-dom": {
  599. "resolved": "../../node_modules/.pnpm/@types+react-dom@19.2.2_@types+react@19.2.2/node_modules/@types/react-dom",
  600. "link": true
  601. },
  602. "node_modules/autoprefixer": {
  603. "version": "10.4.23",
  604. "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.23.tgz",
  605. "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==",
  606. "dev": true,
  607. "funding": [
  608. {
  609. "type": "opencollective",
  610. "url": "https://opencollective.com/postcss/"
  611. },
  612. {
  613. "type": "tidelift",
  614. "url": "https://tidelift.com/funding/github/npm/autoprefixer"
  615. },
  616. {
  617. "type": "github",
  618. "url": "https://github.com/sponsors/ai"
  619. }
  620. ],
  621. "license": "MIT",
  622. "dependencies": {
  623. "browserslist": "^4.28.1",
  624. "caniuse-lite": "^1.0.30001760",
  625. "fraction.js": "^5.3.4",
  626. "picocolors": "^1.1.1",
  627. "postcss-value-parser": "^4.2.0"
  628. },
  629. "bin": {
  630. "autoprefixer": "bin/autoprefixer"
  631. },
  632. "engines": {
  633. "node": "^10 || ^12 || >=14"
  634. },
  635. "peerDependencies": {
  636. "postcss": "^8.1.0"
  637. }
  638. },
  639. "node_modules/baseline-browser-mapping": {
  640. "version": "2.9.11",
  641. "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz",
  642. "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==",
  643. "dev": true,
  644. "license": "Apache-2.0",
  645. "bin": {
  646. "baseline-browser-mapping": "dist/cli.js"
  647. }
  648. },
  649. "node_modules/browserslist": {
  650. "version": "4.28.1",
  651. "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.1.tgz",
  652. "integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
  653. "dev": true,
  654. "funding": [
  655. {
  656. "type": "opencollective",
  657. "url": "https://opencollective.com/browserslist"
  658. },
  659. {
  660. "type": "tidelift",
  661. "url": "https://tidelift.com/funding/github/npm/browserslist"
  662. },
  663. {
  664. "type": "github",
  665. "url": "https://github.com/sponsors/ai"
  666. }
  667. ],
  668. "license": "MIT",
  669. "dependencies": {
  670. "baseline-browser-mapping": "^2.9.0",
  671. "caniuse-lite": "^1.0.30001759",
  672. "electron-to-chromium": "^1.5.263",
  673. "node-releases": "^2.0.27",
  674. "update-browserslist-db": "^1.2.0"
  675. },
  676. "bin": {
  677. "browserslist": "cli.js"
  678. },
  679. "engines": {
  680. "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
  681. }
  682. },
  683. "node_modules/caniuse-lite": {
  684. "version": "1.0.30001762",
  685. "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001762.tgz",
  686. "integrity": "sha512-PxZwGNvH7Ak8WX5iXzoK1KPZttBXNPuaOvI2ZYU7NrlM+d9Ov+TUvlLOBNGzVXAntMSMMlJPd+jY6ovrVjSmUw==",
  687. "dev": true,
  688. "funding": [
  689. {
  690. "type": "opencollective",
  691. "url": "https://opencollective.com/browserslist"
  692. },
  693. {
  694. "type": "tidelift",
  695. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  696. },
  697. {
  698. "type": "github",
  699. "url": "https://github.com/sponsors/ai"
  700. }
  701. ],
  702. "license": "CC-BY-4.0"
  703. },
  704. "node_modules/electron-to-chromium": {
  705. "version": "1.5.267",
  706. "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
  707. "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
  708. "dev": true,
  709. "license": "ISC"
  710. },
  711. "node_modules/escalade": {
  712. "version": "3.2.0",
  713. "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
  714. "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
  715. "dev": true,
  716. "license": "MIT",
  717. "engines": {
  718. "node": ">=6"
  719. }
  720. },
  721. "node_modules/eslint": {
  722. "resolved": "../../node_modules/.pnpm/eslint@9.39.1/node_modules/eslint",
  723. "link": true
  724. },
  725. "node_modules/eslint-config-next": {
  726. "resolved": "../../node_modules/.pnpm/eslint-config-next@16.1.1_@typescript-eslint+parser@8.50.0_eslint@9.39.1_typescript@5.9.2__es_x56xm6kbdw7r4mp2ius5mvgfhi/node_modules/eslint-config-next",
  727. "link": true
  728. },
  729. "node_modules/fraction.js": {
  730. "version": "5.3.4",
  731. "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
  732. "integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
  733. "dev": true,
  734. "license": "MIT",
  735. "engines": {
  736. "node": "*"
  737. },
  738. "funding": {
  739. "type": "github",
  740. "url": "https://github.com/sponsors/rawify"
  741. }
  742. },
  743. "node_modules/nanoid": {
  744. "version": "3.3.11",
  745. "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
  746. "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
  747. "dev": true,
  748. "funding": [
  749. {
  750. "type": "github",
  751. "url": "https://github.com/sponsors/ai"
  752. }
  753. ],
  754. "license": "MIT",
  755. "bin": {
  756. "nanoid": "bin/nanoid.cjs"
  757. },
  758. "engines": {
  759. "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
  760. }
  761. },
  762. "node_modules/next": {
  763. "resolved": "../../node_modules/.pnpm/next@16.1.1_@babel+core@7.28.5_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next",
  764. "link": true
  765. },
  766. "node_modules/node-releases": {
  767. "version": "2.0.27",
  768. "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.27.tgz",
  769. "integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
  770. "dev": true,
  771. "license": "MIT"
  772. },
  773. "node_modules/picocolors": {
  774. "version": "1.1.1",
  775. "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
  776. "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
  777. "dev": true,
  778. "license": "ISC"
  779. },
  780. "node_modules/postcss": {
  781. "version": "8.5.6",
  782. "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz",
  783. "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
  784. "dev": true,
  785. "funding": [
  786. {
  787. "type": "opencollective",
  788. "url": "https://opencollective.com/postcss/"
  789. },
  790. {
  791. "type": "tidelift",
  792. "url": "https://tidelift.com/funding/github/npm/postcss"
  793. },
  794. {
  795. "type": "github",
  796. "url": "https://github.com/sponsors/ai"
  797. }
  798. ],
  799. "license": "MIT",
  800. "dependencies": {
  801. "nanoid": "^3.3.11",
  802. "picocolors": "^1.1.1",
  803. "source-map-js": "^1.2.1"
  804. },
  805. "engines": {
  806. "node": "^10 || ^12 || >=14"
  807. }
  808. },
  809. "node_modules/postcss-value-parser": {
  810. "version": "4.2.0",
  811. "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
  812. "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
  813. "dev": true,
  814. "license": "MIT"
  815. },
  816. "node_modules/react": {
  817. "resolved": "../../node_modules/.pnpm/react@19.2.3/node_modules/react",
  818. "link": true
  819. },
  820. "node_modules/react-dom": {
  821. "resolved": "../../node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom",
  822. "link": true
  823. },
  824. "node_modules/source-map-js": {
  825. "version": "1.2.1",
  826. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  827. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  828. "dev": true,
  829. "license": "BSD-3-Clause",
  830. "engines": {
  831. "node": ">=0.10.0"
  832. }
  833. },
  834. "node_modules/tailwindcss": {
  835. "version": "4.1.18",
  836. "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz",
  837. "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==",
  838. "dev": true,
  839. "license": "MIT"
  840. },
  841. "node_modules/typescript": {
  842. "resolved": "../../node_modules/.pnpm/typescript@5.9.2/node_modules/typescript",
  843. "link": true
  844. },
  845. "node_modules/update-browserslist-db": {
  846. "version": "1.2.3",
  847. "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
  848. "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
  849. "dev": true,
  850. "funding": [
  851. {
  852. "type": "opencollective",
  853. "url": "https://opencollective.com/browserslist"
  854. },
  855. {
  856. "type": "tidelift",
  857. "url": "https://tidelift.com/funding/github/npm/browserslist"
  858. },
  859. {
  860. "type": "github",
  861. "url": "https://github.com/sponsors/ai"
  862. }
  863. ],
  864. "license": "MIT",
  865. "dependencies": {
  866. "escalade": "^3.2.0",
  867. "picocolors": "^1.1.1"
  868. },
  869. "bin": {
  870. "update-browserslist-db": "cli.js"
  871. },
  872. "peerDependencies": {
  873. "browserslist": ">= 4.21.0"
  874. }
  875. },
  876. "node_modules/@next/swc-darwin-arm64": {
  877. "version": "16.1.1",
  878. "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.1.1.tgz",
  879. "integrity": "sha512-JS3m42ifsVSJjSTzh27nW+Igfha3NdBOFScr9C80hHGrWx55pTrVL23RJbqir7k7/15SKlrLHhh/MQzqBBYrQA==",
  880. "cpu": [
  881. "arm64"
  882. ],
  883. "optional": true,
  884. "os": [
  885. "darwin"
  886. ],
  887. "engines": {
  888. "node": ">= 10"
  889. }
  890. },
  891. "node_modules/@next/swc-darwin-x64": {
  892. "version": "16.1.1",
  893. "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.1.1.tgz",
  894. "integrity": "sha512-hbyKtrDGUkgkyQi1m1IyD3q4I/3m9ngr+V93z4oKHrPcmxwNL5iMWORvLSGAf2YujL+6HxgVvZuCYZfLfb4bGw==",
  895. "cpu": [
  896. "x64"
  897. ],
  898. "optional": true,
  899. "os": [
  900. "darwin"
  901. ],
  902. "engines": {
  903. "node": ">= 10"
  904. }
  905. },
  906. "node_modules/@next/swc-linux-arm64-gnu": {
  907. "version": "16.1.1",
  908. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.1.1.tgz",
  909. "integrity": "sha512-/fvHet+EYckFvRLQ0jPHJCUI5/B56+2DpI1xDSvi80r/3Ez+Eaa2Yq4tJcRTaB1kqj/HrYKn8Yplm9bNoMJpwQ==",
  910. "cpu": [
  911. "arm64"
  912. ],
  913. "optional": true,
  914. "os": [
  915. "linux"
  916. ],
  917. "engines": {
  918. "node": ">= 10"
  919. }
  920. },
  921. "node_modules/@next/swc-linux-arm64-musl": {
  922. "version": "16.1.1",
  923. "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.1.1.tgz",
  924. "integrity": "sha512-MFHrgL4TXNQbBPzkKKur4Fb5ICEJa87HM7fczFs2+HWblM7mMLdco3dvyTI+QmLBU9xgns/EeeINSZD6Ar+oLg==",
  925. "cpu": [
  926. "arm64"
  927. ],
  928. "optional": true,
  929. "os": [
  930. "linux"
  931. ],
  932. "engines": {
  933. "node": ">= 10"
  934. }
  935. },
  936. "node_modules/@next/swc-linux-x64-gnu": {
  937. "version": "16.1.1",
  938. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.1.1.tgz",
  939. "integrity": "sha512-20bYDfgOQAPUkkKBnyP9PTuHiJGM7HzNBbuqmD0jiFVZ0aOldz+VnJhbxzjcSabYsnNjMPsE0cyzEudpYxsrUQ==",
  940. "cpu": [
  941. "x64"
  942. ],
  943. "optional": true,
  944. "os": [
  945. "linux"
  946. ],
  947. "engines": {
  948. "node": ">= 10"
  949. }
  950. },
  951. "node_modules/@next/swc-linux-x64-musl": {
  952. "version": "16.1.1",
  953. "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.1.1.tgz",
  954. "integrity": "sha512-9pRbK3M4asAHQRkwaXwu601oPZHghuSC8IXNENgbBSyImHv/zY4K5udBusgdHkvJ/Tcr96jJwQYOll0qU8+fPA==",
  955. "cpu": [
  956. "x64"
  957. ],
  958. "optional": true,
  959. "os": [
  960. "linux"
  961. ],
  962. "engines": {
  963. "node": ">= 10"
  964. }
  965. },
  966. "node_modules/@next/swc-win32-arm64-msvc": {
  967. "version": "16.1.1",
  968. "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.1.1.tgz",
  969. "integrity": "sha512-bdfQkggaLgnmYrFkSQfsHfOhk/mCYmjnrbRCGgkMcoOBZ4n+TRRSLmT/CU5SATzlBJ9TpioUyBW/vWFXTqQRiA==",
  970. "cpu": [
  971. "arm64"
  972. ],
  973. "optional": true,
  974. "os": [
  975. "win32"
  976. ],
  977. "engines": {
  978. "node": ">= 10"
  979. }
  980. },
  981. "node_modules/@next/swc-win32-x64-msvc": {
  982. "version": "16.1.1",
  983. "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.1.1.tgz",
  984. "integrity": "sha512-Ncwbw2WJ57Al5OX0k4chM68DKhEPlrXBaSXDCi2kPi5f4d8b3ejr3RRJGfKBLrn2YJL5ezNS7w2TZLHSti8CMw==",
  985. "cpu": [
  986. "x64"
  987. ],
  988. "optional": true,
  989. "os": [
  990. "win32"
  991. ],
  992. "engines": {
  993. "node": ">= 10"
  994. }
  995. }
  996. }
  997. }