forked from hoodieshq/token-upgrade-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.83 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
{
"name": "token-upgrade-ui",
"version": "1.2.0",
"private": true,
"description": "",
"keywords": [
"solana",
"token extensions"
],
"license": "Apache-2.0",
"author": "",
"scripts": {
"build": "turbo run build",
"build-sb": "turbo run build-sb",
"changeset": "changeset",
"dev": "turbo run dev",
"docs": "mdbook serve docs --open",
"lint": "turbo run lint",
"playground": "turbo run storybook",
"test": "manypkg check && turbo run test"
},
"dependencies": {
"@changesets/cli": "^2.27.1",
"@manypkg/cli": "^0.21.4",
"@solana/token-upgrade-ui": "workspace:^1.2.0",
"playwright": "^1.42.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"turbo": "^1.13.2"
},
"packageManager": "[email protected]",
"pnpm": {
"allowedDeprecatedVersions": {
"@toruslabs/openlogin-jrpc": "3.2",
"@toruslabs/openlogin-utils": "3",
"@walletconnect/mobile-registry": "1.4",
"@walletconnect/qrcode-modal": "1.8",
"@walletconnect/types": "1.8"
},
"overrides": {
"axios@>=1.3.2 <=1.7.3": ">=1.7.4",
"braces@<3.0.3": ">=3.0.3",
"bs58@^4.0.1": ">=5.0.0",
"ejs@<3.1.10": ">=3.1.10",
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
"express@<4.19.2": ">=4.19.2",
"fast-xml-parser@<4.4.1": ">=4.4.1",
"micromatch@<4.0.8": ">=4.0.8",
"next@>=13.4.0 <14.1.1": ">=14.1.1",
"react@^16.8.4": ">=18.2.0",
"react-dom@^16.8.4": ">=18.2.0",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"tar@<6.2.1": ">=6.2.1",
"webpack@<5.94.0": ">=5.94.0",
"webpack-dev-middleware@>=6.0.0 <6.1.2": ">=6.1.2",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"ws@>=6.0.0 <6.2.3": ">=6.2.3"
}
}
}