-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.19 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
{
"name": "stellarpay402",
"version": "0.1.0",
"private": true,
"bin": {
"stellarpay402": "./cli/index.mjs"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "jest"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",
"@react-three/fiber": "^9.5.0",
"@stellar/stellar-sdk": "^15.0.1",
"@x402/core": "^2.9.0",
"@x402/stellar": "^2.9.0",
"better-auth": "^1.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.10",
"drizzle-orm": "^0.45.2",
"framer-motion": "^12.38.0",
"lucide-react": "^1.7.0",
"nanoid": "^5.1.7",
"next": "16.2.2",
"postgres": "^3.4.9",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.5.0",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.183.1",
"eslint": "^9",
"eslint-config-next": "16.2.2",
"jest": "^30.3.0",
"tailwindcss": "^4",
"ts-jest": "^29.4.9",
"typescript": "^5"
}
}