-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.61 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.61 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "sandbox-usecase-cross-border-mm-integration",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@mswjs/data": "^0.16.2",
"@mswjs/http-middleware": "^0.10.3",
"@types/dompurify": "^3.0.5",
"@types/js-cookie": "^3.0.6",
"@types/marked": "^5.0.2",
"@types/node": "^24.0.14",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"cors": "^2.8.5",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-testing-library": "^7.6.0",
"eslint-plugin-vitest": "^0.5.4",
"express": "^5.1.0",
"globals": "^16.3.0",
"husky": "^9.1.7",
"jest-environment-jsdom": "^30.0.4",
"js-cookie": "^3.0.5",
"jsdom": "^26.1.0",
"lint-staged": "^16.1.2",
"msw": "^2.10.4",
"pino-http": "^10.5.0",
"pino-pretty": "^13.0.0",
"plop": "^4.0.1",
"pm2": "^6.0.8",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4",
"vite-node": "^3.2.4",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hookform/resolvers": "^5.1.1",
"@mui/icons-material": "^6.5.0",
"@mui/material": "^6.1.6",
"@ngneat/falso": "^8.0.2",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"dompurify": "^3.2.6",
"marked": "^16.0.0",
"nanoid": "^5.1.5",
"notistack": "^3.0.2",
"react": "^18.3.1",
"react-country-flag": "^3.1.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^6.0.0",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.60.0",
"react-query-auth": "^2.4.3",
"react-router-dom": "^7.6.3",
"zod": "^4.0.5",
"zustand": "^5.0.6"
}
}