forked from BETAIL-BOYS/TradeFlow-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "tradeflow-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --no-lint",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^1.2.0",
"@hookform/resolvers": "^5.2.2",
"@pinata/sdk": "^2.1.0",
"@sentry/nextjs": "^8.0.0",
"@stellar/freighter-api": "^1.7.1",
"@tailwindcss/postcss": "^4.0.0",
"clsx": "^2.1.1",
"lightweight-charts": "^5.1.0",
"lucide-react": "^0.300.0",
"next": "^14.2.35",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.71.2",
"react-hot-toast": "^2.6.0",
"recharts": "^3.7.0",
"soroban-client": "^1.0.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.0.0",
"zod": "^4.3.6",
"zustand": "^5.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/react": "^18",
"typescript": "^5"
}
}