-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "kaching",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"tailwindcss": "tailwindcss -i ./styles/globals.css -o ./dist/output.css --watch -c tailwind.config.js",
"lint": "next lint"
},
"dependencies": {
"@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.2.0",
"@prisma/client": "^4.14.0",
"@rainbow-me/rainbowkit": "^0.8.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@usekeyp/ui-kit": "^0.1.6",
"axios": "^1.2.3",
"cheerio": "^1.0.0-rc.12",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"ethers": "^5.7.2",
"framer-motion": "^10.0.1",
"graphql": "^16.6.0",
"next": "13.0.3",
"next-auth": "^4.19.2",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.3",
"react-icons": "^4.7.1",
"react-tooltip": "^5.11.2",
"typescript": "4.9.4",
"urql": "^3.0.3",
"wagmi": "^0.10.11"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"prisma": "^4.14.0",
"tailwindcss": "^3.3.2"
}
}