-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.37 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": "trustlesswork-backoffice",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@creit-tech/stellar-wallets-kit": "npm:@jsr/creit-tech__stellar-wallets-kit@^2.4.0",
"@hookform/resolvers": "^5.4.0",
"@icons-pack/react-simple-icons": "^13.13.0",
"@number-flow/react": "^0.6.0",
"@tanstack/react-query": "^5.101.1",
"@tanstack/react-query-devtools": "^5.101.1",
"@tanstack/react-table": "^8.21.3",
"@trustless-work/blocks": "^1.2.5",
"@visx/curve": "4.0.1-alpha.0",
"@visx/event": "4.0.1-alpha.0",
"@visx/gradient": "4.0.1-alpha.0",
"@visx/grid": "4.0.1-alpha.0",
"@visx/responsive": "4.0.1-alpha.0",
"@visx/scale": "4.0.1-alpha.0",
"@visx/shape": "4.0.1-alpha.0",
"axios": "^1.18.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"d3-array": "^3.2.4",
"date-fns": "^4.4.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.41.0",
"input-otp": "^1.4.2",
"iron-session": "^8.0.4",
"lucide-react": "^1.21.0",
"motion": "^12.41.0",
"next": "16.2.9",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.0",
"react": "19.2.4",
"react-day-picker": "^10.0.1",
"react-dom": "19.2.4",
"react-hook-form": "^7.80.0",
"react-resizable-panels": "^4.11.2",
"react-syntax-highlighter": "^16.1.1",
"recharts": "3.8.0",
"shadcn": "^4.11.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^3.25.76"
},
"pnpm": {
"onlyBuiltDependencies": [
"@reown/appkit",
"@stellar/stellar-sdk",
"blake-hash",
"bufferutil",
"protobufjs",
"secp256k1",
"sharp",
"tiny-secp256k1",
"unrs-resolver",
"usb",
"utf-8-validate"
],
"ignoredBuiltDependencies": ["sharp", "unrs-resolver"]
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/d3-array": "^3.2.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"tailwindcss": "^4",
"typescript": "^5"
}
}