mirror of
https://github.com/directus/directus.git
synced 2026-01-23 04:58:00 -05:00
* Remove git-hook This is already running in GH Actions as well * Start new Dockerfile * Remove unused files * Close, but not quite * Line break between environment specific commands / operational ones * Cleanup dockerfile * Update github release automation * Update Dockerfile Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> * Update Dockerfile Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> * Improve based on review comments * Update Dockerfile Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> * Update Dockerfile Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch> --------- Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "directus-monorepo",
|
|
"private": true,
|
|
"workspaces": [
|
|
"./app",
|
|
"./api",
|
|
"./packages/*"
|
|
],
|
|
"scripts": {
|
|
"format": "prettier --write \"**/*.{md,y?(a)ml,json}\"",
|
|
"lint": "eslint .",
|
|
"test:blackbox": "jest tests -c tests-blackbox/jest.config.js",
|
|
"test:blackbox:watch": "jest tests -c tests-blackbox/jest.config.js --watch",
|
|
"posttest:blackbox:watch": "ts-node --project ./tests-blackbox/tsconfig.json --transpile-only ./tests-blackbox/setup/teardown.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@directus/shared": "workspace:*",
|
|
"@types/jest": "29.4.4",
|
|
"@types/js-yaml": "4.0.5",
|
|
"@types/lodash": "4.14.191",
|
|
"@types/seedrandom": "3.0.5",
|
|
"@types/supertest": "2.0.12",
|
|
"@types/uuid": "9.0.1",
|
|
"@typescript-eslint/eslint-plugin": "5.55.0",
|
|
"@typescript-eslint/parser": "5.55.0",
|
|
"autocannon": "7.10.0",
|
|
"axios": "1.3.4",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-prettier": "8.7.0",
|
|
"eslint-plugin-jest": "27.2.1",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-vue": "9.9.0",
|
|
"globby": "11.1.0",
|
|
"jest": "29.5.0",
|
|
"jest-environment-node": "29.5.0",
|
|
"js-yaml": "4.1.0",
|
|
"json-to-graphql-query": "2.2.5",
|
|
"knex": "2.4.2",
|
|
"listr2": "5.0.8",
|
|
"lodash": "4.17.21",
|
|
"prettier": "2.8.4",
|
|
"seedrandom": "3.0.5",
|
|
"supertest": "6.3.3",
|
|
"ts-jest": "29.0.5",
|
|
"typescript": "4.9.5",
|
|
"uuid": "9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=8.5.0"
|
|
},
|
|
"volta": {
|
|
"node": "16.15.0",
|
|
"npm": "8.10.0"
|
|
}
|
|
}
|