-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.45 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
{
"name": "react-native-basic-comps",
"version": "1.0.0-alpha.0.0.3",
"private": false,
"description": "This package is react native basic component in one package, with easy to use customizable components",
"keywords": [
"react-native",
"react native components",
"UI Components",
"UI",
"Components",
"Basic Components",
"Basic",
"Javascript",
"React",
"React Native",
"React Native Basics Components"
],
"author": {
"name": "Ahmad Saefudin",
"email":"[email protected]"
},
"funding":{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/ahmaddin.ui"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"homepage": "https://github.com/Ahmadin29/react-native-basic-components",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.42",
"@types/react-native": "^0.67.3",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"react": "17.0.2",
"react-native": "0.67.4",
"react-test-renderer": "17.0.2",
"typescript": "^4.6.2"
},
"jest": {
"preset": "react-native"
}
}