forked from Samuel1-ona/hunty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.21 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
{
"name": "hunty",
"version": "0.1.0",
"private": true,
"description": "Cross-platform scavenger hunt dApp using Next.js, Expo, IPFS, and Stellar/Soroban.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest --run",
"test:watch": "vitest",
"e2e": "playwright test",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-collection": "^1.1.7",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@stellar/freighter-api": "^6.0.1",
"@stellar/stellar-sdk": "^14.5.0",
"@tailwindcss/vite": "^4.1.10",
"@tanstack/react-query": "^5.95.2",
"@tanstack/react-virtual": "^3.14.2",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.19.1",
"html2canvas": "^1.4.1",
"lottie-react": "^2.4.1",
"lucide-react": "^0.522.0",
"next": "15.3.4",
"next-themes": "^0.4.6",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.72.0",
"react-joyride": "^3.0.0",
"resend": "^6.9.4",
"sonner": "^2.0.7",
"soroban-client": "^0.11.0",
"tailwind-merge": "^3.3.1",
"zod": "^4.3.6",
"zustand": "^5.0.12"
,"isomorphic-dompurify": "^2.2.0",
"rehype-sanitize": "^5.0.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.11.1",
"@eslint/eslintrc": "^3",
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/coverage-v8": "^4.1.1",
"@vitest/ui": "^4.0.18",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"eslint-plugin-jsx-a11y": "^6.10.2",
"jsdom": "^28.1.0",
"pnpm": "^10.33.0",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.3.4",
"typescript": "^5",
"vitest": "^4.0.18"
}
}