|
| 1 | +{ |
| 2 | + "name": "@unlazy/solid", |
| 3 | + "version": "0.4.4", |
| 4 | + "packageManager": "pnpm@8.3.0", |
| 5 | + "description": "Solid lazy loading library for placeholder images", |
| 6 | + "author": "Johann Schopplich <pkg@johannschopplich.com>", |
| 7 | + "license": "MIT", |
| 8 | + "homepage": "https://unlazy.byjohann.dev", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git+https://github.com/johannschopplich/unlazy.git", |
| 12 | + "directory": "packages/solid" |
| 13 | + }, |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/johannschopplich/unlazy/issues" |
| 16 | + }, |
| 17 | + "keywords": [ |
| 18 | + "async", |
| 19 | + "image", |
| 20 | + "intersection", |
| 21 | + "lazy", |
| 22 | + "loading", |
| 23 | + "lozad", |
| 24 | + "native", |
| 25 | + "observer", |
| 26 | + "responsive", |
| 27 | + "react" |
| 28 | + ], |
| 29 | + "sideEffects": false, |
| 30 | + "exports": { |
| 31 | + ".": { |
| 32 | + "types": "./dist/index.d.ts", |
| 33 | + "require": "./dist/index.cjs", |
| 34 | + "import": "./dist/index.mjs" |
| 35 | + } |
| 36 | + }, |
| 37 | + "main": "./dist/index.cjs", |
| 38 | + "module": "./dist/index.mjs", |
| 39 | + "types": "./dist/index.d.ts", |
| 40 | + "files": [ |
| 41 | + "dist" |
| 42 | + ], |
| 43 | + "scripts": { |
| 44 | + "build": "unbuild", |
| 45 | + "dev": "pnpm -C playground run dev", |
| 46 | + "dev:build": "pnpm -C playground run build", |
| 47 | + "test:types": "tsc --noEmit" |
| 48 | + }, |
| 49 | + "peerDependencies": { |
| 50 | + "fast-blurhash": "^1.1.2", |
| 51 | + "solid-js": "^1.7.3" |
| 52 | + }, |
| 53 | + "dependencies": { |
| 54 | + "unlazy": "workspace:*" |
| 55 | + }, |
| 56 | + "devDependencies": { |
| 57 | + "@types/node": "^18.15.12", |
| 58 | + "fast-blurhash": "^1.1.2", |
| 59 | + "solid-js": "^1.7.3", |
| 60 | + "vite-plugin-solid": "^2.7.0" |
| 61 | + } |
| 62 | +} |
0 commit comments