forked from creativetimofficial/now-ui-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.05 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "now-ui-react-native",
"version": "1.5.0",
"description": "Now UI React Native, based on Now UI Design System. Coded by Creative Tim",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"lint": "eslint *.js **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/now-ui-react-native.git"
},
"dependencies": {
"@react-native-masked-view/masked-view": "0.2.6",
"@react-navigation/bottom-tabs": "6.3.1",
"@react-navigation/compat": "5.1.25",
"@react-navigation/drawer": "6.4.1",
"@react-navigation/native": "6.0.10",
"@react-navigation/stack": "6.2.1",
"expo": "45.0.0",
"expo-app-loading": "2.0.0",
"expo-asset": "8.5.0",
"expo-font": "10.1.0",
"expo-modules-core": "0.9.2",
"galio-framework": "0.8.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "2.2.1",
"react-native-modal-dropdown": "git+https://github.com/siemiatj/react-native-modal-dropdown.git",
"react-native-reanimated": "2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "3.11.1",
"react-native-svg": "12.3.0"
},
"devDependencies": {
"babel-eslint": "10.0.3",
"babel-preset-expo": "9.1.0"
},
"keywords": [
"now react native",
"now design system",
"now app react native",
"now iOS",
"react native iOS",
"creative tim",
"now Android",
"react native ui kit",
"react native expo",
"freebie",
"react native now design",
"react native galio",
"galio now pro",
"galio react native free app",
"now expo react native",
"react native ui template"
],
"author": "Creative Tim <[email protected]> (https://www.creative-tim.com/)",
"bugs": {
"url": "https://github.com/creativetimofficial/now-ui-react-native/issues"
},
"homepage": "https://demos.creative-tim.com/now-ui-react-native"
}