-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "wolf-society",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.16.2",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@everipedia/wagmi-magic-connector": "^1.0.2",
"@hubspot/api-client": "^10.1.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.11.11",
"@rainbow-me/rainbowkit": "^1.0.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/postgres-kysely": "^0.3.0",
"alchemy-sdk": "^2.6.0",
"contentful": "^9.3.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"ethers": "^5",
"gsap": "^3.11.5",
"html-react-parser": "^3.0.12",
"kysely": "^0.24.2",
"markdown-to-jsx": "^7.2.0",
"material-ui-popup-state": "^5.0.8",
"next": "13.2.1",
"notistack": "^3.0.1",
"prism-react-renderer": "^1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-parallax-mouse": "^2.0.1",
"react-scroll-horizontal": "^1.6.6",
"react-scroll-parallax": "^3.3.2",
"sass": "^1.62.1",
"sharp": "^0.32.1",
"typescript": "4.9.5",
"viem": "^0.3.24",
"wagmi": "^1.0.4"
},
"devDependencies": {
"eslint-config-prettier": "^8.6.0",
"prettier": "2.8.4"
}
}