forked from thirdweb-dev/js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 4.96 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "@thirdweb-dev/js",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/thirdweb-dev/js",
"author": "thirdweb eng <[email protected]>",
"license": "MIT",
"private": true,
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "pnpm dlx sherif@latest -i @tanstack/react-query -i @coinbase/wallet-sdk -i remark-gfm && turbo run lint",
"lint:legacy": "pnpm lint",
"fix": "pnpm dlx sherif@latest -i @tanstack/react-query -i @coinbase/wallet-sdk -i remark-gfm --fix && turbo run fix",
"wallet-ui": "turbo run dev --filter=./apps/wallet-ui --filter=./packages/thirdweb",
"wallet-ui:build": "turbo run build --filter=./apps/wallet-ui --filter=./packages/thirdweb",
"playground": "turbo run dev --filter=./apps/playground-web --filter=./packages/thirdweb",
"playground:build": "turbo run build --filter=./apps/playground-web",
"portal": "turbo run dev --filter=./apps/portal --filter=./packages/thirdweb",
"portal:build": "turbo run build --filter=./apps/portal",
"dashboard": "turbo run dev --filter=./apps/dashboard --filter=./packages/thirdweb",
"dashboard:build": "turbo run build --filter=./apps/dashboard",
"build:packages": "turbo run build --filter=./packages/*",
"build:legacy_packages": "turbo run build --filter=./legacy_packages/* --filter=!@thirdweb-dev/unity-js-bridge",
"build": "turbo run build --filter=./packages/* --filter=./legacy_packages/* --filter=!@thirdweb-dev/unity-js-bridge --concurrency=1",
"build:release": "pnpm run build --filter=./packages/* --filter=./legacy_packages/* --filter=!@thirdweb-dev/unity-js-bridge --force",
"test": "turbo run test --filter=./packages/*",
"test:legacy": "turbo run test --filter=./legacy_packages/* --filter=!@thirdweb-dev/sdk --filter=!@thirdweb-dev/auth",
"e2e": "turbo run e2e --filter=./packages/*",
"e2e:legacy": "turbo run e2e --filter=./legacy_packages/*",
"bench": "turbo run bench",
"typedoc": "turbo run typedoc",
"generate-snippets": "node ./scripts/generate-snippets/index.mjs",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "node ./scripts/pre-release.mjs && turbo run update-version && pnpm build:release && changeset publish",
"version-packages:nightly": "node scripts/pre-nightly.mjs && changeset version --snapshot nightly",
"release:nightly": "node ./scripts/pre-release.mjs && turbo run update-version && pnpm build && changeset publish --tag nightly",
"push": "turbo run push --filter=./packages/* --filter=./legacy_packages/**",
"hotlink-init": "node ./scripts/hotlink/hotlink-init.mjs",
"hotlink-revert": "node ./scripts/hotlink/hotlink-revert.mjs"
},
"devDependencies": {
"@babel/plugin-transform-flow-strip-types": "^7.24.7",
"@babel/plugin-transform-private-methods": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@biomejs/biome": "1.8.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.6",
"@codspeed/vitest-plugin": "3.1.0",
"@manypkg/cli": "0.21.4",
"@manypkg/get-packages": "2.2.2",
"@playwright/test": "1.44.1",
"@size-limit/preset-big-lib": "11.1.4",
"@types/bun": "1.0.12",
"@types/node": "20.14.9",
"@types/react": "^18.3.3",
"@viem/anvil": "0.0.10",
"@vitest/coverage-v8": "1.6.0",
"dotenv-mono": "1.3.14",
"eslint-plugin-i18next": "^6.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-inclusive-language": "^2.2.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tsdoc": "^0.3.0",
"ethers5": "npm:[email protected]",
"ethers6": "npm:[email protected]",
"knip": "5.23.1",
"mitata": "0.1.11",
"react": "18.3.1",
"rimraf": "5.0.7",
"sharp": "^0.33.4",
"size-limit": "11.1.4",
"turbo": "2.0.12",
"typedoc-gen": "workspace:*",
"typescript": "5.5.4",
"vitest": "1.6.0",
"yalc": "1.0.0-pre.53"
},
"manypkg": {
"defaultBranch": "main"
},
"pnpm": {
"overrides": {
"got@<11.8.5": ">=11.8.5",
"glob-parent@<5.1.2": ">=5.1.2",
"nth-check@<2.0.1": ">=2.0.1",
"socket.io-parser@>=4.0.4 <4.2.3": ">=4.2.3",
"fast-xml-parser@<=4.2.4": ">4.2.4",
"@openzeppelin/contracts@>=4.3.0 <4.9.1": ">=4.9.1",
"@openzeppelin/contracts@>=4.7.0 <4.9.2": ">=4.9.2",
"xml2js@<0.5.0": ">=0.5.0",
"engine.io@>=5.1.0 <6.4.2": ">=6.4.2",
"semver@<7.5.2": ">=7.5.2",
"json5@<1.0.2": ">=1.0.2",
"protobufjs@>=6.10.0 <7.2.4": ">=7.2.4",
"tough-cookie@<4.1.3": ">=4.1.3",
"@ethereumjs/util@<9.0.0": ">=9.0.0",
"axios@<0.28.0": ">=0.28.0",
"@grpc/grpc-js@<1.10.9": "1.10.9",
"braces@<3.0.3": "3.0.3",
"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",
"eslint": "8.57.0",
"@typescript-eslint/typescript-estree": "^7.14.1"
}
},
"packageManager": "[email protected]"
}