-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "kaching",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/inter": "^4.5.15",
"@hookform/error-message": "^2.0.1",
"@next/font": "13.0.3",
"@rainbow-me/rainbowkit": "^0.8.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@usekeyp/js-sdk": "^0.1.7",
"@usekeyp/ui-kit": "^0.1.8-staging.1",
"alchemy-sdk": "^2.8.0",
"autoprefixer": "^10.4.14",
"axios": "^1.2.3",
"cheerio": "^1.0.0-rc.12",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"ethers": "^5.7.1",
"framer-motion": "^10.0.1",
"graphql": "^16.6.0",
"next": "13.0.3",
"next-auth": "^4.19.2",
"nodemailer": "^6.9.1",
"postcss": "^8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.3",
"react-icons": "^4.7.1",
"react-sparkle": "^2.0.0",
"react-step-wizard": "^5.3.11",
"react-type-animation": "^3.0.1",
"typescript": "4.9.4",
"urql": "^3.0.3",
"wagmi": "^0.10.11"
},
"devDependencies": {
"tailwindcss": "^3.3.2"
}
}