Skip to content

Commit

Permalink
feat: support unocss presets
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Mar 17, 2024
1 parent 0ad5b80 commit 406baf6
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 106 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"dependencies": {
"@varlet/axle": "^0.6.0",
"@varlet/touch-emulator": "^3.1.2",
"@varlet/ui": "^3.1.2",
"@varlet/use": "^3.1.2",
"@varlet/touch-emulator": "^3.1.3",
"@varlet/ui": "^3.1.3",
"@varlet/use": "^3.1.3",
"dayjs": "^1.11.8",
"pinia": "^2.1.3",
"vue": "^3.4.21",
Expand All @@ -38,12 +38,13 @@
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@iconify-json/mdi": "^1.1.54",
"@varlet/preset-unocss": "3.1.3",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@unocss/preset-rem-to-px": "^0.58.2",
"@varlet/cli": "3.1.2",
"@varlet/import-resolver": "^3.1.2",
"@varlet/cli": "3.1.3",
"@varlet/import-resolver": "^3.1.3",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"eslint": "^8.41.0",
Expand Down
Loading

0 comments on commit 406baf6

Please sign in to comment.