-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
41 lines (41 loc) · 986 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
33
34
35
36
37
38
39
40
41
{
"name": "react-native-template-strong",
"version": "3.0.3",
"description": "React Native Strong Template made with react-native-navigation, TypeScript and Redux",
"files": [
"template",
"template.config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/svbutko/react-native-template-strong.git"
},
"keywords": [
"react-native",
"react-native-navigation",
"typescript",
"redux",
"redux-toolkit",
"uikit",
"strong",
"template",
"boilerplate",
"starter",
"localization",
"reanimated",
"reanimatedv3",
"starter-kit"
],
"author": "Sergei Butko (https://github.com/svbutko)",
"license": "MIT",
"bugs": {
"url": "https://github.com/svbutko/react-native-template-strong/issues"
},
"homepage": "https://github.com/svbutko/react-native-template-strong#readme",
"contributors": [
{
"name": "Sergei Butko",
"url": "https://github.com/svbutko"
}
]
}