Files
srjuggernaut-panda-preset/package.json
SrJuggernaut d21d55f481 feat: add new components and improve styling utilities
- Add chip, mark, and iconButton recipes with semantic color support
- Introduce skeleton pattern and shimmer gradient for loading states
- Enhance button and details recipes with refined transition properties
- Update border radius tokens to include 'full' and negative spacing values
- Refactor details recipe export and semantic color key handling
- Bump package version to 0.0.6
2025-09-24 15:20:56 -06:00

37 lines
893 B
JSON

{
"name": "@srjuggernaut-dev/srjuggernaut-panda-preset",
"module": "dist/index.js",
"type": "module",
"files": [
"dist/**/*",
"README.md"
],
"main": "dist/index.js",
"version": "0.0.6",
"scripts": {
"prepare": "ts-patch install -s && bun .husky/install.ts",
"prepublishOnly": "bun run build",
"dev": "tsc -w",
"build": "tsc",
"lint": "biome check"
},
"devDependencies": {
"@biomejs/biome": "2.2.2",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@pandacss/dev": "^1.2.0",
"@pandacss/types": "^1.2.0",
"@types/bun": "latest",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"ts-patch": "^3.3.0",
"typescript": "^5",
"typescript-transform-paths": "^3.5.5"
},
"peerDependencies": {
"@pandacss/dev": "^1.2.0",
"@radix-ui/colors": "3.0.0"
},
"dependencies": {}
}