Files
srjuggernaut-panda-preset/package.json

37 lines
887 B
JSON

{
"name": "@srjuggernaut-dev/srjuggernaut-panda-preset",
"main": "dist/index.js",
"type": "module",
"files": [
"dist/**/*",
"README.md"
],
"version": "0.0.15",
"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.6",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@pandacss/dev": "^1.4.3",
"@pandacss/types": "^1.4.3",
"@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",
"vite": "^7.1.7"
},
"peerDependencies": {
"@pandacss/dev": "^1.4.3",
"@radix-ui/colors": "3.0.0"
},
"dependencies": {}
}