Skip to content

Commit

Permalink
refactor: refactor ModuleOptions type & fix related import (wattanx#35)
Browse files Browse the repository at this point in the history
* refactor: refactor ModuleOptions type & fix related import

* refactor: refactored dependencies
  • Loading branch information
shinGangan authored Jan 14, 2024
1 parent 2d4ab8f commit 19f0cb6
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 576 deletions.
5 changes: 0 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,10 @@
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@latest",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
"nuxt": "^3.9.1",
"nuxt-og-image": "^2.2.4"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.8",
"@nuxt/eslint-config": "^0.2.0",
"@nuxthq/studio": "^1.0.6",
"@types/node": "^20.4.0",
"eslint": "^8.44.0",
"studio": "link:@@nuxthq/studio"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@wattanx/nuxt-pandacss",
"version": "0.6.0",
"description": "Panda CSS module for Nuxt.",
"configKey": "pandacss",
"repository": "https://github.com/wattanx/nuxt-pandacss",
"author": "wattanx",
"license": "MIT",
Expand Down
3 changes: 0 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@
"build": "nuxi build",
"generate": "nuxi generate",
"prepare": "nuxi prepare"
},
"devDependencies": {
"nuxt": "3.8.2"
}
}
Loading

0 comments on commit 19f0cb6

Please sign in to comment.