-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
85 lines (85 loc) · 2.38 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
{
"name": "jsondiffpatch-react",
"version": "1.0.7",
"description": "jsondiffpatch react",
"main": "./lib/jsondiff-for-react.js",
"scripts": {
"start": "NODE_ENV=dev node server.js",
"build": "npm run clean && babel src -d lib",
"lint": "eslint .",
"clean": "rimraf lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluepeter/jsondiffpatch-react.git"
},
"keywords": [
"react",
"json",
"diff"
],
"author": "bluepeter",
"license": "MIT",
"bugs": {
"url": "https://github.com/bluepeter/jsondiffpatch-react/issues"
},
"homepage": "https://github.com/bluepeter/jsondiffpatch-react#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"clean-webpack-plugin": "^0.1.3",
"css-loader": "^0.23.1",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^1.6.2",
"jscs": "^3.0.7",
"jscs-loader": "^0.3.0",
"json-loader": "^0.5.3",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"nib": "^1.1.0",
"node-pre-gyp": "^0.6.28",
"postcss": "^5.0.21",
"postcss-loader": "^0.8.2",
"prop-types": "^15.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-map-styles": "^0.3.0",
"react-router-dom": "^5.2.0",
"redux-logger": "^3.0.6",
"rimraf": "^2.5.4",
"style-loader": "^0.12.3",
"stylus": "^0.54.7",
"stylus-loader": "^1.6.1",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.12.1"
},
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
},
"dependencies": {
"jsondiffpatch": "^0.4.1",
"yarn.lock": "^0.0.1-security"
}
}