mirror of
https://github.com/directus/directus.git
synced 2026-01-13 13:08:10 -05:00
160 lines
4.7 KiB
JSON
160 lines
4.7 KiB
JSON
{
|
|
"name": "@directus/app",
|
|
"version": "9.0.0-alpha.19",
|
|
"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/next.git"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test": "vue-cli-service test:unit",
|
|
"lint": "vue-cli-service lint",
|
|
"lint:styles": "stylelint \"**/*.{vue,scss}\"",
|
|
"fix": "prettier --write \"src/**/*.{js,vue,ts}\"",
|
|
"fix:styles": "stylelint --fix \"**/*.{vue,scss}\"",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"dependencies": {
|
|
"@directus/format-title": "^3.2.0",
|
|
"@popperjs/core": "^2.4.3",
|
|
"@sindresorhus/slugify": "^1.0.0",
|
|
"@tinymce/tinymce-vue": "^3.2.2",
|
|
"@types/codemirror": "^0.0.97",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/htmlhint": "^0.9.1",
|
|
"@types/js-yaml": "^3.12.5",
|
|
"@types/lodash": "^4.14.158",
|
|
"@types/mousetrap": "^1.6.3",
|
|
"@vue/composition-api": "^0.6.7",
|
|
"axios": "^0.19.2",
|
|
"base-64": "^0.1.0",
|
|
"bytes": "^3.1.0",
|
|
"codemirror": "^5.56.0",
|
|
"cropperjs": "^1.5.7",
|
|
"csslint": "^1.0.5",
|
|
"date-fns": "^2.14.0",
|
|
"diff": "^4.0.2",
|
|
"htmlhint": "^0.14.1",
|
|
"js-yaml": "^3.14.0",
|
|
"jshint": "^2.11.1",
|
|
"jsonlint": "^1.6.3",
|
|
"jsonlint-mod": "^1.7.5",
|
|
"lodash": "^4.17.19",
|
|
"marked": "^1.1.1",
|
|
"micromustache": "^7.1.0",
|
|
"mime-types": "^2.1.27",
|
|
"mitt": "^2.1.0",
|
|
"mousetrap": "^1.6.5",
|
|
"nanoid": "^3.1.10",
|
|
"pinia": "^0.0.7",
|
|
"portal-vue": "^2.1.7",
|
|
"resize-observer": "^1.0.0",
|
|
"semver": "^7.3.2",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"tinymce": "^5.4.1",
|
|
"vue": "^2.6.11",
|
|
"vue-i18n": "^8.18.2",
|
|
"vue-router": "^3.3.4",
|
|
"vuedraggable": "^2.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.5",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
|
|
"@storybook/addon-actions": "^5.3.19",
|
|
"@storybook/addon-centered": "^5.3.19",
|
|
"@storybook/addon-knobs": "^5.3.19",
|
|
"@storybook/addon-links": "^5.3.19",
|
|
"@storybook/addon-notes": "^5.3.19",
|
|
"@storybook/addon-viewport": "^5.3.19",
|
|
"@storybook/addons": "^5.3.19",
|
|
"@storybook/core": "^5.3.19",
|
|
"@storybook/vue": "^5.3.19",
|
|
"@types/base-64": "^0.1.3",
|
|
"@types/bytes": "^3.1.0",
|
|
"@types/diff": "^4.0.2",
|
|
"@types/jest": "^26.0.5",
|
|
"@types/marked": "^1.1.0",
|
|
"@types/mime-types": "^2.1.0",
|
|
"@types/semver": "^7.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
"@typescript-eslint/parser": "^2.34.0",
|
|
"@typescript-eslint/typescript-estree": "^3.7.0",
|
|
"@vue/cli-plugin-babel": "^4.4.6",
|
|
"@vue/cli-plugin-eslint": "^4.4.6",
|
|
"@vue/cli-plugin-router": "^4.4.5",
|
|
"@vue/cli-plugin-typescript": "^4.4.6",
|
|
"@vue/cli-plugin-unit-jest": "^4.4.6",
|
|
"@vue/cli-plugin-vuex": "^4.4.6",
|
|
"@vue/cli-service": "^4.4.6",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
"@vue/test-utils": "^1.0.3",
|
|
"autoprefixer": "^9.8.5",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-preset-vue": "^2.0.2",
|
|
"css-loader": "^3.6.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"html-loader": "^1.1.0",
|
|
"husky": "^4.2.5",
|
|
"jest-sonar": "^0.2.10",
|
|
"lint-staged": "^10.2.11",
|
|
"mockdate": "^3.0.2",
|
|
"prettier": "^2.0.5",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-is": "^16.13.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"sass": "^1.26.10",
|
|
"sass-loader": "^9.0.2",
|
|
"storybook-addon-themes": "^5.4.1",
|
|
"stylelint": "^13.6.1",
|
|
"stylelint-config-rational-order": "^0.1.2",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-order": "^4.1.0",
|
|
"stylelint-scss": "^3.18.0",
|
|
"typescript": "^3.9.7",
|
|
"vue-cli-plugin-storybook": "^1.3.0",
|
|
"vue-loader": "^15.9.3",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"vuepress": "^1.5.2",
|
|
"webpack": "^4.43.0",
|
|
"webpack-assets-manifest": "^3.1.1",
|
|
"webpack-merge": "^5.0.9"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts}": [
|
|
"vue-cli-service lint"
|
|
],
|
|
"*.{css,scss}": [
|
|
"stylelint --fix"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"stylelint --fix"
|
|
]
|
|
},
|
|
"gitHead": "9092740d708c1e9ed1575b0932a01f531d224f77"
|
|
}
|