{ "name": "@directus/app", "version": "13.2.0", "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 && echo \"/* /index.html 200\" >> .histoire/dist/_redirects", "story:dev": "histoire dev", "story:preview": "histoire preview", "test": "vitest --watch=false", "typecheck": "vue-tsc --noEmit" }, "devDependencies": { "@directus/composables": "workspace:*", "@directus/constants": "workspace:*", "@directus/errors": "workspace:*", "@directus/extensions": "workspace:*", "@directus/extensions-registry": "workspace:*", "@directus/extensions-sdk": "workspace:*", "@directus/format-title": "workspace:*", "@directus/random": "workspace:*", "@directus/sdk": "workspace:*", "@directus/stores": "workspace:*", "@directus/system-data": "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.2", "@editorjs/editorjs": "2.29.1", "@editorjs/embed": "2.7.4", "@editorjs/header": "2.8.1", "@editorjs/image": "2.9.3", "@editorjs/inline-code": "1.5.1", "@editorjs/nested-list": "1.4.3", "@editorjs/paragraph": "2.11.5", "@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.6.0", "@fortawesome/free-brands-svg-icons": "6.6.0", "@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.17", "@joeattardi/emoji-button": "4.6.4", "@json2csv/plainjs": "7.0.6", "@mapbox/mapbox-gl-draw": "1.4.3", "@mapbox/mapbox-gl-draw-static-mode": "1.0.1", "@mapbox/mapbox-gl-geocoder": "5.0.2", "@ngneat/falso": "7.2.0", "@pinia/testing": "0.1.5", "@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.4", "@types/codemirror": "5.60.15", "@types/color": "3.0.6", "@types/diacritics": "1.3.3", "@types/diff": "5.2.1", "@types/dompurify": "3.0.5", "@types/file-saver": "2.0.7", "@types/geojson": "7946.0.14", "@types/lodash": "4.17.7", "@types/mapbox__mapbox-gl-draw": "1.4.6", "@types/mapbox__mapbox-gl-geocoder": "4.7.7", "@types/qrcode": "1.5.5", "@types/semver": "7.5.8", "@types/wellknown": "0.5.8", "@unhead/addons": "1.9.9", "@unhead/vue": "1.9.9", "@vitejs/plugin-vue": "5.0.4", "@vue/test-utils": "2.4.6", "@vueuse/core": "10.9.0", "@vueuse/router": "10.9.0", "apexcharts": "3.52.0", "axios": "1.7.3", "base-64": "1.0.0", "caret-pos": "2.0.0", "chroma-js": "2.6.0", "codemirror": "5.65.17", "color": "4.2.3", "cropperjs": "1.6.2", "date-fns": "3.6.0", "diacritics": "1.3.0", "diff": "5.2.0", "dompurify": "3.1.6", "editorjs-toggle-block": "0.3.16", "escape-string-regexp": "5.0.0", "file-saver": "2.0.5", "flatpickr": "4.6.13", "geojson": "0.5.0", "happy-dom": "14.12.3", "histoire": "0.17.17", "html-entities": "2.5.2", "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": "12.0.2", "micromustache": "8.0.3", "mime": "4.0.4", "mitt": "3.0.1", "nanoid": "5.0.7", "ofetch": "1.3.4", "p-queue": "8.0.1", "pinia": "2.1.7", "pretty-ms": "9.1.0", "qrcode": "1.5.4", "sass": "1.77.8", "semver": "7.6.3", "string-width": "7.2.0", "tinymce": "7.3.0", "tus-js-client": "4.1.0", "typescript": "5.4.5", "vite": "5.2.11", "vitest": "1.5.3", "vue": "3.4.27", "vue-i18n": "9.14.0", "vue-router": "4.4.3", "vue-tsc": "2.0.29", "vue-virtual-scroller": "2.0.0-beta.8", "vuedraggable": "4.1.0", "wellknown": "0.5.0" } }