-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 900 Bytes
/
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
{
"name": "frontend-template",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ensdomains/thorin": "^0.6.50",
"@rainbow-me/rainbowkit": "^2.1.7",
"@tanstack/query-core": "^5.59.0",
"@tanstack/react-query": "^5.59.0",
"next": "^14.2.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-transition-state": "1.1.5",
"styled-components": "^6.1.11",
"usehooks-ts": "^2.9.5",
"viem": "^2.21.17",
"wagmi": "^2.12.16"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"prettier": "^3.2.4",
"typescript": "^5.3.3"
}
}