mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* bump axios, basic-ftp and liquidjs * bumping vite * bump overridden packages * bump nodemailer * bump minimatch * bump hono * add changeset * updated basic-ftp
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "directus-monorepo",
|
|
"private": true,
|
|
"homepage": "https://directus.io",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm --recursive run build",
|
|
"format": "prettier --cache --check .",
|
|
"lint": "eslint --cache .",
|
|
"lint:style": "stylelint '**/*.{css,scss,vue}' --ignore-path .gitignore --cache",
|
|
"test": "pnpm --recursive --filter '!tests-blackbox' test",
|
|
"test:blackbox": "rimraf ./dist && pnpm --filter directus deploy --legacy --prod dist && pnpm --filter tests-blackbox test",
|
|
"test:coverage": "pnpm --recursive --filter '!tests-blackbox' test:coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "catalog:",
|
|
"@directus/release-notes-generator": "workspace:*",
|
|
"@eslint/js": "catalog:",
|
|
"eslint": "catalog:",
|
|
"eslint-config-prettier": "catalog:",
|
|
"eslint-plugin-import": "catalog:",
|
|
"eslint-plugin-vue": "catalog:",
|
|
"globals": "catalog:",
|
|
"postcss-html": "catalog:",
|
|
"prettier": "catalog:",
|
|
"rimraf": "catalog:",
|
|
"stylelint": "catalog:",
|
|
"stylelint-config-standard": "catalog:",
|
|
"stylelint-config-standard-scss": "catalog:",
|
|
"stylelint-config-standard-vue": "catalog:",
|
|
"stylelint-use-logical": "catalog:",
|
|
"typescript": "catalog:",
|
|
"typescript-eslint": "catalog:"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"fast-xml-parser": "5.5.11",
|
|
"@yarnpkg/shell>cross-spawn": "7.0.6",
|
|
"tar": "7.5.13",
|
|
"qs": "6.15.1",
|
|
"minimatch@10": "10.2.5",
|
|
"minimatch@9": "9.0.9",
|
|
"basic-ftp": "5.2.2",
|
|
"underscore": "1.13.8",
|
|
"flatted": "3.4.2",
|
|
"express@4>path-to-regexp": "0.1.13",
|
|
"micromatch>picomatch": "2.3.2",
|
|
"anymatch>picomatch": "2.3.2",
|
|
"picomatch": "4.0.4",
|
|
"defu": "6.1.7",
|
|
"unplugin-vue>vite": "8.0.8"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@10.27.0",
|
|
"engines": {
|
|
"node": "22",
|
|
"pnpm": ">=10 <11"
|
|
}
|
|
}
|