-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
80 lines (80 loc) · 2.65 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
75
76
77
78
79
80
{
"name": "react-cloudimage-responsive",
"version": "3.6.6",
"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 fancy animation on image load.",
"author": "scaleflex",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/scaleflex/react-cloudimage-responsive"
},
"homepage": "https://github.com/scaleflex/react-cloudimage-responsive#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"
],
"types": "./index.d.ts",
"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.5.1",
"core-js": "^3.15.2",
"prop-types": "15.8.1",
"throttle-debounce": "^3.0.1",
"react-lazy-load": "4.0.1"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@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.14.5",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^5.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"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"
}
}