mirror of
https://github.com/directus/directus.git
synced 2026-01-23 12:48:10 -05:00
* Step 1 * Step 2 * False sense of confidence * Couple more before dinner * Update schema package * Update format-title * Upgrade specs file * Close * Replace ts-node-dev with tsx, and various others * Replace lodash with lodash-es * Add lodash-es types * Update knex import * More fun is had * FSE * Consolidate repos * Various tweaks and fixes * Fix specs * Remove dependency on knex-schema-inspector * Fix wrong imports of inspector * Move shared exceptions to new package * Move constants to separate module * Move types to new types package * Use directus/types * I believe this is no longer needed * [WIP] Start moving utils to esm * ESMify Shared * Move shared utils to @directus/utils * Use @directus/utils instead of @directus/shared/utils * It runs! * Use correct schemaoverview type * Fix imports * Fix the thing * Start on new update-checker lib * Use new update-check package * Swap out directus/shared in app * Pushing through the last bits now * Dangerously make extensions SDK ESM * Use @directus/types in tests * Copy util function to test * Fix linter config * Add missing import * Hot takes * Fix build * Curse these default exports * No tests in constants * Add tests * Remove tests from types * Add tests for exceptions * Fix test * Fix app tests * Fix import in test * Fix various tests * Fix specs export * Some more tests * Remove broken integration tests These were broken beyond repair.. They were also written before we really knew what we we're doing with tests, so I think it's better to say goodbye and start over with these * Regenerate lockfile * Fix imports from merge * I create my own problems * Make sharp play nice * Add vitest config * Install missing blackbox dep * Consts shouldn't be in types tsk tsk tsk tsk * Fix type/const usage in extensions-sdk * cursed.default * Reduce circular deps * Fix circular dep in items service * vvv * Trigger testing for all vendors * Add workaround for rollup * Prepend the file protocol for the ESM loader to be compatible with Windows "WARN: Only URLs with a scheme in: file and data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'" * Fix postgres * Schema package updates Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com> * Resolve cjs/mjs extensions * Clean-up eslint config * fixed extension concatination * using string interpolation for consistency * Revert MySQL optimisation * Revert testing for all vendors * Replace tsx with esbuild-kit/esm-loader Is a bit faster and we can rely on the built-in `watch` and `inspect` functionalities of Node.js Note: The possibility to watch other files (.env in our case) might be added in the future, see https://github.com/nodejs/node/issues/45467 * Use exact version for esbuild-kit/esm-loader * Fix import --------- Co-authored-by: ian <licitdev@gmail.com> Co-authored-by: Brainslug <tim@brainslug.nl> Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
146 lines
4.0 KiB
JSON
146 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",
|
|
"serve": "vite preview",
|
|
"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": "4.0.7",
|
|
"@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": "5.10.7",
|
|
"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:*"
|
|
}
|
|
}
|