{ "name": "@directus/app", "version": "10.13.3", "description": "App dashboard for Directus", "homepage": "https://directus.io", "repository": { "type": "git", "url": "https://github.com/directus/directus.git", "directory": "app" }, "funding": "https://github.com/directus/directus?sponsor=1", "license": "BUSL-1.1", "author": "Rijk van Zanten ", "type": "module", "exports": { ".": "./dist/index.html", "./package.json": "./package.json" }, "main": "dist/index.html", "files": [ "dist" ], "scripts": { "build": "vite build", "dev": "vite", "story:build": "histoire build", "story:dev": "histoire dev", "story:preview": "histoire preview", "test": "vitest --watch=false", "typecheck": "vue-tsc --noEmit" }, "devDependencies": { "@directus/composables": "workspace:*", "@directus/constants": "workspace:*", "@directus/extensions": "workspace:*", "@directus/extensions-sdk": "workspace:*", "@directus/format-title": "10.1.0", "@directus/stores": "workspace:*", "@directus/themes": "workspace:*", "@directus/tsconfig": "workspace:*", "@directus/types": "workspace:*", "@directus/utils": "workspace:*", "@directus/validation": "workspace:*", "@editorjs/attaches": "1.3.0", "@editorjs/checklist": "1.6.0", "@editorjs/code": "2.9.0", "@editorjs/delimiter": "1.4.0", "@editorjs/editorjs": "2.28.2", "@editorjs/embed": "2.7.0", "@editorjs/header": "2.8.1", "@editorjs/image": "2.9.0", "@editorjs/inline-code": "1.5.0", "@editorjs/nested-list": "1.4.2", "@editorjs/paragraph": "2.11.3", "@editorjs/quote": "2.6.0", "@editorjs/raw": "2.5.0", "@editorjs/table": "2.3.0", "@editorjs/underline": "1.1.0", "@fortawesome/fontawesome-svg-core": "6.5.1", "@fortawesome/free-brands-svg-icons": "6.5.1", "@fullcalendar/core": "6.1.7", "@fullcalendar/daygrid": "6.1.7", "@fullcalendar/interaction": "6.1.7", "@fullcalendar/list": "6.1.7", "@fullcalendar/timegrid": "6.1.7", "@histoire/plugin-vue": "0.17.6", "@joeattardi/emoji-button": "4.6.4", "@json2csv/plainjs": "7.0.4", "@mapbox/mapbox-gl-draw": "1.4.3", "@mapbox/mapbox-gl-draw-static-mode": "1.0.1", "@mapbox/mapbox-gl-geocoder": "5.0.2", "@pinia/testing": "0.1.3", "@popperjs/core": "2.11.8", "@rollup/plugin-yaml": "4.1.2", "@sindresorhus/slugify": "2.2.1", "@tinymce/tinymce-vue": "5.1.1", "@turf/meta": "6.5.0", "@types/base-64": "1.0.2", "@types/chroma-js": "2.4.3", "@types/codemirror": "5.60.15", "@types/color": "3.0.6", "@types/diacritics": "1.3.3", "@types/diff": "5.0.9", "@types/dompurify": "3.0.5", "@types/file-saver": "2.0.7", "@types/geojson": "7946.0.13", "@types/lodash": "4.14.202", "@types/mapbox__mapbox-gl-draw": "1.4.6", "@types/mapbox__mapbox-gl-geocoder": "4.7.7", "@types/qrcode": "1.5.5", "@types/wellknown": "0.5.8", "@unhead/addons": "1.8.9", "@unhead/vue": "1.8.9", "@vitejs/plugin-vue": "4.5.2", "@vue/test-utils": "2.4.3", "@vueuse/core": "10.7.0", "apexcharts": "3.45.0", "axios": "1.6.2", "base-64": "1.0.0", "caret-pos": "2.0.0", "chroma-js": "2.4.2", "codemirror": "5.65.16", "color": "4.2.3", "cropperjs": "1.6.1", "date-fns": "3.0.1", "diacritics": "1.3.0", "diff": "5.1.0", "dompurify": "3.0.6", "editorjs-toggle-block": "0.3.14", "escape-string-regexp": "5.0.0", "file-saver": "2.0.5", "flatpickr": "4.6.13", "geojson": "0.5.0", "happy-dom": "12.10.3", "histoire": "0.17.6", "html-entities": "2.4.0", "json-to-graphql-query": "2.2.5", "jsonlint-mod": "1.7.6", "lodash": "4.17.21", "mapbox-gl": "1.13.3", "maplibre-gl": "1.15.3", "marked": "11.1.0", "micromustache": "8.0.3", "mime": "4.0.1", "mitt": "3.0.1", "nanoid": "5.0.4", "p-queue": "8.0.1", "pinia": "2.1.7", "pretty-ms": "8.0.0", "qrcode": "1.5.3", "sass": "1.69.5", "tinymce": "6.8.2", "typescript": "5.3.3", "vite": "5.0.10", "vitest": "1.1.0", "vue": "3.3.13", "vue-i18n": "9.8.0", "vue-router": "4.2.5", "vue-tsc": "1.8.25", "vuedraggable": "4.1.0", "wellknown": "0.5.0" } }