-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.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
{
"dependencies": {
"@dynamic-labs/ethereum": "^0.19.2",
"@dynamic-labs/sdk-react-core": "^0.19.2",
"@dynamic-labs/wagmi-connector": "^0.19.2",
"@ensdomains/ensjs": "3.0.0-beta.10",
"minidenticons": "^4.2.0",
"next": "^14.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-external-link": "^2.2.0",
"use-debounce": "^10.0.0",
"viem": "^1.19.3",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@eslint/js": "^8.54.0",
"@fleekxyz/cli": "^0.7.2",
"@stylistic/eslint-plugin": "^1.4.1",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.0.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint -c eslint.config.js"
},
"type": "module"
}