-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@sohanemon/next-image",
"version": "2.2.3",
"description": "Enhance your Next.js image handling with ease",
"source": "./src/index.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch"
},
"keywords": [
"react",
"next",
"image",
"placeholder",
"blur"
],
"author": "sohanemon",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.5.7",
"@types/react": "^18.2.34",
"typescript": "^5.2.2"
},
"dependencies": {
"@sohanemon/utils": "latest",
"next": "^13.4.19",
"plaiceholder": "^3.0.0",
"react": "experimental",
"react-svg": "^16.1.22",
"sharp": "^0.32.5"
},
"homepage": "https://github.com/sohanemon/next-image#sohanemonnext-image-",
"repository": {
"type": "git",
"url": "git+https://github.com/sohanemon/next-image.git"
},
"bugs": {
"url": "https://github.com/sohanemon/next-image/issues"
}
}