2
0

deno.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "imports": {
  3. "hono": "https://esm.d8d.fun/hono@4.7.4",
  4. "hono/jsx": "https://esm.d8d.fun/hono@4.7.4/jsx",
  5. "hono/jsx/jsx-runtime": "https://esm.d8d.fun/hono@4.7.4/jsx/jsx-runtime",
  6. "hono/cors": "https://esm.d8d.fun/hono@4.7.4/cors",
  7. "hono/serve-static": "https://esm.d8d.fun/hono@4.7.4/serve-static",
  8. "hono/deno": "https://esm.d8d.fun/hono@4.7.4/deno",
  9. "@d8d-appcontainer/auth": "https://esm.d8d.fun/@d8d-appcontainer/auth@0.0.14",
  10. "debug": "https://esm.d8d.fun/debug@4.4.0",
  11. "dayjs/plugin/utc": "https://esm.d8d.fun/dayjs@1.11.13/plugin/utc",
  12. "axios": "https://esm.d8d.fun/axios@1.6.2",
  13. "dayjs": "https://esm.d8d.fun/dayjs@1.11.13",
  14. "dayjs/locale/zh-cn": "https://esm.d8d.fun/dayjs@1.11.13/locale/zh-cn",
  15. "dayjs/plugin/weekday": "https://esm.d8d.fun/dayjs@1.11.13/plugin/weekday",
  16. "dayjs/plugin/localeData": "https://esm.d8d.fun/dayjs@1.11.13/plugin/localeData",
  17. "@d8d-appcontainer/types": "https://esm.d8d.fun/@d8d-appcontainer/types@3.0.47",
  18. "@d8d-appcontainer/api": "https://esm.d8d.fun/@d8d-appcontainer/api@3.0.47",
  19. "lodash": "https://esm.d8d.fun/lodash@4.17.21",
  20. "react": "https://esm.d8d.fun/react@19.0.0?dev",
  21. "react-dom": "https://esm.d8d.fun/react-dom@19.0.0?dev",
  22. "react-dom/client": "https://esm.d8d.fun/react-dom@19.0.0/client?dev",
  23. "react-router": "https://esm.d8d.fun/react-router@7.3.0?dev&deps=react@19.0.0,react-dom@19.0.0",
  24. "antd": "https://esm.d8d.fun/antd@5.24.6?dev&standalone&deps=react@19.0.0,react-dom@19.0.0",
  25. "@ant-design/v5-patch-for-react-19":"https://esm.d8d.fun/@ant-design/v5-patch-for-react-19@1.0.3?dev&standalone&deps=react@19.0.0,react-dom@19.0.0",
  26. "antd/locale/zh_CN": "https://esm.d8d.fun/antd@5.24.5/locale/zh_CN?dev&standalone&deps=react@19.0.0,react-dom@19.0.0",
  27. "@ant-design/icons": "https://esm.d8d.fun/@ant-design/icons@5.6.1?dev&standalone&deps=react@19.0.0,react-dom@19.0.0",
  28. "@tanstack/react-query": "https://esm.d8d.fun/@tanstack/react-query@5.67.1?dev&deps=react@19.0.0,react-dom@19.0.0",
  29. "@ant-design/plots": "https://esm.d8d.fun/@ant-design/plots@2.1.13?dev&deps=react@19.0.0,react-dom@19.0.0",
  30. "react-hook-form": "https://esm.d8d.fun/react-hook-form@7.55.0?dev&deps=react@19.0.0,react-dom@19.0.0",
  31. "@heroicons/react/24/outline": "https://esm.d8d.fun/@heroicons/react@2.1.1/24/outline?dev&deps=react@19.0.0,react-dom@19.0.0",
  32. "@heroicons/react/24/solid": "https://esm.d8d.fun/@heroicons/react@2.1.1/24/solid?dev&deps=react@19.0.0,react-dom@19.0.0",
  33. "@testing-library/react": "https://esm.d8d.fun/@testing-library/react@16.3.0?dev&deps=react@19.0.0,react-dom@19.0.0",
  34. "@testing-library/user-event":"npm:@testing-library/user-event@14.6.1",
  35. "jsdom":"npm:jsdom@26.0.0"
  36. },
  37. "compilerOptions": {
  38. "lib": ["dom", "dom.iterable", "esnext", "deno.ns"]
  39. }
  40. }