doc.coffee 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. module.exports =
  2. version: "0.0.1"
  3. adres: [
  4. {
  5. "adr": "https://cdn.tailwindcss.com/3.4.17"
  6. "eventName": "tailwindReady"
  7. "obj": "tailwind"
  8. }
  9. {
  10. "adr": "https://unpkg.com/pouchdb/dist/pouchdb.min.js"
  11. "eventName": "puochReady"
  12. "obj": "PouchDB"
  13. }
  14. {
  15. "adr": "https://unpkg.com/vue@3/dist/vue.runtime.global.prod.js"
  16. "eventName": "vueReady"
  17. "obj": "Vue"
  18. }
  19. {
  20. "adr": "https://unpkg.com/vue-router@4/dist/vue-router.global.js"
  21. "eventName": "VueRouterReady"
  22. "obj": "VueRouter"
  23. }
  24. {
  25. "adr": "https://cdn.jsdelivr.net/npm/marked@16.4.1/lib/marked.umd.min.js"
  26. "eventName": "markedReady"
  27. "obj": "marked"
  28. }
  29. {
  30. "adr": "https://cdn.jsdelivr.net/npm/openlayers@4.6.5/dist/ol.min.js"
  31. "css": "https://cdn.jsdelivr.net/npm/openlayers@4.6.5/dist/ol.min.css"
  32. "eventName": "leafletReady"
  33. "obj": "ol"
  34. }
  35. ]