-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.92 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.92 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
{
"name": "new-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@solana/actions": "^1.0.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.94.0",
"@types/leaflet": "^1.9.8",
"@types/nodemailer": "^6.4.14",
"@types/react-youtube": "^7.10.0",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.6.8",
"bigint-buffer": "^1.1.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.24",
"gmail-api-parse-message": "^2.1.2",
"googleapis": "^134.0.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.364.0",
"next": "14.1.4",
"nodemailer": "^6.9.13",
"only-allow": "^1.2.1",
"pino-pretty": "^11.0.0",
"rc-slider": "^10.5.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.3",
"react-leaflet": "^4.2.1",
"react-toastify": "^10.0.5",
"react-youtube": "^10.1.0",
"sharp": "^0.33.3",
"string-sanitizer": "^2.0.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.9.9"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"packageManager": "pnpm@8.15.6+sha1.8105075ad0aa306138be128c017e9c41e28ecffa"
}