Skip to content

Commit

Permalink
feat: add unocss-preset-ease
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Aug 27, 2023
1 parent 38538bc commit b044b5b
Show file tree
Hide file tree
Showing 4 changed files with 783 additions and 811 deletions.
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-boot",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.0",
"description": "Vite starter template with UnoCSS",
"keywords": [
"viteBoot",
Expand All @@ -29,12 +29,11 @@
"dependencies": {
"@kirklin/logger": "^0.0.2",
"@kirklin/reset-css": "^0.0.3",
"@vueuse/core": "^10.3.0",
"daisyui": "^3.5.1",
"iso-639-1": "^2.1.15",
"@vueuse/core": "^10.4.0",
"daisyui": "^3.6.3",
"iso-639-1": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"unocss-preset-chinese": "^0.0.6",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4"
Expand All @@ -43,31 +42,33 @@
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@iconify-json/mdi": "^1.1.54",
"@iconify-json/tabler": "^1.1.87",
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@kirklin/eslint-config": "^0.5.1",
"@types/node": "^20.4.9",
"@iconify-json/tabler": "^1.1.89",
"@intlify/unplugin-vue-i18n": "^0.12.3",
"@kirklin/eslint-config": "^0.5.2",
"@types/node": "^20.5.6",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.3",
"@vitest/coverage-c8": "^0.33.0",
"@vue/compiler-dom": "^3.3.4",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.46.0",
"eslint": "^8.48.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"pnpm": "^8.6.12",
"typescript": "^5.1.6",
"unocss": "^0.55.0",
"lint-staged": "^14.0.1",
"pnpm": "^8.7.0",
"typescript": "^5.2.2",
"unocss": "^0.55.3",
"unocss-preset-chinese": "^0.0.7",
"unocss-preset-daisy": "^5.0.0",
"unocss-preset-ease": "^0.0.3",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.16.5",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.35",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-vue-devtools": "^1.0.0-rc.0",
"vitest": "^0.34.1",
"vite-plugin-vue-devtools": "^1.0.0-rc.2",
"vitest": "^0.34.3",
"vue-tsc": "^1.8.8"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit b044b5b

Please sign in to comment.