-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "cakkie",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4008",
"build": "next build",
"start": "next start -p 4008",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@solana/pay": "^0.2.5",
"@solana/web3.js": "^1.95.3",
"axios": "^1.6.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "^0.341.0",
"nanoid": "^5.0.6",
"next": "14.0.3",
"next-share": "^0.27.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-select": "^5.8.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}