@prass/betterimage
Version:
BetterImage is a Next.js-focused library for building optimized image components with advanced features, including fallback animations. It enhances Next.js's built-in Image component, offering seamless optimization and an improved user experience for your
78 lines • 1.92 kB
JSON
{
"name": "@prass/betterimage",
"version": "1.0.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./index.d.ts",
"exports": {
".": {
"import": {
"types": "./index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./index.d.ts",
"default": "./dist/index.js"
}
},
"./components": {
"import": {
"types": "./components.d.mts",
"default": "./dist/components.mjs"
},
"require": {
"types": "./components.d.ts",
"default": "./dist/components.js"
}
},
"./lib": {
"import": {
"types": "./lib.d.mts",
"default": "./dist/lib.mjs"
},
"require": {
"types": "./lib.d.ts",
"default": "./dist/lib.js"
}
}
},
"files": [
"dist/",
"components.d.mts",
"components.d.ts",
"index.d.mts",
"index.d.ts",
"lib.d.mts",
"lib.d.ts",
"README.md",
"LICENSE.md"
],
"keywords": [
"next.js",
"react",
"image",
"optimization",
"animation",
"betterimage",
"pras"
],
"author": "PRAS Samin <prassamin@gmail.com> (https://pras.me)",
"repository": {
"type": "git",
"url": "https://github.com/PRASSamin/BetterImage"
},
"homepage": "https://github.com/PRASSamin/BetterImage",
"license": "MIT",
"description": "BetterImage is a Next.js-focused library for building optimized image components with advanced features, including fallback animations. It enhances Next.js's built-in Image component, offering seamless optimization and an improved user experience for your projects.",
"dependencies": {
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
}