-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.46 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
72
73
74
{
"name": "react-cloudimage-responsive-blur-hash",
"version": "2.0.0",
"main": "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 blur hash placeholder.",
"author": "scaleflex",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/scaleflex/react-cloudimage-responsive-blur-hash"
},
"homepage": "https://github.com/scaleflex/react-cloudimage-responsive-blur-hash#readme",
"keywords": [
"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"
],
"scripts": {
"start-demo": "webpack-dev-server --mode development --config webpack-demo.config.js",
"dist": "rm -rf dist && babel src -d dist --copy-files",
"build-demo": "rm -rf examples/dist && webpack --mode production --config webpack-demo.config.js",
"deploy": "gh-pages -d examples/dist",
"publish-demo": "npm run build-demo && npm run deploy"
},
"dependencies": {
"cloudimage-responsive-utils": "^2.4.9",
"core-js": "^3.0.0",
"react-lazy-load": "4.0.1",
"throttle-debounce": "^2.0.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^5.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"throttle-debounce": "^2.0.1",
"react-syntax-highlighter": "^15.5.0",
"style-loader": "^3.3.2",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.3"
}
}