-
-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.75 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.75 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "root",
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"changeset": "changeset",
"prepare": "if test \"$NODE_ENV\" != \"production\" ; then husky ; fi",
"sdk": "pnpm -r --filter=!@logto/*-sample",
"build": "pnpm -r build",
"test": "pnpm -r test"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@commitlint/types": "^19.0.0",
"@jest/types": "^29.5.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.0.0",
"@types/node": "^22.0.0",
"husky": "^9.0.11",
"rollup": "^4.22.4",
"rollup-plugin-summary": "^3.0.0",
"typescript": "^5.3.3"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"pnpm": {
"overrides": {
"esbuild": "^0.25.0",
"micromatch@<4.0.8": "^4.0.8",
"cookie@<0.7.0": "^0.7.0",
"path-to-regexp@<0.1.13": "^0.1.13",
"on-headers@<1.1.0": "^1.1.0",
"tmp@<=0.2.3": "^0.2.4",
"send@<0.19.0": "^0.19.0",
"valibot@>=0.31.0 <1.2.0": "^1.2.0",
"@remix-run/server-runtime@<=2.17.2": "^2.17.3",
"@remix-run/router@<=1.23.1": "^1.23.2",
"react-router@>=6.0.0 <6.30.2": "^6.30.2",
"@react-router/node@>=7.0.0 <=7.9.3": "^7.9.4",
"qs@>=6.7.0 <=6.14.1": "^6.14.2",
"minimatch@>=9.0.0 <9.0.7": "^9.0.7",
"serialize-javascript@<=7.0.2": "^7.0.3",
"qs@<6.14.1": "^6.14.1",
"svgo@=4.0.0": "^4.0.1",
"svgo@>=3.0.0 <3.3.3": "^3.3.3",
"immutable@>=5.0.0 <5.1.5": "^5.1.5",
"tar@<=7.5.10": "^7.5.11",
"simple-git@>=3.15.0 <3.32.3": "^3.32.3",
"devalue@<5.6.4": "^5.6.4",
"unhead@<=2.1.10": "^2.1.11",
"flatted@<=3.4.1": "^3.4.2",
"undici@<6.24.0": "^6.24.0",
"@angular/core@>=20.0.0-next.0.0.0 <20.3.18": "^20.3.18",
"h3@<1.15.9": "^1.15.9",
"next@>=9.5.0 <15.5.13": "^15.5.13",
"next@>=10.0.0 <15.5.14": "^15.5.14",
"brace-expansion@<1.1.13": "^1.1.13",
"brace-expansion@>=2.0.0 <2.0.3": "^2.0.3",
"brace-expansion@>=4.0.0 <5.0.5": "^5.0.5",
"node-forge@<1.4.0": "^1.4.0",
"picomatch@<2.3.2": "^2.3.2",
"picomatch@>=4.0.0 <4.0.4": "^4.0.4",
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
"happy-dom@<20.8.9": "^20.8.9",
"happy-dom@>=15.10.0 <=20.8.7": "^20.8.8",
"serialize-javascript@<7.0.5": "^7.0.5",
"lodash-es@<=4.17.23": "^4.18.0",
"lodash@<=4.17.23": "^4.18.0",
"@xmldom/xmldom@<0.8.12": "^0.8.12",
"defu@<=6.1.4": "^6.1.5",
"vite@<=6.4.1": "^6.4.2",
"vite@>=7.0.0 <=7.3.1": "^7.3.2"
},
"peerDependencyRules": {
"allowedVersions": {
"typescript": "^5.0.0"
}
}
}
}