mirror of
https://github.com/directus/directus.git
synced 2026-01-22 19:58:09 -05:00
162 lines
5.0 KiB
JSON
162 lines
5.0 KiB
JSON
{
|
|
"name": "directus-monorepo",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "lerna run dev --stream --parallel",
|
|
"build": "lerna run build",
|
|
"release": "lerna publish --force-publish",
|
|
"cli": "cross-env NODE_ENV=development ts-node --script-mode --transpile-only api/src/cli/index.ts",
|
|
"postinstall": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/directus/next.git"
|
|
},
|
|
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
|
|
"license": "GPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/directus/next/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@apidevtools/swagger-cli": "^4.0.4",
|
|
"@babel/core": "^7.10.5",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
|
|
"@commitlint/cli": "^9.1.2",
|
|
"@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/atob": "^2.1.2",
|
|
"@types/base-64": "^0.1.3",
|
|
"@types/busboy": "^0.2.3",
|
|
"@types/bytes": "^3.1.0",
|
|
"@types/chai": "^4.2.14",
|
|
"@types/clear": "^0.1.0",
|
|
"@types/cookie-parser": "^1.4.2",
|
|
"@types/cors": "^2.8.7",
|
|
"@types/diff": "^4.0.2",
|
|
"@types/express": "^4.17.7",
|
|
"@types/express-pino-logger": "^4.0.2",
|
|
"@types/express-session": "^1.17.1",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/highlight.js": "^9.12.4",
|
|
"@types/inquirer": "^6.5.0",
|
|
"@types/joi": "^14.3.4",
|
|
"@types/js-yaml": "^3.12.5",
|
|
"@types/json2csv": "^5.0.1",
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
"@types/keyv": "^3.1.1",
|
|
"@types/lodash": "^4.14.159",
|
|
"@types/marked": "^1.1.0",
|
|
"@types/mime-types": "^2.1.0",
|
|
"@types/mocha": "^8.0.3",
|
|
"@types/ms": "^0.7.31",
|
|
"@types/node": "^14.6.0",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"@types/pino": "^6.3.0",
|
|
"@types/qrcode": "^1.3.5",
|
|
"@types/semver": "^7.3.1",
|
|
"@types/sharp": "^0.25.1",
|
|
"@types/uuid": "^8.0.0",
|
|
"@types/uuid-validate": "0.0.1",
|
|
"@types/webpack-env": "^1.15.2",
|
|
"@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.5.6",
|
|
"@vue/cli-plugin-eslint": "^4.5.6",
|
|
"@vue/cli-plugin-router": "^4.5.6",
|
|
"@vue/cli-plugin-typescript": "^4.5.6",
|
|
"@vue/cli-plugin-vuex": "^4.5.6",
|
|
"@vue/cli-service": "^4.5.6",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^5.1.0",
|
|
"@vue/test-utils": "^1.1.0",
|
|
"autoprefixer": "^9.8.5",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-preset-vue": "^2.0.2",
|
|
"colors": "^1.4.0",
|
|
"concat-map": "0.0.1",
|
|
"copyfiles": "^2.4.0",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "^3.6.0",
|
|
"directory-tree": "^2.2.4",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"fs-extra": "^9.0.1",
|
|
"html-loader": "^1.1.0",
|
|
"husky": "^4.2.5",
|
|
"lerna": "^3.22.1",
|
|
"lint-staged": "^10.3.0",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"mockdate": "^3.0.2",
|
|
"npm-watch": "^0.7.0",
|
|
"prettier": "^2.1.1",
|
|
"raw-loader": "^4.0.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-is": "^16.13.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.26.10",
|
|
"rollup-plugin-commonjs": "^10.1.0",
|
|
"rollup-plugin-json": "^4.0.0",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-sourcemaps": "^0.6.2",
|
|
"rollup-plugin-typescript2": "^0.27.2",
|
|
"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",
|
|
"swagger-cli": "^4.0.4",
|
|
"swagger-ui-watcher": "^2.1.11",
|
|
"ts-node": "^8.10.2",
|
|
"ts-node-dev": "^1.0.0-pre.63",
|
|
"tslint": "^6.1.3",
|
|
"tslint-config-prettier": "^1.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"
|
|
},
|
|
"dependencies": {
|
|
"@directus/app": "file:app",
|
|
"@directus/docs": "file:docs",
|
|
"@directus/format-title": "file:packages/format-title",
|
|
"@directus/specs": "file:packages/specs",
|
|
"create-directus-project": "file:packages/create-directus-project",
|
|
"directus": "file:api"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npx lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"**/*.{js,ts}": [
|
|
"prettier --write"
|
|
],
|
|
"**/*.{css,scss}": [
|
|
"stylelint --fix"
|
|
],
|
|
"**/*.vue": [
|
|
"vue-cli-service lint",
|
|
"stylelint --fix"
|
|
]
|
|
}
|
|
}
|