-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.56 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
{
"name": "next-web3-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@headlessui/react": "^1.7.13",
"@hubspot/api-client": "^8.9.0",
"@next/font": "13.1.6",
"@rainbow-me/rainbowkit": "^0.11.0",
"@tailwindcss/forms": "^0.5.3",
"@ukstv/jazzicon-react": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"classnames": "^2.3.2",
"eslint-config-next": "13.1.6",
"next": "13.1.6",
"next-auth": "^4.19.2",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.7.1",
"react-overlap": "^0.0.10",
"react-twitter-embed": "^4.0.4",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0",
"typescript": "4.9.5",
"wagmi": "^0.11.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/next-auth": "^3.15.0",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-tailwindcss": "^3.9.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.7"
}
}