mirror of
https://github.com/directus/directus.git
synced 2026-01-23 02:38:06 -05:00
93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"name": "@directus/app",
|
|
"version": "9.0.0-rc.85",
|
|
"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",
|
|
"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"
|
|
},
|
|
"gitHead": "24621f3934dc77eb23441331040ed13c676ceffd",
|
|
"devDependencies": {
|
|
"@directus/docs": "9.0.0-rc.85",
|
|
"@directus/extension-sdk": "9.0.0-rc.85",
|
|
"@directus/format-title": "9.0.0-rc.85",
|
|
"@directus/shared": "9.0.0-rc.85",
|
|
"@fullcalendar/core": "5.8.0",
|
|
"@fullcalendar/daygrid": "5.8.0",
|
|
"@fullcalendar/interaction": "5.8.0",
|
|
"@fullcalendar/list": "5.8.0",
|
|
"@fullcalendar/timegrid": "5.8.0",
|
|
"@popperjs/core": "2.9.2",
|
|
"@rollup/plugin-yaml": "3.1.0",
|
|
"@sindresorhus/slugify": "2.1.0",
|
|
"@tinymce/tinymce-vue": "4.0.4",
|
|
"@types/base-64": "1.0.0",
|
|
"@types/bytes": "3.1.1",
|
|
"@types/codemirror": "5.60.2",
|
|
"@types/color": "3.0.2",
|
|
"@types/diff": "5.0.1",
|
|
"@types/dompurify": "2.2.3",
|
|
"@types/lodash": "4.14.171",
|
|
"@types/markdown-it": "12.0.3",
|
|
"@types/marked": "2.0.4",
|
|
"@types/mime-types": "2.1.0",
|
|
"@types/ms": "0.7.31",
|
|
"@types/qrcode": "1.4.1",
|
|
"@vitejs/plugin-vue": "1.2.5",
|
|
"@vue/cli-plugin-babel": "4.5.13",
|
|
"@vue/cli-plugin-router": "4.5.13",
|
|
"@vue/cli-plugin-typescript": "4.5.13",
|
|
"@vue/cli-plugin-vuex": "4.5.13",
|
|
"@vue/cli-service": "4.5.13",
|
|
"@vue/compiler-sfc": "3.1.5",
|
|
"axios": "0.21.1",
|
|
"base-64": "1.0.0",
|
|
"codemirror": "5.62.2",
|
|
"copyfiles": "2.4.1",
|
|
"cropperjs": "1.5.12",
|
|
"date-fns": "2.23.0",
|
|
"dompurify": "2.3.0",
|
|
"escape-string-regexp": "5.0.0",
|
|
"front-matter": "4.0.2",
|
|
"html-entities": "2.3.2",
|
|
"jsonlint-mod": "1.7.6",
|
|
"marked": "2.1.3",
|
|
"micromustache": "8.0.3",
|
|
"mime": "2.5.2",
|
|
"mitt": "3.0.0",
|
|
"nanoid": "3.1.23",
|
|
"pinia": "2.0.0-beta.5",
|
|
"prettier": "2.3.2",
|
|
"pretty-ms": "7.0.1",
|
|
"qrcode": "1.4.4",
|
|
"rimraf": "3.0.2",
|
|
"sass": "1.36.0",
|
|
"tinymce": "5.8.2",
|
|
"typescript": "4.3.5",
|
|
"vite": "2.4.3",
|
|
"vue": "3.1.5",
|
|
"vue-i18n": "9.1.7",
|
|
"vue-router": "4.0.10",
|
|
"vuedraggable": "4.0.3"
|
|
}
|
|
}
|