-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 5.01 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "burner",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "rm -rf .next && next build --no-lint",
"check": "yarn format && yarn lint && yarn stylelint",
"dev": "next dev",
"format": "prettier --log-level warn --write .",
"format:check": "prettier --check .",
"lint": "next lint --fix",
"lint:check": "next lint",
"start": "next start",
"stylelint": "stylelint '**/*.css' --fix",
"stylelint:check": "stylelint '**/*.css'",
"test": "jest .",
"test:coverage": "jest . --coverage",
"test:coverage:open": "yarn test:coverage && open coverage/lcov-report/index.html"
},
"dependencies": {
"@arx-research/libhalo": "^1.2.30",
"@biconomy/account": "^4.5.7",
"@biconomy/sdk": "^0.0.10",
"@coinbase/onchainkit": "0.16.10",
"@coinbase/wallet-sdk": "4.0.2",
"@farcaster/hub-nodejs": "^0.11.9",
"@gatefi/js-sdk": "^0.18.0",
"@internationalized/date": "^3.5.4",
"@nextui-org/button": "^2.0.33",
"@nextui-org/date-picker": "^2.1.1",
"@nextui-org/dropdown": "^2.1.25",
"@nextui-org/input": "^2.2.1",
"@nextui-org/react": "^2.4.1",
"@nextui-org/select": "^2.2.7",
"@nextui-org/snippet": "^2.0.37",
"@nextui-org/system": "^2.2.1",
"@nextui-org/theme": "^2.2.5",
"@privy-io/react-auth": "^1.56.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@rainbow-me/rainbowkit": "2",
"@react-spring/web": "^9.7.3",
"@rhinestone/module-sdk": "^0.1.28",
"@sentry/nextjs": "^8.26.0",
"@tanstack/react-query": "^5.20.1",
"@zerodev/ecdsa-validator": "^5.3.3",
"@zerodev/passkey-validator": "^5.4.2",
"@zerodev/sdk": "^5.3.26",
"@zerodev/wallet": "^0.1.1",
"@zerodev/webauthn-key": "^5.3.3",
"abitype": "^0.10.3",
"axios": "^1.7.7",
"clipboard-copy": "^4.0.1",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"dompurify": "^3.1.4",
"firebase": "^10.12.2",
"firebase-admin": "^12.1.1",
"framer-motion": "^11.11.17",
"graphql": "14",
"graphql-request": "6",
"local-storage-fallback": "^4.1.2",
"lucide-react": "^0.379.0",
"moment": "^2.30.1",
"net": "^1.0.2",
"next": "13.5.6",
"next-pwa": "5.6.0",
"next-themes": "^0.3.0",
"perfume.js": "9.2.0",
"permissionless": "^0.1.44",
"pino-pretty": "^10.3.1",
"prettier-plugin-solidity": "^1.3.1",
"query-string": "^9.0.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-remove-scroll": "^2.5.7",
"react-spinners": "^0.13.8",
"rehype-pretty-code": "0.12.3",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"scroll-into-view-if-needed": "^3.1.0",
"shikiji": "^0.9.17",
"shikiji-core": "^0.9.17",
"unified": "^11.0.4",
"viem": "2.17.x",
"workbox-webpack-plugin": "^7.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/babel__preset-env": "^7",
"@types/dompurify": "^3",
"@types/identity-obj-proxy": "^3",
"@types/jest": "^29.5.10",
"@types/minipass": "^3.3.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@typescript-eslint/type-utils": "^5.54.1",
"@typescript-eslint/types": "^5.54.1",
"@typescript-eslint/utils": "^5.54.1",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.7.0",
"eslint": "^8.27.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^8.5.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.1.4",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-perf": "^3.3.1",
"eslint-plugin-relay": "^1.8.3",
"eslint-plugin-simple-import-sort": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"postcss": "^8.4.32",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.9",
"stylelint": "^16.0.2",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^35.0.0",
"stylelint-order": "^6.0.4",
"tailwindcss": "^3.4.0",
"ts-jest": "^29.1.1",
"typescript": "~5.3.3"
},
"packageManager": "[email protected]",
"resolutions": {
"@coinbase/wallet-sdk": "npm:@coinbase/[email protected]"
}
}