-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.88 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.88 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "simpl",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "prisma generate"
},
"dependencies": {
"@headlessui/react": "^1.7.8",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.14",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "^13.1.6",
"@prisma/client": "^4.9.0",
"@rainbow-me/rainbowkit": "^0.8.1",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.1.5",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^4.24.2",
"@trpc/client": "10.9.0",
"@trpc/next": "10.9.0",
"@trpc/react-query": "10.9.0",
"@trpc/server": "10.9.0",
"antd": "^5.1.6",
"class-variance-authority": "^0.4.0",
"ethers": "^5.7.2",
"framer-motion": "^8.5.4",
"lodash.merge": "^4.6.2",
"next": "13.1.6",
"next-auth": "^4.19.0",
"react": "18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.3",
"react-hot-toast": "^2.4.0",
"sharp": "^0.31.3",
"siwe": "^2.1.3",
"superjson": "^1.12.2",
"swiper": "^8.4.7",
"use-debounce": "^9.0.3",
"wagmi": "^0.11.0",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.7",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/swiper": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"autoprefixer": "^10.4.13",
"eslint": "8.30.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"prisma": "^4.9.0",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
},
"ct3aMetadata": {
"initVersion": "6.7.0"
}
}