-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "avs-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "2.4.8",
"@rainbow-me/rainbowkit": "^2.1.4",
"@t3-oss/env-nextjs": "0.11.1",
"@tabler/icons-react": "3.21.0",
"@tanstack/react-query": "5.59.16",
"framer-motion": "11.11.10",
"geist": "1.3.1",
"iron-session": "8.0.3",
"jose": "5.9.6",
"next": "15.0.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-syntax-highlighter": "15.6.1",
"recharts": "2.13.0",
"sonner": "1.5.0",
"viem": "2.21.35",
"wagmi": "2.12.25",
"zod": "3.23.8"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "5.59.7",
"@types/node": "22.8.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-syntax-highlighter": "15.5.13",
"eslint": "9.13.0",
"eslint-config-next": "15.0.1",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}