-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "next-typescript-chakra-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\""
},
"dependencies": {
"@chakra-ui/icons": "^2.0.8",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@rainbow-me/rainbowkit": "^0.5.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.1.0",
"airtable": "^0.11.4",
"arbundles": "^0.6.21",
"arweave": "^1.11.6",
"date-fns": "^2.29.2",
"ethers": "^5.7.0",
"framer-motion": "^6.2.8",
"googleapis": "^107.0.0",
"javascript-time-ago": "^2.5.7",
"next": "12.1.0",
"next-auth": "4.24.5",
"next-seo": "^5.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-ticker": "^2.1.1",
"react-markdown": "^8.0.3",
"react-slick": "^0.29.0",
"remark-breaks": "^3.0.2",
"siwe": "^1.1.6",
"wagmi": "^0.6.4"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@types/react": "18.0.1",
"@types/react-slick": "^0.23.10",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"typescript": "^4.6.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}