generated from BlossomLabs/web3-turbo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.12 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 3.12 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
87
88
89
90
91
92
93
94
95
{
"name": "gardens-v2",
"version": "0.0.1",
"private": true,
"workspaces": [
"apps/*",
"pkg/*"
],
"scripts": {
"build": "turbo run build --cache-dir=.turbo",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"test": "turbo run test",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"build:docs": "turbo run build --filter=docs..."
},
"devDependencies": {
"eslint-config-custom": "workspace:*",
"node-gyp-build": "^4.8.4",
"prettier": "latest",
"turbo": "^1.7.4"
},
"engines": {
"node": ">=18.17.0"
},
"resolutions": {
"@typescript-eslint/parser": "6.18.2-alpha.2"
},
"packageManager": "pnpm@8.14.0",
"pnpm": {
"overrides": {
"axios": "1.13.2",
"@pinata/sdk>axios": "1.13.2",
"binary-install-raw>axios": "1.13.2",
"apisauce>axios": "1.13.2",
"@graphprotocol/graph-cli>axios": "1.13.2",
"axios@1.7.9": "npm:axios@1.13.2",
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
"ejs@<3.1.10": ">=3.1.10",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"micromatch@<4.0.8": ">=4.0.8",
"dset@<3.1.4": ">=3.1.4",
"secp256k1@>=4.0.0 <4.0.4": ">=4.0.4",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"undici@>=4.5.0 <5.28.5": ">=5.28.5",
"parse-duration@<2.1.3": ">=2.1.3",
"esbuild": "0.16.10",
"elliptic@<=6.6.0": ">=6.6.1",
"cookie@<0.7.0": ">=0.7.0",
"@babel/runtime@<7.26.10": ">=7.26.10",
"@babel/helpers@<7.26.10": ">=7.26.10",
"undici@<5.29.0": ">=5.29.0",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
"pbkdf2@<=3.1.2": ">=3.1.3",
"pbkdf2@>=3.0.10 <=3.1.2": ">=3.1.3",
"axios@<0.30.2": ">=0.30.2",
"axios@>=1.0.0 <1.12.0": ">=1.12.0",
"axios@<1.12.0": ">=1.12.0",
"tar-fs@<1.16.6": ">=1.16.6",
"sha.js@<=2.4.11": ">=2.4.12",
"cipher-base@<=1.0.4": ">=1.0.5",
"tmp@<=0.2.3": ">=0.2.4",
"form-data@>=4.0.0 <4.0.4": ">=4.0.4",
"form-data@<2.5.4": ">=2.5.4",
"nanoid@<3.3.8": ">=3.3.8",
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"js-yaml@<3.14.2": ">=3.14.2",
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
"glob": "11.1.0",
"node-gyp>glob": "11.1.0",
"rimraf>glob": "11.1.0",
"cacache>glob": "11.1.0",
"glob@11.0.3": "npm:glob@11.1.0",
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
"glob@>=11.0.0 <11.1.0": ">=11.1.0",
"node-forge@<1.3.2": ">=1.3.2",
"@sentry/node-core@>=10.11.0 <10.27.0": ">=10.27.0",
"@sentry/nextjs@>=10.11.0 <10.27.0": ">=10.27.0",
"@sentry/node@>=10.11.0 <10.27.0": ">=10.27.0",
"axios@<0.30.0": ">=0.30.0",
"axios@>=1.0.0 <1.8.2": ">=1.8.2",
"elliptic@<6.6.0": ">=6.6.0",
"elliptic@<6.5.6": ">=6.5.6",
"serialize-javascript@>=6.0.0 <6.0.2": ">=6.0.2",
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
"next@>=13.3.0 <14.2.34": ">=14.2.34",
"base-x": "3.0.9",
"tar@<7.5.7": ">=7.5.7"
}
}
}