feat: enhance UI components and update build configuration
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user