Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jan 1, 2024
1 parent 6b9c26b commit 2ebccf3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 150 deletions.
5 changes: 2 additions & 3 deletions content/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { defineConfig } from 'vite'
import Components from 'unplugin-vue-components/vite'
import Unocss from 'unocss/vite'
import { transformerDirectives, presetIcons, presetUno, extractorSplit } from 'unocss'
import extractorPug from '@unocss/extractor-pug'
import AutoImport from 'unplugin-auto-import/vite'

export default defineConfig({
export default {

plugins: [
AutoImport({
Expand Down Expand Up @@ -55,6 +54,6 @@ export default defineConfig({
'@vueuse/core',
],
},
})
}


4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@
"@unocss/reset": "^0.58.2"
},
"devDependencies": {
"@types/node": "^18.19.4",
"esbuild-register": "^3.5.0",
"pug": "^3.0.2",
"unplugin-auto-import": "^0.17.3",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vitepress": "^1.0.0-rc.34",
"unocss": "^0.58.2",
"@unocss/extractor-pug": "^0.58.2"
Expand Down
151 changes: 8 additions & 143 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ebccf3

Please sign in to comment.