-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.87 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
{
"name": "split-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.4",
"@sentry/nextjs": "^10.62.0",
"@stellar-split/sdk": "^0.1.0",
"@stellar/freighter-api": "^3.0.0",
"@stellar/stellar-sdk": "^16.1.0",
"@tanstack/react-query": "5.80.7",
"@types/canvas-confetti": "1.6.4",
"canvas-confetti": "1.9.3",
"exceljs": "^4.4.0",
"html2canvas": "^1.4.1",
"idb": "^8.0.3",
"immer": "^11.1.8",
"lucide-react": "^1.27.0",
"next": "14.2.3",
"otplib": "^13.4.1",
"qrcode": "^1.5.4",
"qrcode.react": "4.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-markdown": "^10.1.0",
"recharts": "^2.12.7",
"remark-gfm": "^4.0.1",
"swr": "^2.4.2",
"web-push": "^3.6.7",
"zod": "^3.23.0",
"zustand": "^5.0.14"
},
"overrides": {
"glob": "^10.4.5"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@next/bundle-analyzer": "^14.2.3",
"@playwright/test": "^1.40.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.5.0",
"@types/node": "^20.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/web-push": "^3.6.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.4.0",
"axe-core": "^4.12.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"fake-indexeddb": "^6.2.5",
"jsdom": "^29.1.1",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.0",
"vitest": "^4.1.9"
}
}