chore: initial commit
I just realized i was using this without commiting it, so this is a very big commit
This commit is contained in:
36
package.json
Normal file
36
package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "@srjuggernaut/srjuggernaut-panda-preset",
|
||||
"module": "dist/index.js",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist/**/*",
|
||||
"README.md"
|
||||
],
|
||||
"main": "dist/index.js",
|
||||
"version": "0.0.2",
|
||||
"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": "0.53.3",
|
||||
"@radix-ui/colors": "3.0.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user