mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
* Fix linting errors * Fix remaining catch all routes * Fix directive registration regression * Replace $router global with composition function * Fix v-bind overwrite order in nested-draggable * Migrate vuedraggable * Fix building with empty translation files * Add comment regarding array equality check * Fix markdown-it plugins import * Fix newly introduced wrong store usage * Fix v-button-group model * Fix v-fancy-select model * Fix v-field-template model * Fix v-input model * Fix v-item-group model * Fix v-menu model * Fix v-select model * Fix v-tabs model * Fix v-tabs-items model * Fix v-textarea model * Fix v-checkbox model * Fix v-dialog model * Fix v-drawer model * Fix v-form model * Fix v-list model * Fix v-table model * Fix v-detail model * Fix v-radio model * Fix v-switch model * Fix files-navigation model * Fix replace-file model * Fix bookmark-add model * Fix bookmark-edit model * Fix drawer-batch model * Fix drawer-item model * Fix file-lightbox model * Fix image-editor model * Fix notifications-preview model * Fix users-invite model * Lowercase editor component name * Fix collections-filter model * Fix filter-input model * Fix filter-sidebar-detail model * Fix folder-picker model * Fix interface-checkboxes model * Fix interface-code model * Fix interface-icon model * Fix interface-repeater model * Fix refresh-sidebar-detail model * Fix search-input model * Fix interface/display component option v-model usage * Replace calling listener through $attrs with $emit and add emits option * Add comment regarding useCustomSelection emits * Fix context menu activation * Fix collectionsStore access * Fix popperjs * Hotfix useGroupable * Fix notifications-preview old prop name * Fix module bar tooltip translation * Fix useSync type signature * Fix update:layoutOptions emit name * Fix usePermissions missing imports regression * Revert changes to docs vuepress instance * Fix module-relative-resolve vite plugin when serving * Fix docs * Fix refresh on first load * Fix creating new collection * Fix loading of collection route * Fix v-dialog/v-menu appear transition * Access props directly * Fix v-table clickable * Fix v-drawer cancelable * Fix v-icon clickable * Fix v-input clickable * Fix v-list-group clickable * Fix v-list-item clickable * Fix v-overlay clickable * Fix header-bar primary button * Fix v-table item.* slot * Fix vue warning regarding exposed variables starting with _ or $ * Fix usePermissions * Add package-lock.json * Fix v-form unset regression * Fix vue shims * Fix useCustomSelection emit * Make extensions arrays shallow * Move teleport targets out of the vue app * Fix v-field-select model * Fix v-slider model * Fix v-pagination model * Fix card model * Fix v-select item-value prop usage * Fix layout-sidebar-detail model * Fix form-field model * Fix form-field-menu model * Fix form-field-interface model * Fix v-form model * Use kebab-case for modelValue * Update package-lock.json * Add missing dependency * Replace $t with i18n composable * Replace remaining usages of $t * Replace $te with i18n composable * Replace $n with i18n composable * Disable global injection in vue-i18n * Replace i18n.global.t usage where composable is already imported * Replace remaining i18n.global.t usage with composable * Replace remaining i18n.global usages with composable * Fix uploadFile emitter regression * Remove inheritAttrs: false from file-info-sidebar-detail * Hotfix v-input * Update .eslintrc.js * Fix use-preview * Fix eslint issues * Remove unused imports * Fix extension getter type * Refactor layout structure and fix tabular layout * Fix build * Fix cards layout * Hotfix vuedraggable * Dev is true again * Register export-sidebar-detail globally * Deconstruct layout state * Fix calendar layout * Fix cards/calendar layouts * Fix layout options when switching layout * Replace marked usage with md util * Use useLayout everywhere * Fix type issue * Fix codemirror dynamic imports * Fix data-fns dynamic import * Fix useLayout selection * Fix v-avatar scoped styling * Remove unused v-button-group component * Remove v-deep from v-card-actions * Replace v-deep in v-dialog * Use correct pseudoclasses for vue3 * Fix v-deep in v-field-template * Replace v-deep in v-list-item-content * Replace v-deep in v-list-item * v-deep in v-list * v-deep in v-notice * Replace breakpoint mixin * Replace v-deep in v-button * Enforce empty line before block * v-deep in v-pagination * No white lines on the inner brackets of a block please * Replace v-deep in v-select * Fix stylelint rule * Replace v-deep in v-table * Replace v-deep in v-tabs * Replace v-deep in rich text input * Replace v-deep * Replace v-deep elsewhere * Needs more stylelint tweaks, but v-deep is done * Fix translations interface * Fix date layout * Fix npm install * Fix router catch all routes * Fix layout options * Remove call to next in router guards * Remove vue router in-component guards * Refactor module route registration * Fix collections module navigation * Fix settings module navigation * Fix router-passthrough in devtools * Refactor docs export and docs route registration * Import docs routes using exported function * Remove moduleRelativeResolve vite hack * Re-add dev scripts * Fix deprecated hljs usage * Use activateContextMenu without parens * Re-add readme/license/editorconfig * Fix groupable * Fix initial docs navigation * Move global app css to app component * Fix collection navigation icon color * Fix field setup style * Fix divider icon style * Fix optional v-input slots * Use $slots direct property access * Fix docs font style * Fix docs v-deep * Fix docs add missing styles * Remove docs style margin * Fix save options color * Fix nested v-slotted usage * Fix v-button exact prop * Fix v-list-item exact prop * Fix package-lock.json * Improve useSync type * Fix route type error * Fix bookmark router links * Add redirect to route with bookmark * Fix files module folder route * Fix users module role route * Add redirect routes to files and roles sub-routes * Fix users module role active state * Replace routerPassthrough function with object * Nest file routes * Improve module bar hidden check * Remove slash from module router link * Fix files and folder navigation * Revert users route nesting * Fix buttons in list * Don't make nav item mandatory in left sidebar * Fix infinite loop in box open * Fix interactivity in v-list items * Fix docs menu jumps * Fix right click positioning * Fix missing translations * Fix close/open alignment of color interface * Fix code editor interfaces * Fix relation access in cards layout * Remove template ref from collection-or-item * Revert jest-environment-jsdom package update * Fix package-lock.json * Resolve vue3 TODO comments * Fix layout presets * Remove reactivity fix * Remove Todo3 comment * Fix icon color override * Add error message to useLayoutState * Add composable to properly transition dialog routes * Fix new collection transition * Fix add new role transition * Fix add new file transition * Fix activity item transition * Fix error type in useItems * Fix collection error dialog transition * Fix field detail transition * Fix permissions detail transition * Fix store getters types * Update package-lock * Fix preview icon color * Fix reference to selections * Fix linter warnings Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
92 lines
2.5 KiB
JSON
92 lines
2.5 KiB
JSON
{
|
|
"name": "@directus/app",
|
|
"version": "9.0.0-rc.74",
|
|
"private": false,
|
|
"description": "Directus is an Open-Source Headless CMS & API for Managing Custom Databases",
|
|
"author": "Rijk van Zanten <rijk@rngr.org>",
|
|
"main": "dist/index.html",
|
|
"files": [
|
|
"dist",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/directus/directus.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"copy-docs-images": "rimraf public/img/docs && copyfiles -u 3 \"../docs/assets/**/*\" \"public/img/docs\" --verbose",
|
|
"predev": "npm run copy-docs-images",
|
|
"prebuild": "npm run copy-docs-images",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
|
"devDependencies": {
|
|
"@directus/docs": "9.0.0-rc.74",
|
|
"@directus/format-title": "9.0.0-rc.74",
|
|
"@fullcalendar/core": "^5.7.2",
|
|
"@fullcalendar/daygrid": "^5.7.2",
|
|
"@fullcalendar/interaction": "^5.7.2",
|
|
"@fullcalendar/list": "^5.7.2",
|
|
"@fullcalendar/timegrid": "^5.7.2",
|
|
"@popperjs/core": "^2.9.2",
|
|
"@rollup/plugin-yaml": "^3.0.0",
|
|
"@sindresorhus/slugify": "^2.1.0",
|
|
"@tinymce/tinymce-vue": "^4.0.0",
|
|
"@types/base-64": "^1.0.0",
|
|
"@types/bytes": "^3.1.0",
|
|
"@types/codemirror": "^0.0.109",
|
|
"@types/color": "^3.0.1",
|
|
"@types/diff": "^5.0.0",
|
|
"@types/dompurify": "^2.2.2",
|
|
"@types/lodash": "^4.14.170",
|
|
"@types/markdown-it": "^12.0.1",
|
|
"@types/marked": "^2.0.3",
|
|
"@types/mime-types": "^2.1.0",
|
|
"@types/ms": "^0.7.31",
|
|
"@types/qrcode": "^1.4.0",
|
|
"@vitejs/plugin-vue": "^1.2.1",
|
|
"@vue/cli-plugin-babel": "^4.5.13",
|
|
"@vue/cli-plugin-router": "^4.5.8",
|
|
"@vue/cli-plugin-typescript": "^4.5.13",
|
|
"@vue/cli-plugin-vuex": "^4.5.8",
|
|
"@vue/cli-service": "^4.5.13",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"axios": "^0.21.1",
|
|
"base-64": "^1.0.0",
|
|
"codemirror": "^5.61.1",
|
|
"copyfiles": "^2.4.1",
|
|
"cropperjs": "^1.5.11",
|
|
"date-fns": "^2.21.1",
|
|
"dompurify": "^2.2.9",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"front-matter": "^4.0.2",
|
|
"html-entities": "^2.3.2",
|
|
"jsonlint-mod": "^1.7.6",
|
|
"marked": "^2.0.7",
|
|
"micromustache": "^8.0.3",
|
|
"mime": "^2.5.2",
|
|
"mitt": "^2.1.0",
|
|
"nanoid": "^3.1.23",
|
|
"pinia": "^2.0.0-alpha.13",
|
|
"prettier": "^2.3.1",
|
|
"pretty-ms": "^7.0.1",
|
|
"qrcode": "^1.4.4",
|
|
"rimraf": "^3.0.2",
|
|
"sass": "^1.34.1",
|
|
"tinymce": "^5.7.1",
|
|
"typescript": "^4.2.4",
|
|
"vite": "^2.1.5",
|
|
"vue": "^3.0.5",
|
|
"vue-i18n": "^9.1.6",
|
|
"vue-router": "^4.0.6",
|
|
"vuedraggable": "^4.0.1"
|
|
}
|
|
}
|