-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 1 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
{
"name": "react-native-rapi-ui",
"version": "0.2.1",
"description": "React native components library",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"components",
"ui",
"design"
],
"repository": {
"type": "git",
"url": "git+https://github.com/codingki/react-native-rapi-ui"
},
"bugs": {
"url": "https://github.com/codingki/react-native-rapi-ui/issues"
},
"homepage": "https://rapi-ui.kikiding.space/",
"devDependencies": {
"@expo/vector-icons": "^12.0.3",
"expo-asset": "^8.2.2",
"expo-font": "^9.0.0",
"@babel/core": "~7.9.0",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-web": "~0.13.12",
"react-native-safe-area-context": "3.1.9",
"typescript": "~4.0.0"
},
"author": "Nur Fikri",
"license": "MIT"
}