forked from Invoice-Liquidity-Network/ILN-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.98 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.98 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@stellar/freighter-api": "^6.0.1",
"@stellar/stellar-sdk": "^15.0.1",
"@tanstack/react-query": "^5.100.5",
"@types/papaparse": "^5.5.2",
"@types/qrcode": "^1.5.6",
"i18next": "^26.0.8",
"i18next-browser-languagedetector": "^8.2.1",
"jspdf": "^4.2.1",
"lucide-react": "^1.16.0",
"next": "16.2.4",
"next-pwa": "^5.6.0",
"papaparse": "^5.5.3",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-i18next": "^17.0.4",
"react-joyride": "^3.1.0",
"recharts": "^2.15.0",
"sonner": "^2.0.7"
},
"devDependencies": {
"@storybook/react": "^10.4.1",
"@storybook/react-vite": "^10.4.1",
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^20",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"chromatic": "^17.1.0",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"jest-axe": "^10.0.0",
"jsdom": "^29.0.2",
"storybook": "^10.4.1",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.5",
"@storybook/nextjs-vite": "^10.4.1",
"@chromatic-com/storybook": "^5.2.1",
"@storybook/addon-vitest": "^10.4.1",
"@storybook/addon-a11y": "^10.4.1",
"@storybook/addon-docs": "^10.4.1",
"@storybook/addon-mcp": "^0.6.0",
"vite": "^8.0.14",
"eslint-plugin-storybook": "^10.4.1",
"playwright": "^1.60.0",
"@vitest/browser-playwright": "^4.1.5",
"@vitest/coverage-v8": "^4.1.5"
}
}