-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
71 lines (71 loc) · 2.06 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "next-cloudimage-responsive",
"version": "1.2.7",
"private": false,
"scripts": {
"start": "next dev",
"clean-dist": "rm -rf dist",
"dist": "npm run clean-dist && rollup -c",
"build-demo": "next build && next export && touch ./out/.nojekyll",
"deploy": "gh-pages -d out -t true"
},
"main": "dist/index.js",
"module": "dist/index.js",
"description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with fancy animation on image load.",
"author": "scaleflex",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/scaleflex/next-cloudimage-responsive.git"
},
"homepage": "https://github.com/scaleflex/next-cloudimage-responsive#readme",
"keywords": [
"next",
"react",
"image",
"images",
"cloudimage",
"responsive images",
"lazy loading",
"web acceleration",
"image management",
"image resizing",
"image compression",
"image optimization",
"image CDN",
"image CDN",
"webp",
"jpeg xr",
"jpg optimization",
"image resizing and CDN",
"crop",
"resize"
],
"type": "module",
"devDependencies": {
"@babel/core": "^7.18.10",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/react": "^18.0.15",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gh-pages": "^4.0.0",
"next": "^12.1.6",
"postcss-scss": "^4.0.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.77.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"cloudimage-responsive-utils": "^2.5.1"
}
}