-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
68 lines (68 loc) · 1.69 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
{
"name": "react-json-view-compare",
"version": "2.0.2",
"description": "React json compare view plugin, supports expansion and hiding.use react hooks.",
"main": "./lib/index.js",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --open",
"build": "NODE_ENV=production webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5SSS/react-json-view-compare.git"
},
"author": "coolapt",
"license": "MIT",
"bugs": {
"url": "https://github.com/5SSS/react-json-view-compare/issues"
},
"homepage": "https://github.com/5SSS/react-json-view-compare#readme",
"keywords": [
"array-viewer",
"base-16",
"component",
"interactive",
"interactive-json",
"json",
"json-component",
"json-display",
"json-tree",
"json-view",
"json-viewer",
"json-inspector",
"json-tree",
"json-compare",
"compare",
"version-compare",
"version",
"react",
"react-component",
"react-json",
"theme",
"tree",
"tree-view",
"treeview"
],
"dependencies": {
"react-json-viewer-cool": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"css-loader": "^6.6.0",
"html-webpack-plugin": "^5.5.0",
"react": "^16.14.0 || ^17.0.0",
"react-dom": "^16.14.0 || ^17.0.0",
"style-loader": "^3.3.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0"
}
}