forked from smartcontractkit/prediction-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.96 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
{
"name": "prediction-xyz",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write ."
},
"dependencies": {
"@hookform/resolvers": "^3.2.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@rainbow-me/rainbowkit": "^1.0.9",
"@types/react-gtm-module": "^2.0.1",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"ethereum-blockies": "^0.1.1",
"lucide-react": "^0.220.0",
"next": "^13.4.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.45.4",
"react-wrap-balancer": "^0.5.0",
"server-only": "^0.0.1",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"viem": "~1.21.4",
"wagmi": "^1.4.13",
"zod": "^3.22.1"
},
"devDependencies": {
"@chainlink/env-enc": "^1.0.5",
"@svgr/webpack": "^8.0.1",
"@types/ethereum-blockies": "^0.1.0",
"@types/node": "^17.0.31",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@wagmi/cli": "^1.5.2",
"autoprefixer": "^10.4.14",
"encoding": "^0.1.13",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.12.0",
"lokijs": "^1.5.12",
"pino-pretty": "^10.2.0",
"postcss": "^8.4.23",
"prettier": "2.8.8",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4"
}
}