@plaiceholder/next
Version:
Roll-you-own placeholders for Next.js.
50 lines • 1.26 kB
JSON
{
"name": "@plaiceholder/next",
"version": "3.0.0",
"description": "Roll-you-own placeholders for Next.js.",
"author": "Joe Bell (https://joebell.co.uk)",
"license": "Apache-2.0",
"repository": "joe-bell/plaiceholder.git",
"bugs": "https://github.com/joe-bell/plaiceholder/issues",
"homepage": "https://github.com/joe-bell/plaiceholder#readme",
"keywords": [
"lqip",
"next.js",
"placeholder",
"plaiceholder"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/next.esm.js",
"default": "./dist/next.esm.js"
}
},
"files": [
"dist",
"README.md"
],
"peerDependencies": {
"next": ">= 10.0.0",
"plaiceholder": ">=3.0.0",
"sharp": ">= 0.30.6"
},
"devDependencies": {
"@types/node": "20.1.7",
"microbundle": "0.15.1",
"next": "13.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.1",
"sharp": "0.32.1",
"typescript": "5.0.4"
},
"type": "module",
"types": "./dist/index.d.ts",
"scripts": {
"build": "microbundle src/index.ts --no-compress --tsconfig tsconfig.json --external sharp --format esm",
"clean": "rimraf {dist,.rts2*}",
"dev": "pnpm build -- watch",
"lint:ts": "tsc --noEmit"
}
}