mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* Exclude unnecessary files from packages * Add back 'copyfiles' in api to copy yaml and liquid files to dist * Exclude declaration maps and all declaration files for drive packages Excluding all declaration map files from published packages Since the "drive" packages are only expected to be used internally, it's enough to have the declaration files present when developing locally - no need to include the types in the published packages * Remove unnecessary entries in "files" field of app/package.json Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
156 lines
4.2 KiB
JSON
156 lines
4.2 KiB
JSON
{
|
|
"name": "@directus/app",
|
|
"version": "9.20.4",
|
|
"private": false,
|
|
"description": "Directus is an Open-Source Headless CMS & API for Managing Custom Databases",
|
|
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
|
"main": "dist/index.html",
|
|
"exports": {
|
|
".": "./dist/index.html",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/directus/directus.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"test": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:watch": "vitest",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.19.3",
|
|
"@babel/preset-env": "7.19.4",
|
|
"@directus/docs": "9.20.0",
|
|
"@directus/extensions-sdk": "workspace:*",
|
|
"@directus/format-title": "10.0.0",
|
|
"@directus/shared": "workspace:*",
|
|
"@fortawesome/fontawesome-svg-core": "6.2.0",
|
|
"@fortawesome/free-brands-svg-icons": "6.2.0",
|
|
"@fullcalendar/core": "5.11.3",
|
|
"@fullcalendar/daygrid": "5.11.3",
|
|
"@fullcalendar/interaction": "5.11.3",
|
|
"@fullcalendar/list": "5.11.3",
|
|
"@fullcalendar/timegrid": "5.11.3",
|
|
"@joeattardi/emoji-button": "4.6.4",
|
|
"@mapbox/mapbox-gl-draw": "1.3.0",
|
|
"@mapbox/mapbox-gl-draw-static-mode": "1.0.1",
|
|
"@mapbox/mapbox-gl-geocoder": "5.0.1",
|
|
"@pinia/testing": "0.0.14",
|
|
"@popperjs/core": "2.11.6",
|
|
"@rollup/plugin-yaml": "4.0.0",
|
|
"@sindresorhus/slugify": "2.1.1",
|
|
"@storybook/addon-actions": "6.5.12",
|
|
"@storybook/addon-backgrounds": "6.5.12",
|
|
"@storybook/addon-docs": "6.5.12",
|
|
"@storybook/addon-essentials": "6.5.12",
|
|
"@storybook/addon-links": "6.5.12",
|
|
"@storybook/addon-measure": "6.5.12",
|
|
"@storybook/addon-outline": "6.5.12",
|
|
"@storybook/builder-vite": "0.2.4",
|
|
"@storybook/client-api": "6.5.12",
|
|
"@storybook/client-logger": "6.5.12",
|
|
"@storybook/core-common": "6.5.12",
|
|
"@storybook/node-logger": "6.5.12",
|
|
"@storybook/vue3": "6.5.12",
|
|
"@tinymce/tinymce-vue": "4.0.5",
|
|
"@turf/meta": "6.5.0",
|
|
"@types/base-64": "1.0.0",
|
|
"@types/bytes": "3.1.1",
|
|
"@types/codemirror": "5.60.5",
|
|
"@types/color": "3.0.3",
|
|
"@types/diacritics": "1.3.1",
|
|
"@types/diff": "5.0.2",
|
|
"@types/dompurify": "2.3.4",
|
|
"@types/file-saver": "2.0.5",
|
|
"@types/geojson": "7946.0.10",
|
|
"@types/json2csv": "5.0.3",
|
|
"@types/lodash": "4.14.186",
|
|
"@types/mapbox__mapbox-gl-draw": "1.3.1",
|
|
"@types/mapbox__mapbox-gl-geocoder": "4.7.3",
|
|
"@types/markdown-it": "12.2.3",
|
|
"@types/marked": "4.0.7",
|
|
"@types/mime": "3.0.1",
|
|
"@types/ms": "0.7.31",
|
|
"@types/qrcode": "1.5.0",
|
|
"@types/wellknown": "0.5.3",
|
|
"@vitejs/plugin-vue": "3.1.2",
|
|
"@vue/compiler-sfc": "3.2.41",
|
|
"@vue/test-utils": "2.1.0",
|
|
"apexcharts": "3.36.0",
|
|
"axios": "1.1.3",
|
|
"babel-loader": "8",
|
|
"base-64": "1.0.0",
|
|
"bytes": "3.1.2",
|
|
"c8": "7.12.0",
|
|
"camelcase": "7.0.0",
|
|
"caret-pos": "2.0.0",
|
|
"codemirror": "5.64.0",
|
|
"color": "4.2.3",
|
|
"copyfiles": "2.4.1",
|
|
"cropperjs": "1.5.12",
|
|
"date-fns": "2.29.3",
|
|
"diacritics": "1.3.0",
|
|
"diff": "5.1.0",
|
|
"dompurify": "2.4.0",
|
|
"escape-string-regexp": "5.0.0",
|
|
"file-saver": "2.0.5",
|
|
"flatpickr": "4.6.13",
|
|
"front-matter": "4.0.2",
|
|
"geojson": "0.5.0",
|
|
"happy-dom": "7.6.0",
|
|
"highlight.js": "11.6.0",
|
|
"html-entities": "2.3.3",
|
|
"joi": "17.6.3",
|
|
"json-to-graphql-query": "2.2.4",
|
|
"json2csv": "5.0.7",
|
|
"jsonlint-mod": "1.7.6",
|
|
"lodash": "4.17.21",
|
|
"mapbox-gl": "1.13.2",
|
|
"maplibre-gl": "1.15.3",
|
|
"markdown-it": "13.0.1",
|
|
"markdown-it-anchor": "8.6.5",
|
|
"markdown-it-container": "3.0.0",
|
|
"markdown-it-table-of-contents": "0.6.0",
|
|
"marked": "4.1.1",
|
|
"micromustache": "8.0.3",
|
|
"mime": "3.0.0",
|
|
"mitt": "3.0.0",
|
|
"ms": "2.1.3",
|
|
"nanoid": "4.0.0",
|
|
"p-queue": "7.3.0",
|
|
"pinia": "2.0.23",
|
|
"prettier": "2.7.1",
|
|
"pretty-ms": "8.0.0",
|
|
"qrcode": "1.5.1",
|
|
"react": "18",
|
|
"react-dom": "18",
|
|
"rimraf": "3.0.2",
|
|
"rollup": "3.2.3",
|
|
"sass": "1.55.0",
|
|
"tinymce": "5.10.2",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.8.4",
|
|
"vite": "3.1.8",
|
|
"vite-plugin-vue-markdown": "0.22.1",
|
|
"vitest": "0.24.3",
|
|
"vue": "3.2.41",
|
|
"vue-i18n": "9.2.2",
|
|
"vue-router": "4.1.5",
|
|
"vuedraggable": "4.1.0",
|
|
"webpack": "5.74.0",
|
|
"wellknown": "0.5.0"
|
|
}
|
|
}
|