-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 830 Bytes
/
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
{
"name": "react-native-template-pro",
"version": "1.3.11",
"author": "Thiago Brezinski",
"description": "A React Native template with a nice folder structure, navigation, database, async and debugging tools support",
"repository": {
"type": "git",
"url": "git+https://github.com/thiagobrez/react-native-template-pro"
},
"keywords": [
"react",
"react-native",
"template",
"boilerplate",
"redux",
"redux-saga",
"reactotron",
"prop-types",
"react-navigation",
"react-native-vector-icons",
"realm",
"database",
"formik",
"yup",
"react-native-linear-gradient"
],
"homepage": "https://github.com/thiagobrez/react-native-template-pro",
"bugs": {
"url": "https://github.com/thiagobrez/react-native-template-pro/issues"
},
"license": "MIT"
}