-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "directus-monorepo",
"private": true,
"scripts": {
"build": "pnpm --recursive --filter '!docs' run build",
"format": "prettier --write \"**/*.{md,y?(a)ml,json}\"",
"lint": "eslint .",
"test": "pnpm --recursive --filter '!tests-blackbox' test",
"test:blackbox": "pnpm --filter directus deploy --prod dist && pnpm --filter tests-blackbox test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.11.0",
"prettier": "2.8.7"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.1.0"
},
"pnpm": {
"overrides": {
"vm2@<3.9.18": ">=3.9.18",
"fast-xml-parser@<4.2.4": ">=4.2.4",
"vite@>=4.3.0 <4.3.9": ">=4.3.9",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"tough-cookie@<4.1.3": ">=4.1.3",
"word-wrap@<1.2.4": ">=1.2.4",
"postcss@<8.4.31": ">=8.4.31",
"get-func-name@<2.0.1": ">=2.0.1",
"tinymce@>=6.0.0 <6.7.1": ">=6.7.1",
"zod@<=3.22.2": ">=3.22.3",
"graphql@>=16.3.0 <16.8.1": ">=16.8.1",
"tinymce@>=6.0.0 <6.7.3": ">=6.7.3",
"sharp@<0.32.6": ">=0.32.6",
"vite@>=4.0.0 <=4.5.1": ">=4.5.2",
"follow-redirects@<1.15.4": ">=1.15.4",
"nodemailer@<=6.9.8": ">=6.9.9",
"undici@<5.26.2": ">=5.26.2",
"axios@>=1.0.0 <1.6.0": ">=1.6.0",
"ip@=2.0.0": ">=2.0.1",
"directus@<=10.8.2": ">=10.8.3",
"sanitize-html@<2.12.1": ">=2.12.1",
"directus@<10.10.0": ">=10.10.0",
"directus@<9.7.0": ">=9.7.0",
"directus@<10.6.0": ">=10.6.0",
"tinymce@<6.8.1": ">=6.8.1",
"tinymce@<7.0.0": ">=7.0.0",
"express@<4.19.2": ">=4.19.2",
"jose@>=3.0.0 <=4.15.4": ">=4.15.5",
"follow-redirects@<=1.15.5": ">=1.15.6",
"@babel/traverse@<7.23.2": ">=7.23.2",
"vite@>=4.0.0 <=4.5.2": ">=4.5.3",
"tar@<6.2.1": ">=6.2.1",
"undici@<5.28.4": ">=5.28.4",
"ejs@<3.1.10": ">=3.1.10",
"undici@<=5.28.2": ">=5.28.3"
}
}
}