-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.48 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "velo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"dev:fast": "NODE_OPTIONS='--max-old-space-size=4096' next dev --turbo",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint --cache",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@hugeicons/core-free-icons": "^1.0.17",
"@hugeicons/react": "^1.1.1",
"@privy-io/react-auth": "^2.25.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@solana/web3.js": "^1.98.4",
"@starknet-react/chains": "^4.0.4",
"@starknet-react/core": "^4.0.4",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"alchemy-sdk": "^3.6.3",
"autoswap-sdk": "^1.0.2",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.2",
"bip32": "^5.0.0-rc.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.7",
"chroma-js": "^3.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^17.2.2",
"ed25519-hd-key": "^1.3.0",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^6.15.0",
"framer-motion": "^12.23.12",
"graphql-request": "^7.2.0",
"heroicon": "^0.0.2",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.542.0",
"next": "15.5.9",
"next-auth": "^4.22.1",
"next-theme": "^0.1.5",
"nodemailer": "^7.0.10",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.6.0",
"slugify": "^1.6.6",
"sonner": "^2.0.7",
"starknet": "7.6.4",
"tailwind-merge": "^3.3.1",
"tiny-secp256k1": "^2.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^6.0.0",
"@types/chroma-js": "^3.1.2",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20",
"@types/nodemailer": "^7.0.3",
"@types/qrcode": "^1.5.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/tiny-secp256k1": "^2.0.0",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"nodemon": "^3.1.10",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2"
}
}