-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
99 lines (99 loc) · 2.96 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "react-image-zoom",
"version": "1.3.1",
"description": "react based image zoomer on mouse hover",
"homepage": "https://github.com/malaman/react-image-zoom",
"repository": {
"type": "git",
"url": "git+https://github.com/malaman/react-image-zoom.git"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"js-image-zoom": "^0.7.0",
"prop-types": "^15.7.2"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.4",
"babel-eslint": "^7.2.3",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"chunk-manifest-webpack-plugin": "^1.0.0",
"css-loader": "^3.4.0",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"jest-cli": "^22.1.2",
"node-sass": "^4.5.3",
"open-browser-webpack-plugin": "0.0.5",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.0.0",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.1.2",
"uglify-js": "^2.6.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-umd-external": "^1.0.2"
},
"scripts": {
"build": "npm run build-babel && npm run build-dist-dev && npm run build-dist-prod",
"build-dist-dev": "NODE_ENV=development webpack --config webpack.config --colors",
"build-dist-prod": "NODE_ENV=production webpack --config webpack.config --progress --colors -p",
"build-example": "NODE_ENV=production webpack --config webpack.config.dev --progress --colors -p",
"build-babel": "babel ./src/react-image-zoom.js --out-file index.js",
"lint": "eslint ./src",
"lint-dev": "eslint --fix ./src",
"test": "jest test",
"watch-example": "webpack-dev-server --config webpack.config.dev.js --devtool eval --progress"
},
"bugs": {
"url": "https://github.com/malaman/react-image-zoom/issues"
},
"directories": {
"example": "example"
},
"jest": {
"testURL": "http://localhost"
},
"keywords": [
"react",
"image",
"zoom",
"image magnifier",
"image enlarger",
"image lens",
"photo zoom",
"photo magnifier",
"photo enlarger",
"photo lens",
"image zoom",
"image magnifier",
"image enlarger",
"photo zoom",
"photo magnifier",
"photo enlarger",
"zoom",
"magnify",
"enlarge",
"react-image-zoom",
"react-photo-zoom"
],
"author": "Andrii Malaman <[email protected]>"
}