forked from JSE-ORG/trust-link-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "trustlink-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test:e2e": "playwright test",
"test": "vitest run",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@stellar/freighter-api": "^6.0.1",
"i18next": "^26.3.0",
"jwt-decode": "^4.0.0",
"lucide-react": "^1.16.0",
"next": "16.2.6",
"qrcode.react": "^4.2.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-i18next": "^17.0.8",
"sonner": "^2.0.7",
"swr": "^2.4.1"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@storybook/addon-essentials": "^8.6.18",
"@storybook/addon-interactions": "^8.6.18",
"@storybook/react-vite": "^8.6.18",
"@storybook/testing-library": "^0.1.0",
"@tailwindcss/postcss": "^4",
"@playwright/test": "^1.51.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react-swc": "^4.3.1",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"jsdom": "^29.1.1",
"tailwindcss": "^4",
"tsconfig-paths": "^4.0.0",
"typescript": "^5",
"vite-tsconfig-paths": "^4.0.0",
"vitest": "^4.1.7"
}
}