-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.14 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
{
"name": "gib",
"version": "0.0.2",
"private": false,
"homepage": "./",
"scripts": {
"dev": "next",
"dev:ts": "tsc --watch",
"start": "tsc && next build && next start",
"build": "tsc && next build",
"export": "tsc && next build && next export -o ipfs",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@ensdomains/ensjs": "^3.0.0-alpha.62",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@headlessui/react": "^1.7.17",
"@metamask/jazzicon": "^2.0.0",
"@radix-ui/react-select": "^2.0.0",
"@react-hookz/web": "^23.1.0",
"@tailwindcss/forms": "^0.5.7",
"@vercel/og": "^0.5.4",
"@vercel/postgres": "^0.1.3",
"@wagmi/core": "^1.4.7",
"@yearn-finance/web-lib": "^3.0.79",
"axios": "^1.3.4",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.9",
"graphql-request": "^6.1.0",
"next": "^14.0.3",
"next-pwa": "^5.6.0",
"next-seo": "^6.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.2",
"react-flip-move": "^3.0.5",
"swr": "^2.2.4",
"tailwindcss": "^3.3.5",
"telegraf": "^4.15.2",
"viem": "^1.19.11",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@types/node": "^20.10.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-brackets": "^0.1.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"next-transpile-modules": "^10.0.1",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
"sass": "^1.69.5",
"sharp": "^0.33.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.2"
}
}