@pixel-puppy/react
Version:
Official React library for Pixel Puppy - Transform and optimize images with WebP conversion and smart resizing
89 lines (88 loc) • 2.38 kB
JSON
{
"name": "@pixel-puppy/react",
"version": "1.0.2",
"description": "Official React library for Pixel Puppy - Transform and optimize images with WebP conversion and smart resizing",
"author": "Christoffer Artmann",
"keywords": [
"pixel-puppy",
"react",
"image-optimization",
"image-transformation",
"webp",
"image-resize",
"cdn",
"image-api",
"performance",
"web-optimization",
"react-component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Artmann/pixel-puppy-react.git"
},
"bugs": {
"url": "https://github.com/Artmann/pixel-puppy-react/issues"
},
"homepage": "https://github.com/Artmann/pixel-puppy-react#readme",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
}
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rolldown --config rolldown.config.ts && tsc --project tsconfig.build.json",
"build-storybook": "storybook build",
"format": "prettier --write .",
"prepublishOnly": "bun run build",
"storybook": "storybook dev -p 6006",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"typescript": "^5"
},
"dependencies": {
"@pixel-puppy/javascript": "^1.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-interactions": "^8.5.0",
"@storybook/addon-links": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/react-vite": "^8.5.0",
"@storybook/test": "^8.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/bun": "latest",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitest/coverage-v8": "4.0.12",
"jsdom": "^26.0.0",
"prettier": "^3.6.2",
"rolldown": "^1.0.0-beta.51",
"storybook": "^8.5.0",
"vite": "^6.0.7",
"vitest": "^4.0.12"
}
}