-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.84 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
{
"name": "nepa-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"validate-translations": "npx tsx scripts/validate-translations.ts",
"preview": "vite preview",
"test": "playwright test",
"test:unit": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"@stellar/freighter-api": "^6.0.1",
"@stellar/stellar-sdk": "^14.5.0",
"@tailwindcss/vite": "^4.1.18",
"@types/qrcode": "^1.5.6",
"html2pdf.js": "^0.14.0",
"i18next": "^25.10.9",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-icu": "^2.4.4",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7",
"lucide-react": "^0.400.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.6.6",
"react-router-dom": "^7.13.0",
"recharts": "^2.12.0",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@playwright/test": "^1.58.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.5.2",
"@types/html2pdf.js": "^0.10.0",
"@types/node": "^24.12.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"fast-check": "^4.7.0",
"globals": "^16.5.0",
"jsdom": "^24.0.0",
"or": "^0.2.0",
"tailwindcss": "^4.1.18",
"terser": "^5.49.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
"vite": "^8.0.0-beta.13",
"vitest": "^1.3.1"
},
"overrides": {
"vite": "^8.0.0-beta.13"
}
}