-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 1.86 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": "airswap-voter-rewards",
"version": "0.1.0",
"private": true,
"homepage": ".",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --ext .js,.ts,.tsx . && yarn tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/dm-mono": "^5.0.14",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@react-hooks-library/core": "^0.5.1",
"@react-hookz/web": "^23.1.0",
"@tanstack/react-query": "4.32.0",
"axios": "^1.5.1",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.4",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"merkletreejs": "^0.3.10",
"react": "^18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.14",
"truncate-eth-address": "^1.0.2",
"viem": "^1.15.0",
"wagmi": "^1.4.3",
"zustand": "^4.4.2"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^4.32.0",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@types/react-blockies": "^1.4.2",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react-swc": "^3.4.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"express": "^4.18.2",
"postcss": "^8.4.31",
"prettier": "3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"engines": {
"node": "16.15.1"
},
"volta": {
"node": "16.15.1"
}
}