mirror of
https://github.com/directus/directus.git
synced 2026-01-27 08:48:12 -05:00
Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.3 to 0.13.5. - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
110 lines
3.4 KiB
JSON
110 lines
3.4 KiB
JSON
{
|
|
"name": "directus",
|
|
"version": "8.5.1",
|
|
"private": true,
|
|
"description": "Directus is an Open-Source Headless CMS & API for Managing Custom Databases",
|
|
"author": "Rijk van Zanten <rijk@rngr.org>",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build --modern",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@directus/format-title": "^3.1.1",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/nanoid": "^2.1.0",
|
|
"@vue/composition-api": "^0.4.0",
|
|
"axios": "^0.19.2",
|
|
"date-fns": "^2.9.0",
|
|
"lodash": "^4.17.15",
|
|
"nanoid": "^2.1.11",
|
|
"pinia": "0.0.5",
|
|
"resize-observer": "^1.0.0",
|
|
"stylelint-config-prettier": "^8.0.1",
|
|
"vue": "^2.6.11",
|
|
"vue-i18n": "^8.15.5",
|
|
"vue-router": "^3.1.5",
|
|
"vuedraggable": "^2.23.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.7",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
|
"@storybook/addon-actions": "^5.3.12",
|
|
"@storybook/addon-centered": "^5.3.12",
|
|
"@storybook/addon-knobs": "^5.3.12",
|
|
"@storybook/addon-links": "^5.3.14",
|
|
"@storybook/addon-notes": "^5.3.12",
|
|
"@storybook/addon-viewport": "^5.3.12",
|
|
"@storybook/addons": "^5.3.12",
|
|
"@storybook/core": "^5.3.12",
|
|
"@storybook/vue": "^5.3.12",
|
|
"@types/jest": "^25.1.4",
|
|
"@typescript-eslint/eslint-plugin": "^2.23.0",
|
|
"@typescript-eslint/parser": "^2.23.0",
|
|
"@typescript-eslint/typescript-estree": "^2.23.0",
|
|
"@vue/cli-plugin-babel": "^4.1.0",
|
|
"@vue/cli-plugin-eslint": "^4.1.0",
|
|
"@vue/cli-plugin-router": "^4.1.0",
|
|
"@vue/cli-plugin-typescript": "^4.1.0",
|
|
"@vue/cli-plugin-unit-jest": "^4.1.0",
|
|
"@vue/cli-plugin-vuex": "^4.2.3",
|
|
"@vue/cli-service": "^4.1.0",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
"@vue/test-utils": "^1.0.0-beta.32",
|
|
"autoprefixer": "^9.7.4",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-preset-vue": "^2.0.2",
|
|
"css-loader": "^3.4.2",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"html-loader": "^0.5.5",
|
|
"jest-sonar": "^0.2.5",
|
|
"lint-staged": "^10.0.8",
|
|
"mockdate": "^2.0.5",
|
|
"prettier": "^1.19.1",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-is": "^16.12.0",
|
|
"regenerator-runtime": "^0.13.5",
|
|
"sass": "^1.26.3",
|
|
"sass-loader": "^8.0.0",
|
|
"storybook-addon-themes": "^5.4.0",
|
|
"stylelint": "^13.2.1",
|
|
"stylelint-config-rational-order": "^0.1.2",
|
|
"stylelint-config-standard": "^20.0.0",
|
|
"stylelint-order": "^4.0.0",
|
|
"stylelint-scss": "^3.14.2",
|
|
"typescript": "^3.7.4",
|
|
"vue-cli-plugin-storybook": "^1.1.0",
|
|
"vue-loader": "^15.8.3",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"vuepress": "^1.2.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-merge": "^4.2.2"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts}": [
|
|
"vue-cli-service lint"
|
|
],
|
|
"*.{scss}": [
|
|
"stylelint --fix"
|
|
],
|
|
"*.vue": [
|
|
"vue-cli-service lint",
|
|
"stylelint --fix"
|
|
]
|
|
}
|
|
}
|