mirror of
https://github.com/directus/directus.git
synced 2026-01-13 14:27:59 -05:00
170 lines
4.5 KiB
JSON
170 lines
4.5 KiB
JSON
{
|
|
"name": "directus",
|
|
"version": "9.0.0-alpha.19",
|
|
"license": "GPL-3.0-only",
|
|
"homepage": "https://github.com/directus/next#readme",
|
|
"description": "Directus is a real-time API and App dashboard for managing SQL database content.",
|
|
"keywords": [
|
|
"directus",
|
|
"realtime",
|
|
"database",
|
|
"content",
|
|
"api",
|
|
"rest",
|
|
"graphql",
|
|
"app",
|
|
"dashboard",
|
|
"headless",
|
|
"cms",
|
|
"mysql",
|
|
"postgresql",
|
|
"sqlite",
|
|
"framework",
|
|
"vue"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/directus/next.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/directus/next/issues"
|
|
},
|
|
"author": {
|
|
"name": "Monospace Inc",
|
|
"email": "info@monospace.io",
|
|
"url": "https://monospace.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Rijk van Zanten",
|
|
"email": "rijkvanzanten@me.com",
|
|
"url": "https://github.com/rijkvanzanten"
|
|
},
|
|
{
|
|
"name": "Ben Haynes",
|
|
"email": "ben@rngr.org",
|
|
"url": "https://github.com/benhaynes"
|
|
}
|
|
],
|
|
"main": "dist/app.js",
|
|
"bin": {
|
|
"directus": "dist/cli/index.js"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env NODE_ENV=production node dist/server.js &",
|
|
"build": "rm -rf dist && tsc -b && copyfiles \"src/**/*.*\" -e \"src/**/*.ts\" -u 1 dist",
|
|
"dev": "cross-env NODE_ENV=development LOG_LEVEL=trace ts-node-dev --files src/server.ts --respawn --watch \"src/**/*.ts\" --transpile-only",
|
|
"cli": "cross-env NODE_ENV=development ts-node --script-mode --transpile-only src/cli/index.ts",
|
|
"tests:openapi": "cd tests/openapi && node setup.js && curl -LJO https://github.com/directus/SDK-Generator/releases/latest/download/openapi.json --output openapi.json && jest --detectOpenHandles",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"LICENSE",
|
|
"README.md",
|
|
"example.env"
|
|
],
|
|
"dependencies": {
|
|
"@directus/app": "^9.0.0-alpha.19",
|
|
"@directus/format-title": "^3.2.0",
|
|
"@slynova/flydrive": "^1.0.2",
|
|
"@slynova/flydrive-gcs": "^1.0.2",
|
|
"@slynova/flydrive-s3": "^1.0.2",
|
|
"argon2": "^0.26.2",
|
|
"atob": "^2.1.2",
|
|
"axios": "^0.19.2",
|
|
"body-parser": "^1.19.0",
|
|
"busboy": "^0.3.1",
|
|
"camelcase": "^6.0.0",
|
|
"chalk": "^4.1.0",
|
|
"commander": "^5.1.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"execa": "^4.0.3",
|
|
"exif-reader": "^1.0.3",
|
|
"express": "^4.17.1",
|
|
"express-async-handler": "^1.1.4",
|
|
"express-pino-logger": "^5.0.0",
|
|
"express-session": "^1.17.1",
|
|
"fs-extra": "^9.0.1",
|
|
"grant": "^5.3.0",
|
|
"icc": "^2.0.0",
|
|
"inquirer": "^7.3.3",
|
|
"joi": "^17.1.1",
|
|
"js-yaml": "^3.14.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"knex": "^0.21.4",
|
|
"knex-schema-inspector": "0.0.9",
|
|
"liquidjs": "^9.14.1",
|
|
"lodash": "^4.17.19",
|
|
"ms": "^2.1.2",
|
|
"nanoid": "^3.1.12",
|
|
"nodemailer": "^6.4.11",
|
|
"ora": "^4.1.1",
|
|
"pino": "^6.4.1",
|
|
"pino-colada": "^2.1.0",
|
|
"resolve-cwd": "^3.0.0",
|
|
"sharp": "^0.25.4",
|
|
"uuid": "^8.3.0",
|
|
"uuid-validate": "0.0.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"mssql": "^6.2.0",
|
|
"mysql": "^2.18.1",
|
|
"oracledb": "^5.0.0",
|
|
"pg": "^8.3.0",
|
|
"sqlite3": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/atob": "^2.1.2",
|
|
"@types/busboy": "^0.2.3",
|
|
"@types/clear": "^0.1.0",
|
|
"@types/cookie-parser": "^1.4.2",
|
|
"@types/cors": "^2.8.7",
|
|
"@types/express": "^4.17.7",
|
|
"@types/express-pino-logger": "^4.0.2",
|
|
"@types/express-session": "^1.17.0",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/inquirer": "^6.5.0",
|
|
"@types/jest": "^26.0.9",
|
|
"@types/joi": "^14.3.4",
|
|
"@types/js-yaml": "^3.12.5",
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
"@types/lodash": "^4.14.159",
|
|
"@types/ms": "^0.7.31",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"@types/pino": "^6.3.0",
|
|
"@types/sharp": "^0.25.1",
|
|
"@types/uuid": "^8.0.0",
|
|
"@types/uuid-validate": "0.0.1",
|
|
"concat-map": "0.0.1",
|
|
"copyfiles": "^2.3.0",
|
|
"cross-env": "^7.0.2",
|
|
"eslint": "^7.6.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"form-data": "^3.0.0",
|
|
"husky": "^4.2.5",
|
|
"jest": "^26.4.0",
|
|
"jest-openapi": "^0.9.4",
|
|
"lint-staged": "^10.2.11",
|
|
"prettier": "^2.0.5",
|
|
"ts-jest": "^26.2.0",
|
|
"ts-node": "^8.10.2",
|
|
"ts-node-dev": "^1.0.0-pre.56",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^3.9.7"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"gitHead": "9092740d708c1e9ed1575b0932a01f531d224f77"
|
|
}
|