-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 900 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 900 Bytes
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
{
"name": "@qonsoll/react-native-design",
"version": "1.3.42",
"description": "Powerful components library for react-native apps",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-native",
"react-component",
"react-native-design",
"grid",
"bootstrap",
"row",
"col"
],
"author": "Oleksiy Pastukhov",
"license": "MIT",
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.4",
"@react-native-community/checkbox": "^0.5.7",
"react-native-date-picker": "^3.2.10",
"react-native-image-picker": "^3.2.1",
"react-native-svg": "^12.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-native-vector-icons": "^8.0.0"
},
"dependencies": {
"deepmerge": "^4.2.2",
"lodash": "^4.17.21",
"prop-types": "^15.7.2"
}
}