feat: enhance UI components and update build configuration

This commit is contained in:
2025-09-29 12:31:59 -06:00
parent 9c49f46ee7
commit cb3f7fb701
8 changed files with 125 additions and 70 deletions

View File

@@ -1,12 +1,11 @@
{
"name": "@srjuggernaut-dev/srjuggernaut-panda-preset",
"module": "dist/index.js",
"main": "dist/index.js",
"type": "module",
"files": [
"dist/**/*",
"README.md"
],
"main": "dist/index.js",
"version": "0.0.10",
"scripts": {
"prepare": "ts-patch install -s && bun .husky/install.ts",
@@ -26,7 +25,8 @@
"lint-staged": "^16.1.5",
"ts-patch": "^3.3.0",
"typescript": "^5",
"typescript-transform-paths": "^3.5.5"
"typescript-transform-paths": "^3.5.5",
"vite": "^7.1.7"
},
"peerDependencies": {
"@pandacss/dev": "^1.2.0",