forked from cezary/react-image-diff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 870 Bytes
/
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
{
"name": "react-image-diff",
"version": "0.1.0-1",
"description": "Highlight differences between images",
"main": "dist/react-image-diff.js",
"scripts": {
"build": "webpack",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "https://github.com/cezary/react-image-diff.git"
},
"keywords": [
"diff",
"image",
"react"
],
"author": "Cezary Wojtkowski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cezary/react-image-diff/issues"
},
"homepage": "https://github.com/cezary/react-image-diff",
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"webpack": "^1.13.0"
}
}