mirror of
https://github.com/directus/directus.git
synced 2026-01-26 11:57:58 -05:00
* Upgrade tinymce * Omit 'skin_url' instead of setting it to false The option expect a string value. Instead of setting it to 'false' we can just completly omit it. Otherwise we get the following warning: > Invalid value passed for the skin_url option. The value must be a string. Although not explicitly mentioned in the migration doc, the stricter check / warning has probably been introduced with v6. * Disable pasting of images From https://www.tiny.cloud/docs/tinymce/6/migration-from-5x/#plugins-paste: > A paste default has changed. The paste_data_images option now defaults to true. > When paste was a plugin, this option was, by default, set to false, which prevented images being pasted from the local machine * Update toolbar option names --------- Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
145 lines
4.0 KiB
JSON
145 lines
4.0 KiB
JSON
{
|
|
"name": "@directus/app",
|
|
"version": "9.24.0",
|
|
"description": "App dashboard for Directus",
|
|
"homepage": "https://directus.io",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/directus/directus.git",
|
|
"directory": "app"
|
|
},
|
|
"funding": "https://github.com/directus/directus?sponsor=1",
|
|
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
|
"exports": {
|
|
".": "./dist/index.html",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.html",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"build-storybook": "storybook build",
|
|
"dev": "vite --clearScreen false",
|
|
"storybook": "storybook dev -p 6006",
|
|
"test": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.21.3",
|
|
"@babel/preset-env": "7.20.2",
|
|
"@directus/constants": "workspace:*",
|
|
"@directus/exceptions": "workspace:*",
|
|
"@directus/extensions-sdk": "workspace:*",
|
|
"@directus/format-title": "10.0.0",
|
|
"@directus/types": "workspace:*",
|
|
"@directus/utils": "workspace:*",
|
|
"@fortawesome/fontawesome-svg-core": "6.3.0",
|
|
"@fortawesome/free-brands-svg-icons": "6.3.0",
|
|
"@fullcalendar/core": "6.1.4",
|
|
"@fullcalendar/daygrid": "6.1.4",
|
|
"@fullcalendar/interaction": "6.1.4",
|
|
"@fullcalendar/list": "6.1.4",
|
|
"@fullcalendar/timegrid": "6.1.4",
|
|
"@joeattardi/emoji-button": "4.6.4",
|
|
"@mapbox/mapbox-gl-draw": "1.4.1",
|
|
"@mapbox/mapbox-gl-draw-static-mode": "1.0.1",
|
|
"@mapbox/mapbox-gl-geocoder": "5.0.1",
|
|
"@pinia/testing": "0.0.15",
|
|
"@popperjs/core": "2.11.6",
|
|
"@rollup/plugin-yaml": "4.0.1",
|
|
"@sindresorhus/slugify": "2.2.0",
|
|
"@storybook/addon-actions": "7.0.0-rc.4",
|
|
"@storybook/addon-backgrounds": "7.0.0-rc.4",
|
|
"@storybook/addon-docs": "7.0.0-rc.4",
|
|
"@storybook/addon-essentials": "7.0.0-rc.4",
|
|
"@storybook/addon-links": "7.0.0-rc.4",
|
|
"@storybook/addon-mdx-gfm": "7.0.0-rc.4",
|
|
"@storybook/addon-measure": "7.0.0-rc.4",
|
|
"@storybook/addon-outline": "7.0.0-rc.4",
|
|
"@storybook/client-api": "7.0.0-rc.4",
|
|
"@storybook/client-logger": "7.0.0-rc.4",
|
|
"@storybook/vue3": "7.0.0-rc.4",
|
|
"@storybook/vue3-vite": "7.0.0-rc.4",
|
|
"@tinymce/tinymce-vue": "5.1.0",
|
|
"@turf/meta": "6.5.0",
|
|
"@types/base-64": "1.0.0",
|
|
"@types/codemirror": "5.60.7",
|
|
"@types/color": "3.0.3",
|
|
"@types/diacritics": "1.3.1",
|
|
"@types/diff": "5.0.2",
|
|
"@types/dompurify": "3.0.0",
|
|
"@types/file-saver": "2.0.5",
|
|
"@types/geojson": "7946.0.10",
|
|
"@types/json2csv": "5.0.3",
|
|
"@types/lodash": "4.14.191",
|
|
"@types/mapbox__mapbox-gl-draw": "1.3.3",
|
|
"@types/mapbox__mapbox-gl-geocoder": "4.7.3",
|
|
"@types/marked": "4.0.8",
|
|
"@types/mime": "3.0.1",
|
|
"@types/qrcode": "1.5.0",
|
|
"@types/wellknown": "0.5.4",
|
|
"@vitejs/plugin-vue": "4.0.0",
|
|
"@vue/compiler-sfc": "3.2.47",
|
|
"@vue/test-utils": "2.3.1",
|
|
"apexcharts": "3.37.1",
|
|
"axios": "1.3.4",
|
|
"babel-loader": "9",
|
|
"base-64": "1.0.0",
|
|
"c8": "7.13.0",
|
|
"caret-pos": "2.0.0",
|
|
"codemirror": "5.65.12",
|
|
"color": "4.2.3",
|
|
"cropperjs": "1.5.13",
|
|
"date-fns": "2.29.3",
|
|
"diacritics": "1.3.0",
|
|
"diff": "5.1.0",
|
|
"dompurify": "3.0.1",
|
|
"escape-string-regexp": "5.0.0",
|
|
"file-saver": "2.0.5",
|
|
"flatpickr": "4.6.13",
|
|
"geojson": "0.5.0",
|
|
"happy-dom": "8.9.0",
|
|
"html-entities": "2.3.3",
|
|
"json-to-graphql-query": "2.2.5",
|
|
"json2csv": "5.0.7",
|
|
"jsonlint-mod": "1.7.6",
|
|
"lodash": "4.17.21",
|
|
"mapbox-gl": "1.13.3",
|
|
"maplibre-gl": "1.15.3",
|
|
"marked": "4.2.12",
|
|
"micromustache": "8.0.3",
|
|
"mime": "3.0.0",
|
|
"mitt": "3.0.0",
|
|
"nanoid": "4.0.1",
|
|
"p-queue": "7.3.4",
|
|
"pinia": "2.0.33",
|
|
"pretty-bytes": "6.1.0",
|
|
"pretty-ms": "8.0.0",
|
|
"qrcode": "1.5.1",
|
|
"react": "18",
|
|
"react-dom": "18",
|
|
"sass": "1.59.3",
|
|
"storybook": "7.0.0-rc.4",
|
|
"tinymce": "6.4.1",
|
|
"typescript": "4.9.5",
|
|
"vite": "4.1.4",
|
|
"vitest": "0.29.3",
|
|
"vue": "3.2.47",
|
|
"vue-i18n": "9.2.2",
|
|
"vue-router": "4.1.6",
|
|
"vuedraggable": "4.1.0",
|
|
"webpack": "5.76.2",
|
|
"wellknown": "0.5.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@directus/composables": "workspace:*"
|
|
}
|
|
}
|