-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
114 lines (114 loc) · 3.46 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "iq-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --port 8000",
"build": "next build",
"start": "next start",
"format": "biome format . --write",
"lint": "biome check . --apply",
"lint:fix": "yarn lint --apply",
"export": "next export",
"gen:theme-typings": "chakra-cli tokens ./src/theme/index.ts",
"postinstall": "yarn gen:theme-typings",
"prepare": "husky install",
"test": "echo \"Next-app tests\"",
"env:prod": "vercel env pull --environment=Production",
"env:dev": "vercel env pull --environment=Development"
},
"dependencies": {
"@chakra-ui/color-mode": "^2.0.4",
"@chakra-ui/icon": "^3.0.2",
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/layout": "^2.1.3",
"@chakra-ui/react": "^2.2.1",
"@chakra-ui/react-utils": "^2.0.1",
"@chakra-ui/system": "^2.5.1",
"@chakra-ui/theme-tools": "^2.0.2",
"@chakra-ui/toast": "^2.1.0",
"@chakra-ui/utils": "^2.0.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@ensdomains/ens-avatar": "^0.1.6",
"@everipedia/wagmi-magic-connector": "^1.0.0",
"@metamask/detect-provider": "^1.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@reduxjs/toolkit": "^1.8.3",
"@rtk-query/graphql-request-base-query": "^2.1.0",
"@tanstack/react-table": "^8.20.5",
"@types/uuid": "^8.3.4",
"@zag-js/react": "^0.1.9",
"@zag-js/tags-input": "^0.2.0",
"alchemy-sdk": "^2.0.4",
"axios": "^0.27.2",
"boring-avatars": "^1.7.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^2.28.0",
"debounce": "^1.2.1",
"embla-carousel-autoplay": "^8.0.0-rc03",
"embla-carousel-react": "^8.0.0-rc03",
"encoding": "^0.1.13",
"eos-common": "^0.11.0",
"eosjs": "^22.1.0",
"ethers": "^5.6.9",
"framer-motion": "^6",
"graphql": "^16.5.0",
"graphql-request": "^6.1.0",
"humanize-plus": "^1.8.2",
"lodash": "^4.17.21",
"lucide-react": "^0.456.0",
"next": "^13.2.3",
"next-intl": "^3.26.3",
"next-redux-wrapper": "^7.0.5",
"next-seo": "^5.5.0",
"nextjs-progressbar": "^0.0.14",
"posthog-js": "1.186.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.17.4",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-slick": "^0.29.0",
"react-table": "^7.8.0",
"recharts": "2.1.12",
"regenerator-runtime": "^0.13.11",
"short-number": "^1.0.7",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"ual-anchor": "^1.3.0",
"ual-reactjs-renderer": "^0.3.1",
"universal-authenticator-library": "^0.3.0",
"uuid": "^8.3.2",
"viem": "^1.2.5",
"wagmi": "^1.3.3"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/runtime": "^7.21.0",
"@biomejs/biome": "1.1.2",
"@chakra-ui/cli": "^2.1.0",
"@types/humanize-plus": "^1.8.0",
"@types/node": "18.0.1",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-slick": "^0.23.10",
"@types/react-table": "^7.7.12",
"autoprefixer": "^10.4.20",
"husky": "^8.0.1",
"postcss": "^8.4.49",
"rome": "12.0.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=20",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"packageManager": "[email protected]"
}