deno.json 1.5 KB

123456789101112131415161718192021222324
  1. {
  2. "imports": {
  3. "react": "https://esm.d8d.fun/react@19.0.0",
  4. "react-dom": "https://esm.d8d.fun/react-dom@19.0.0",
  5. "react-dom/client": "https://esm.d8d.fun/react-dom@19.0.0/client",
  6. "react-router": "https://esm.d8d.fun/react-router@7.3.0?deps=react@19.0.0,react-dom@19.0.0",
  7. "antd": "https://esm.d8d.fun/antd@5.24.5?standalone&deps=react@19.0.0,react-dom@19.0.0",
  8. "antd/locale/zh_CN": "https://esm.d8d.fun/antd@5.24.5/locale/zh_CN?standalone&deps=react@19.0.0,react-dom@19.0.0",
  9. "@ant-design/icons": "https://esm.d8d.fun/@ant-design/icons@5.6.1?standalone&deps=react@19.0.0,react-dom@19.0.0",
  10. "@tanstack/react-query": "https://esm.d8d.fun/@tanstack/react-query@5.67.1?deps=react@19.0.0,react-dom@19.0.0",
  11. "axios": "https://esm.d8d.fun/axios@1.6.2",
  12. "dayjs": "https://esm.d8d.fun/dayjs@1.11.13",
  13. "dayjs/locale/zh-cn": "https://esm.d8d.fun/dayjs@1.11.13/locale/zh-cn",
  14. "dayjs/plugin/weekday": "https://esm.d8d.fun/dayjs@1.11.13/plugin/weekday",
  15. "dayjs/plugin/localeData": "https://esm.d8d.fun/dayjs@1.11.13/plugin/localeData",
  16. "@d8d-appcontainer/types": "https://esm.d8d.fun/@d8d-appcontainer/types@3.0.47",
  17. "@d8d-appcontainer/api": "https://esm.d8d.fun/@d8d-appcontainer/api@3.0.47",
  18. "@ant-design/plots": "https://esm.d8d.fun/@ant-design/plots@2.1.13?deps=react@19.0.0,react-dom@19.0.0",
  19. "lodash": "https://esm.d8d.fun/lodash@4.17.21"
  20. },
  21. "compilerOptions": {
  22. "lib": ["dom", "dom.iterable", "esnext", "deno.ns"]
  23. }
  24. }