Files
directus/app/package.json
ian 17665bf348 Release 11.12.0 (#25850)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-16 19:42:40 +00:00

160 lines
4.9 KiB
JSON

{
"name": "@directus/app",
"version": "14.0.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 <rijkvanzanten@me.com>",
"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 run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"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/sdk": "workspace:*",
"@directus/stores": "workspace:*",
"@directus/system-data": "workspace:*",
"@directus/themes": "workspace:*",
"@directus/tsconfig": "catalog:",
"@directus/types": "workspace:*",
"@directus/utils": "workspace:*",
"@directus/validation": "workspace:*",
"@editorjs/attaches": "catalog:",
"@editorjs/checklist": "catalog:",
"@editorjs/code": "catalog:",
"@editorjs/delimiter": "catalog:",
"@editorjs/editorjs": "catalog:",
"@editorjs/embed": "catalog:",
"@editorjs/header": "catalog:",
"@editorjs/image": "catalog:",
"@editorjs/inline-code": "catalog:",
"@editorjs/nested-list": "catalog:",
"@editorjs/paragraph": "catalog:",
"@editorjs/quote": "catalog:",
"@editorjs/raw": "catalog:",
"@editorjs/table": "catalog:",
"@editorjs/underline": "catalog:",
"@fortawesome/fontawesome-svg-core": "catalog:",
"@fortawesome/free-brands-svg-icons": "catalog:",
"@fullcalendar/core": "catalog:",
"@fullcalendar/daygrid": "catalog:",
"@fullcalendar/interaction": "catalog:",
"@fullcalendar/list": "catalog:",
"@fullcalendar/timegrid": "catalog:",
"@histoire/plugin-vue": "catalog:",
"@joeattardi/emoji-button": "catalog:",
"@json2csv/plainjs": "catalog:",
"@mapbox/mapbox-gl-draw": "catalog:",
"@mapbox/mapbox-gl-draw-static-mode": "catalog:",
"@mapbox/mapbox-gl-geocoder": "catalog:",
"@ngneat/falso": "catalog:",
"@pinia/testing": "catalog:",
"@popperjs/core": "catalog:",
"@rollup/plugin-yaml": "catalog:",
"@sindresorhus/slugify": "catalog:",
"@tinymce/tinymce-vue": "catalog:",
"@turf/meta": "catalog:",
"@types/base-64": "catalog:",
"@types/chroma-js": "catalog:",
"@types/codemirror": "catalog:",
"@types/diacritics": "catalog:",
"@types/diff": "catalog:",
"@types/file-saver": "catalog:",
"@types/geojson": "catalog:",
"@types/lodash": "catalog:",
"@types/mapbox__mapbox-gl-draw": "catalog:",
"@types/mapbox__mapbox-gl-geocoder": "catalog:",
"@types/qrcode": "catalog:",
"@types/semver": "catalog:",
"@types/wellknown": "catalog:",
"@unhead/addons": "catalog:",
"@unhead/vue": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vue/test-utils": "catalog:",
"@vueuse/core": "catalog:",
"@vueuse/integrations": "catalog:",
"@vueuse/router": "catalog:",
"apexcharts": "catalog:",
"axios": "catalog:",
"base-64": "catalog:",
"caret-pos": "catalog:",
"chroma-js": "catalog:",
"codemirror": "catalog:",
"color": "catalog:",
"cropperjs": "catalog:",
"date-fns": "catalog:",
"diacritics": "catalog:",
"diff": "catalog:",
"dompurify": "catalog:",
"editorjs-toggle-block": "catalog:",
"escape-string-regexp": "catalog:",
"file-saver": "catalog:",
"flatpickr": "catalog:",
"focus-trap": "catalog:",
"geojson": "catalog:",
"happy-dom": "catalog:",
"histoire": "catalog:",
"html-entities": "catalog:",
"json-to-graphql-query": "catalog:",
"jsonlint-mod": "catalog:",
"lodash": "catalog:",
"mapbox-gl": "catalog:",
"maplibre-gl": "catalog:",
"marked": "catalog:",
"micromustache": "catalog:",
"mime": "catalog:",
"mitt": "catalog:",
"nanoid": "catalog:",
"ofetch": "catalog:",
"p-queue": "catalog:",
"pinia": "catalog:",
"pretty-ms": "catalog:",
"qrcode": "catalog:",
"sass-embedded": "catalog:",
"semver": "catalog:",
"string-width": "catalog:",
"tinymce": "catalog:",
"tus-js-client": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vite-plugin-vue-devtools": "catalog:",
"vitest": "catalog:",
"vue": "catalog:",
"vue-i18n": "catalog:",
"vue-router": "catalog:",
"vue-tsc": "catalog:",
"vue-virtual-scroller": "catalog:",
"vuedraggable": "catalog:",
"wellknown": "catalog:"
}
}