-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "cinch-layout",
"version": "0.1.0",
"description": "Making React Native layouts a cinch",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jim-at-jibba/react-native-cinch-layout.git"
},
"keywords": [
"React",
"React Native",
"Native",
"Styled",
"Components"
],
"author": "James Best",
"license": "MIT",
"bugs": {
"url": "https://github.com/jim-at-jibba/react-native-cinch-layout/issues"
},
"homepage": "https://github.com/jim-at-jibba/react-native-cinch-layout#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.2.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0",
"prettier": "^1.16.4",
"react": "^16.8.1",
"react-native": "^0.58.4",
"styled-components": "^4.1.3"
},
"dependencies": {
"prop-types": "^15.0.0"
},
"peerDependencies": {
"styled-components": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
}
}