forked from startupjs/startupjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 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
{
"name": "@startupjs/ui",
"version": "0.40.7",
"description": "UI components for react-native",
"main": "index.js",
"type": "module",
"publishConfig": {
"access": "public"
},
"scripts": {},
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-native-fontawesome": "^0.2.6",
"@nx-js/observer-util": "^4.1.3",
"color": "^3.1.2",
"date-fns": "^2.0.1",
"moment-timezone": "^0.5.31",
"prop-types": "^15.7.2",
"randomcolor": "^0.5.4",
"react-datepicker": "^3.3.0",
"react-native-drawer-layout-polyfill": "^2.0.0",
"react-router-dom": "^5.1.2",
"react-router-native": "^5.1.2"
},
"peerDependencies": {
"@react-native-picker/picker": ">=1.16.1",
"react": "16.9 - 17",
"react-native": ">= 0.61.4 < 0.64.0",
"react-native-collapsible": ">= 1.6.0",
"react-native-color-picker": "^0.6.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-pager-view": ">= 5.1.2",
"react-native-svg": ">= 12.1.0",
"react-native-tab-view": ">= 3.0.0",
"startupjs": ">= 0.33.0"
}
}