-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.86 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.86 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
90
{
"name": "backoffice-client",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "npm run lint && vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"fix": "eslint . --fix"
},
"dependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/eslintrc": "^3.3.1",
"@floating-ui/react": "^0.27.16",
"@internationalized/date": "^3.10.0",
"@mantine/core": "^8.3.10",
"@mantine/dates": "^8.3.10",
"@mantine/dropzone": "^8.3.10",
"@mantine/hooks": "^8.3.10",
"@mantine/modals": "^8.3.10",
"@react-aria/i18n": "^3.12.13",
"@reduxjs/toolkit": "^2.9.0",
"@tailwindcss/vite": "^4.1.14",
"@tanstack/devtools-vite": "^0.3.10",
"@tanstack/react-devtools": "^0.7.8",
"@tanstack/react-form": "^1.23.5",
"@tanstack/react-form-devtools": "^0.1.8",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-router": "^1.132.37",
"@tanstack/react-router-devtools": "^1.132.37",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"country-flag-icons": "^1.5.21",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"decimal.js": "^10.6.0",
"embla-carousel": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unused-imports": "^4.2.0",
"framer-motion": "^12.23.22",
"i18next": "^25.5.3",
"lucide-react": "^0.544.0",
"motion": "^12.23.22",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-hot-toast": "^2.6.0",
"react-i18next": "^16.0.0",
"react-redux": "^9.2.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14",
"tanstack-table-header-rowspan": "^1.0.4",
"translation-check": "^1.1.1",
"zod": "^4.1.11"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@iconify/react": "^6.0.2",
"@tanstack/eslint-plugin-query": "^5.91.0",
"@tanstack/router-plugin": "^1.132.37",
"@types/node": "^24.6.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "npm:rolldown-vite@7.2.11",
"vite-tsconfig-paths": "^5.1.4"
}
}