-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "privcloud-mobile-components",
"version": "1.0.2",
"description": "Privcloud mobile components snippet",
"author": "Arda Unverdi",
"license": "MIT",
"source": "index.js",
"react-native": "index.js",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/privcloud-com/privcloud-mobile-components.git"
},
"bugs": {
"url": "https://github.com/privcloud-com/privcloud-mobile-components.git/issues"
},
"homepage": "https://github.com/privcloud-com/privcloud-mobile-components#readme",
"keywords": [
"android",
"ios",
"react native",
"privcloud"
],
"main": "index.js",
"peerDependencies": {
"expo": "~42.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12"
},
"dependencies": {
"axios": "^0.21.4",
"axios-middleware": "^0.3.1",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"react-native-modal-selector": "^2.1.0",
"react-native-paper": "^4.9.2"
},
"devDependencies": {
"@babel/core": "^7.9.0"
}
}