-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.28 KB
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
{
"name": "react-native-ui-toolbox",
"version": "1.1.4",
"description": "Just another collection of react native ui components.",
"main": "src/index.js",
"scripts": {
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"ui",
"components",
"toolkit",
"toolbox",
"kit",
"ui-kit"
],
"author": "Philip Chen <lsps9150414@gmail.com>",
"repository": "https://github.com/lsps9150414/react-native-ui-toolbox",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.5",
"moment": "^2.22.1",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"import-sort-style-absolute": "^1.0.1",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-native": "^0.55.2",
"react-native-elements": "^0.19.1"
},
"peerDependencies": {
"prop-types": "*",
"react": "^16.0.0-alpha.6",
"react-native": "^0.44.0",
"react-native-elements": "^0.19.0"
},
"importSort": {
".js, .jsx, .es6, .es": {
"parser": "babylon",
"style": "absolute"
}
}
}