-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.36 KB
/
package.json
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
102
103
{
"name": "django-headless-admin",
"version": "1.0.0",
"description": "Django Headless Admin.",
"author": "Devtastic <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "refine dev",
"build": "refine build",
"serve": "refine serve",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "5.60.1",
"@types/keyboardjs": "2.5.3",
"@types/node": "20.17.6",
"@types/ramda": "0.30.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.3.3",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.49",
"prettier": "3.3.3",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.2"
},
"dependencies": {
"@fontsource-variable/inter": "5.1.0",
"@hookform/resolvers": "3.9.1",
"@radix-ui/react-avatar": "1.1.1",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-hover-card": "1.1.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-radio-group": "1.2.1",
"@radix-ui/react-scroll-area": "1.2.0",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-tabs": "1.1.1",
"@radix-ui/react-toast": "1.2.2",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-toggle-group": "1.1.0",
"@radix-ui/react-tooltip": "1.1.4",
"@refinedev/cli": "2.16.39",
"@refinedev/core": "4.56.0",
"@refinedev/react-hook-form": "4.9.1",
"@refinedev/react-router-v6": "4.6.0",
"@refinedev/react-table": "5.6.13",
"@tiptap/extension-image": "2.10.2",
"@tiptap/extension-link": "2.10.2",
"@tiptap/extension-typography": "2.10.2",
"@tiptap/extension-underline": "2.10.2",
"@tiptap/react": "2.10.2",
"@tiptap/starter-kit": "2.10.2",
"axios": "1.7.7",
"change-case": "5.4.4",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "0.2.1",
"date-fns": "3.6.0",
"dayjs": "1.11.13",
"i18next": "23.16.8",
"i18next-browser-languagedetector": "8.0.0",
"i18next-http-backend": "2.7.1",
"keyboardjs": "2.7.0",
"pretty-bytes": "6.1.1",
"ramda": "0.30.1",
"react": "18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "18.3.1",
"react-dropzone": "14.3.5",
"react-hook-form": "7.53.2",
"react-i18next": "15.1.1",
"react-icons": "5.3.0",
"react-image-crop": "11.0.7",
"react-resizable-panels": "2.1.7",
"react-router-dom": "6.28.0",
"react-use": "17.5.1",
"snakecase-keys": "8.0.1",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"zod": "3.23.8"
}
}