Skip to content

Commit

Permalink
feat: describe the options in detail
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Aug 26, 2024
1 parent 05fc1b7 commit 6f0de23
Show file tree
Hide file tree
Showing 7 changed files with 4,613 additions and 4,134 deletions.
File renamed without changes.
25 changes: 11 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,18 @@
"play": "vite playground",
"deploy": "vite build playground"
},
"peerDependencies": {
"@unocss/core": "< 1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.13.0",
"@babel/types": "^7.24.0",
"@types/node": "^20.12.6",
"@unocss/eslint-plugin": "^0.59.0",
"@vitejs/plugin-vue": "^5.0.4",
"bumpp": "^9.4.0",
"eslint": "^9.0.0",
"typescript": "5.4.4",
"@antfu/eslint-config": "^2.27.1",
"@babel/types": "^7.25.4",
"@types/node": "^22.5.0",
"@unocss/eslint-plugin": "^0.62.3",
"@vitejs/plugin-vue": "^5.1.2",
"bumpp": "^9.5.2",
"eslint": "^9.9.1",
"typescript": "5.5.4",
"unbuild": "^2.0.0",
"unocss": "^0.59.0",
"vite": "^5.2.8",
"vitest": "^1.4.0"
"unocss": "^0.62.3",
"vite": "^5.4.2",
"vitest": "^2.0.5"
}
}
2 changes: 1 addition & 1 deletion playground/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import App from './App.vue'
import { createApp } from 'vue'
import App from './App.vue'
import 'uno.css'

createApp(App).mount('#app')
Loading

0 comments on commit 6f0de23

Please sign in to comment.