Skip to content

Commit

Permalink
feat: rebuilt instance form modal.
Browse files Browse the repository at this point in the history
feat: integrate UnoCSS.
  • Loading branch information
riccox committed Oct 10, 2024
1 parent 792b658 commit bc0eb85
Show file tree
Hide file tree
Showing 14 changed files with 1,388 additions and 169 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"homepage": "https://github.com/riccox/meilisearch-ui#readme",
"author": "Ricco Xie <[email protected]> (https://ricco.riccox.com)",
"dependencies": {
"@arco-design/web-react": "^2.63.0",
"@douyinfe/semi-ui": "^2.60.0",
"@emotion/react": "^11.11.4",
"@hookform/resolvers": "^3.6.0",
Expand Down Expand Up @@ -55,10 +56,12 @@
"tailwind-variants": "^0.2.1",
"tailwindcss-animate": "^1.0.7",
"use-immer": "^0.9.0",
"vaul": "^0.9.1",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@iconify-json/lucide": "^1.1.193",
"@tanstack/router-devtools": "^1.36.3",
"@tanstack/router-vite-plugin": "^1.38.0",
"@types/lodash": "^4.17.5",
Expand All @@ -68,6 +71,10 @@
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@unocss/preset-attributify": "^0.61.0",
"@unocss/preset-icons": "^0.61.0",
"@unocss/preset-tagify": "^0.61.0",
"@unocss/transformer-attributify-jsx": "^0.61.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
Expand All @@ -78,6 +85,7 @@
"sass": "^1.77.5",
"tailwindcss": "^3.4.4",
"typescript": "5.4.2",
"unocss": "^0.61.0",
"vite": "^5.3.1",
"vite-tsconfig-paths": "^4.3.2"
},
Expand Down
Loading

0 comments on commit bc0eb85

Please sign in to comment.