-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.63 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.63 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
{
"name": "@logto/rn-root",
"version": "0.1.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.1",
"@commitlint/types": "^18.6.1",
"husky": "^9.0.11"
},
"engines": {
"pnpm": "^9 || ^10.0.0"
},
"pnpm": {
"overrides": {
"@babel/helpers@<7.27.0": "^7.27.0",
"@babel/runtime@<7.27.0": "^7.27.0",
"cross-spawn@<6.0.6": "^6.0.6",
"esbuild@<0.25.0": "^0.25.0",
"image-size@>=1.1.0 <1.2.1": "^1.2.1",
"nanoid@<3.3.8": "^3.3.8",
"send@<0.19.0": "^0.19.0",
"vite@>=5.0.0 <5.4.12": "^5.4.12",
"ws@>=6.0.0 <6.2.3": "^6.2.3",
"ws@>=7.0.0 <7.5.10": "^7.5.10",
"form-data@>=3.0.0 <3.0.4": "^3.0.4",
"vite@>=5.0.0 <=5.4.18": "^5.4.19",
"brace-expansion@>=1.0.0 <=1.1.11": "^1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": "^2.0.2",
"on-headers@<1.1.0": "^1.1.0",
"vite@<=5.4.20": "^5.4.21",
"js-yaml@<3.14.2": "^3.14.2",
"js-yaml@>=4.0.0 <4.1.1": "^4.1.1",
"glob@>=10.2.0 <10.5.0": "^10.5.0",
"node-forge@<1.3.2": "^1.3.2",
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
"undici@<6.23.0": ">=6.23.0",
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
"tar@<7.5.8": ">=7.5.8",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"@eslint/eslintrc@2.1.4>ajv": "6.12.6",
"eslint@8.57.1>ajv": "6.12.6",
"minimatch@<3.1.3": "3.1.3",
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
}
}
}