@jamsr-ui/styles
Advanced tools
Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "@jamsr-ui/styles", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"description": "A modern and beautiful Next.js UI components library.", | ||
"keywords": [ | ||
@@ -15,7 +28,12 @@ "react", | ||
], | ||
"license": "MIT", | ||
"author": "@jamsrworld", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jamsrworld/jamsr-ui" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jamsrworld/jamsr-ui/issues" | ||
}, | ||
"homepage": "https://jamsr-ui.jamsrworld.com", | ||
"files": [ | ||
@@ -27,24 +45,3 @@ "dist", | ||
"LICENSE" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
}, | ||
"peerDependencies": { | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0" | ||
}, | ||
"description": "A modern and beautiful Next.js UI components library.", | ||
"sideEffects": false, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jamsrworld/jamsr-ui" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/jamsrworld/jamsr-ui/issues" | ||
}, | ||
"homepage": "https://jamsr-ui.jamsrworld.com" | ||
] | ||
} |
3419