Skip to content

Commit

Permalink
fix: add as-ui to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 21, 2022
1 parent 732deb1 commit 21aa849
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"slidev-penguin"
],
"license": "MIT",
"private": false,
"homepage": "https://penguin-theme.alvarosaburido.dev/",
"repository": {
"type": "git",
Expand All @@ -18,7 +17,7 @@
"bugs": "https://github.com/alvarosaburido/slidev-theme-penguin/issues",
"slidev": {
"colorSchema": "both",
"highlighter": "prism",
"highlighter": "shiki",
"default": {
"aspectRatio": "16/9",
"fonts": {
Expand All @@ -43,11 +42,11 @@
"dependencies": {
"@slidev/types": "^0.36.7",
"prism-theme-vars": "^0.2.4",
"vite-svg-loader": "^3.6.0"
"vite-svg-loader": "^3.6.0",
"@alvarosabu/ui": "^2.17.0"
},
"devDependencies": {
"@alvarosabu/prettier-config": "^1.2.0",
"@alvarosabu/ui": "^2.17.0",
"@iconify-json/logos": "^1.1.17",
"@iconify-json/simple-icons": "^1.1.31",
"@slidev/cli": "0.36.7",
Expand Down

0 comments on commit 21aa849

Please sign in to comment.