-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
99 lines (99 loc) · 3.03 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
{
"name": "meilisearch-ui",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"build:safe": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint"
},
"repository": "https://github.com/riccox/meilisearch-ui",
"homepage": "https://github.com/riccox/meilisearch-ui#readme",
"author": "Ricco Xie <[email protected]> (https://riccox.com)",
"dependencies": {
"@arco-design/web-react": "^2.64.0",
"@arco-themes/react-meilisearch": "^0.0.1",
"@douyinfe/semi-ui": "^2.67.0",
"@emotion/react": "^11.13.3",
"@hookform/resolvers": "^3.9.0",
"@mantine/core": "^7.13.2",
"@mantine/form": "^7.13.2",
"@mantine/hooks": "^7.13.2",
"@mantine/modals": "^7.13.2",
"@monaco-editor/react": "^4.6.0",
"@nextui-org/react": "^2.4.8",
"@radix-ui/react-slot": "^1.1.0",
"@semi-bot/semi-theme-meilisearch": "^0.0.2",
"@tabler/icons-react": "^3.19.0",
"@tanstack/react-query": "^5.59.8",
"@tanstack/react-query-devtools": "^5.59.8",
"@tanstack/react-router": "^1.64.0",
"ahooks": "^3.8.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"framer-motion": "^11.11.7",
"fuse.js": "^7.0.0",
"i18next": "^23.15.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"lucide-react": "^0.451.0",
"meilisearch": "0.44.1",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.2",
"react-json-view": "^1.21.3",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.3",
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"use-immer": "^0.10.0",
"vaul": "^1.0.0",
"zod": "^3.23.8",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@iconify-json/lucide": "^1.2.8",
"@tanstack/router-devtools": "^1.64.0",
"@tanstack/router-plugin": "^1.64.0",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/qs": "^6.9.16",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@unocss/preset-icons": "^0.63.4",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"eslint": "9.12.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"typescript": "5.6.3",
"typescript-eslint": "^8.8.1",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1"
},
"version": "0.10.0",
"main": "index.js",
"license": "Apache-2.0"
}