forked from gatewaze/gatewaze
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.24 KB
/
Copy pathpackage.json
File metadata and controls
135 lines (135 loc) · 4.24 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "@gatewaze/admin",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint src/",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
"test": "vitest run"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.7.4",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.1",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@aws-sdk/client-s3": "^3.937.0",
"@aws-sdk/lib-storage": "^3.937.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@formkit/auto-animate": "^0.8.2",
"@gatewaze/shared": "workspace:*",
"@headlessui/react": "^2.2.7",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.2.1",
"@pdf-lib/fontkit": "^1.1.1",
"@radix-ui/themes": "^3.3.0",
"@react-three/fiber": "^9.1.2",
"@shadergradient/react": "^2.4.20",
"@supabase/supabase-js": "^2.57.4",
"@tanem/react-nprogress": "^5.0.55",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.21.3",
"@tiptap/extension-character-count": "^3.6.2",
"@tiptap/extension-color": "^3.6.2",
"@tiptap/extension-highlight": "^3.6.2",
"@tiptap/extension-image": "^3.6.2",
"@tiptap/extension-link": "^3.6.2",
"@tiptap/extension-table": "^3.6.2",
"@tiptap/extension-table-cell": "^3.6.2",
"@tiptap/extension-table-header": "^3.6.2",
"@tiptap/extension-table-row": "^3.6.2",
"@tiptap/extension-text-align": "^3.6.2",
"@tiptap/extension-text-style": "^3.6.2",
"@tiptap/extension-youtube": "^3.6.2",
"@tiptap/react": "^3.6.2",
"@tiptap/starter-kit": "^3.6.2",
"apexcharts": "^5.3.3",
"axios": "^1.15.2",
"cleave.js": "^1.6.0",
"clsx": "^2.1.1",
"color": "^5.0.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"filepond": "^4.32.8",
"filepond-plugin-image-preview": "^4.6.12",
"flatpickr": "^4.6.13",
"fuse.js": "^7.1.0",
"html-react-parser": "^5.2.6",
"i18next": "^25.3.6",
"i18next-browser-languagedetector": "^8.2.0",
"jszip": "^3.10.1",
"juice": "^11.1.0",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"lucide-react": "^0.554.0",
"marked": "^15.0.7",
"md5": "^2.3.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.6.205",
"qr-code-styling": "^1.9.2",
"quill": "^2.0.3",
"quill-magic-url": "^4.2.0",
"react": "^19.1.1",
"react-apexcharts": "^1.7.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.1.1",
"react-dropzone": "^14.3.8",
"react-fast-marquee": "^1.6.5",
"react-filepond": "^7.1.3",
"react-flatpickr": "^4.0.11",
"react-hook-form": "^7.62.0",
"react-hotkeys-hook": "^5.1.0",
"react-i18next": "^15.6.1",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-markdown": "^10.1.0",
"react-router": "^7.8.0",
"react-router-dom": "^7.9.6",
"react-syntax-highlighter": "^5.8.0",
"react-textarea-autosize": "^8.5.9",
"react-timer-hook": "^4.0.5",
"react-to-print": "^3.1.1",
"react-tooltip": "^5.29.1",
"remark-gfm": "^4.0.1",
"simplebar-react": "3.3.2",
"sonner": "^2.0.7",
"swiper": "^12.1.4",
"three": "^0.175.0",
"tiny-invariant": "^1.3.3",
"vite-plugin-svgr": "^4.5.0",
"yup": "^1.7.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@tailwindcss/vite": "^4.1.12",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/cleave.js": "^1.4.12",
"@types/leaflet": "^1.9.21",
"@types/lodash": "^4.17.20",
"@types/md5": "^2.3.6",
"@types/node": "^22.19.15",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"jsdom": "^29.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12",
"typescript": "~5.9.2",
"typescript-eslint": "^8.39.1",
"vite": "^7.3.2"
}
}