forked from Mario-Duarte/react-image-zooom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.42 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
{
"homepage": "https://mario-duarte.github.io/react-image-zooom/",
"name": "react-image-zooom",
"version": "1.3.4",
"main": "./lib/react-image-zooom.js",
"license": "GPL",
"repository": {
"type": "git",
"url": "git+https://github.com/Mario-Duarte/ImageZoom"
},
"keywords": [
"react",
"zoom",
"image zoom",
"react image zoom",
"react zoom",
"react component",
"component"
],
"scripts": {
"build": "webpack"
},
"peerDependencies": {
"react": "^17 || ^18",
"react-dom": "^17 || ^18",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"eslint-plugin-react-hooks": "^4.2.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^18",
"react-dom": "^18",
"react-scripts": "^5.0.1",
"styled-components": "^5.3.6",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},
"author": {
"name": "Mario Duarte"
},
"babel": {
"presets": [
"@babel/preset-react",
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-react-jsx"
]
}
}