-
Notifications
You must be signed in to change notification settings - Fork 122
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.63 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run --coverage --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests"
},
"dependencies": {
"@radix-ui/react-popover": "^1.1.23",
"@radix-ui/react-slot": "^1.2.5",
"@stellar/freighter-api": "^2.0.0",
"@stellar/stellar-sdk": "^13.3.0",
"@tanstack/react-query": "^5.101.0",
"@tanstack/react-virtual": "^3.14.8",
"@trusttrove/sdk": "workspace:*",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"dotenv": "^16.4.5",
"framer-motion": "^13.2.0",
"lucide-react": "^1.17.0",
"next": "14.2.35",
"react": "^18",
"react-day-picker": "^10.0.1",
"react-dom": "^18",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^6.0.3",
"@vitest/coverage-v8": "^4.1.9",
"axe-core": "^4.13.0",
"eslint": "^8",
"eslint-config-next": "14.2.35",
"jsdom": "^29.1.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vite": "^8.1.0",
"vitest": "^4.1.9",
"vitest-axe": "^0.1.0"
}
}