doc.coffee 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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/@vue/compiler-sfc@3.5.22/dist/compiler-sfc.esm-browser.min.js"
  26. "eventName": "compileTemplateReady"
  27. "obj": "compileTemplate"
  28. }
  29. {
  30. "adr": "https://cdn.jsdelivr.net/npm/marked@16.4.1/lib/marked.umd.min.js"
  31. "eventName": "markedReady"
  32. "obj": "marked"
  33. }
  34. {
  35. "adr": "https://cdn.jsdelivr.net/npm/openlayers@4.6.5/dist/ol.min.js"
  36. "css": "https://cdn.jsdelivr.net/npm/openlayers@4.6.5/dist/ol.min.css"
  37. "eventName": "leafletReady"
  38. "obj": "ol"
  39. }
  40. ]