UNPKG

888 BJSONView Raw
1{
2 "name": "@startupjs/ui",
3 "version": "0.23.24",
4 "description": "UI components for react-native",
5 "main": "index.js",
6 "type": "module",
7 "publishConfig": {
8 "access": "public"
9 },
10 "scripts": {},
11 "license": "MIT",
12 "dependencies": {
13 "@fortawesome/fontawesome-svg-core": "^1.2.26",
14 "@fortawesome/free-solid-svg-icons": "^5.12.0",
15 "@fortawesome/react-native-fontawesome": "0.2.3",
16 "@nx-js/observer-util": "^4.1.3",
17 "color": "^3.1.2",
18 "randomcolor": "^0.5.4",
19 "react-native-drawer-layout-polyfill": "^2.0.0"
20 },
21 "peerDependencies": {
22 "react": ">= 16.9.0",
23 "react-native": ">= 0.61.4",
24 "react-native-collapsible": ">= 1.5.2",
25 "react-native-svg": ">= 9.13.6",
26 "react-router-dom": ">= 5.1.2",
27 "react-router-native": ">= 5.1.2",
28 "startupjs": ">= 0.23.0"
29 },
30 "gitHead": "2d10013027ae9b7553196e7149bb76cfad9e63e9"
31}