-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.4 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.4 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
91
92
93
94
95
96
97
98
99
100
101
{
"name": "liman",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"typecheck": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@formkit/auto-animate": "0.8.2",
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@tanstack/react-table": "^8.21.3",
"apexcharts": "^4.7.0",
"axios": "^1.13.2",
"blueimp-md5": "^2.19.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"export-to-csv": "^1.4.0",
"i18next": "^24.2.3",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^3.0.2",
"i18next-localstorage-backend": "^4.2.0",
"input-otp": "^1.4.2",
"js-cookie": "^3.0.5",
"laravel-echo": "^2.2.6",
"lucide-react": "^0.483.0",
"mitt": "^3.0.1",
"next": "^16.0.8",
"next-themes": "^0.4.6",
"ni18n": "^1.1.0",
"nprogress": "^0.2.0",
"pusher-js": "8.4.0",
"react": "^19.2.1",
"react-apexcharts": "^1.8.0",
"react-day-picker": "9.11.1",
"react-dom": "^19.2.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.66.0",
"react-i18next": "^15.7.4",
"react-resizable-panels": "^2.1.9",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"tus-js-client": "4.1.0",
"use-tus": "^0.8.3",
"vaul": "^1.1.2",
"zod": "^3.25.76",
"zod-i18n-map": "^2.27.0"
},
"devDependencies": {
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
"@babel/plugin-transform-optional-chaining": "^7.28.5",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@tailwindcss/postcss": "^4.1.17",
"@types/blueimp-md5": "^2.18.2",
"@types/date-fns": "^2.6.3",
"@types/node": "^22.19.1",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.2.4",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/parser": "^8.46.4",
"eslint": "^9.39.1",
"eslint-config-next": "15.2.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
}