-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.66 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
{
"name": "next-dapp-starter-kit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"graphql": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@duneanalytics/client-sdk": "^0.2.1",
"@fvictorio/newton-raphson-method": "^1.0.5",
"@lifi/widget": "^3.7.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@swapr/ui": "^0.1.42",
"@tanstack/react-query": "^5.36.2",
"@types/react-syntax-highlighter": "^15.5.13",
"big.js": "^6.2.1",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.0",
"connectkit": "^1.7.2",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"eventemitter3": "^5.0.1",
"fathom-client": "^3.7.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"next": "14.1.3",
"next-themes": "^0.3.0",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.7",
"tailwind-merge": "^2.5.2",
"viem": "2.x",
"wagmi": "^2.5.7"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.6",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@types/big.js": "^6.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}