We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4d8a9 commit 2ad3568Copy full SHA for 2ad3568
package.json
@@ -22,5 +22,21 @@
22
"component"
23
],
24
"author": "Archriss",
25
- "license": "ISC"
+ "license": "ISC",
26
+ "devDependencies": {
27
+ "react-addons-shallow-compare": "latest",
28
+ "babel-eslint": "^6.1.2",
29
+ "babel-preset-react-native": "^1.9.0",
30
+ "eslint": "^3.6.1",
31
+ "eslint-config-standard": "^5.3.5",
32
+ "eslint-config-standard-react": "^3.0.0",
33
+ "eslint-plugin-promise": "^2.0.0",
34
+ "eslint-plugin-react": "^6.3.0",
35
+ "eslint-plugin-standard": "^2.0.0"
36
+ },
37
+ "peerDependencies": {
38
+ "react": "*",
39
+ "react-addons-shallow-compare": "*",
40
+ "react-native": "*"
41
+ }
42
}
0 commit comments