Files
srjuggernaut-panda-preset/package.json
2025-09-26 16:56:22 -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.8",
"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": {}
}