-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.31 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "react-native-usefull",
"version": "1.0.8",
"description": "UI Toolset & Components and API Library for React Native with RTL support.",
"main": "src/index.js",
"react-native": "src/index.js",
"module": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "jest",
"lint": "eslint --ext .js,.ts,.tsx .",
"release": "release-it",
"example": "yarn --cwd example",
"pretty-quick": "pretty-quick --check"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react-native-usefull",
"react-native-component",
"react-component",
"react-native",
"react-native-responsive-screen",
"react-native-best-wheel-datepicker",
"moment-jalaali",
"react-native-modal",
"ios",
"android",
"tab",
"swipe",
"scrollable",
"coverflow"
],
"repository": {
"type": "git",
"url": "git+https://github.com/abbasmoosavi/react-native-usefull.git",
"baseUrl": "https://github.com/github_account/react-native-usefull"
},
"author": "Abbas moosavi <[email protected]> (https://github.com/abbasmoosavi/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/abbasmoosavi/react-native-usefull.git/issues"
},
"homepage": "https://github.com/abbasmoosavi/react-native-usefull.git#readme",
"devDependencies": {
"@react-native-community/eslint-config": "2.0.0",
"babel-eslint": "10.1.0",
"eslint": "7.8.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"prettier": "2.1.1",
"pretty-quick": "3.0.0"
},
"peerDependencies": {
"@bam.tech/react-native-fast-image": "^1.3.5",
"lodash": "4.17.20",
"moment-jalaali": "0.9.2",
"prop-types": "15.7.2",
"react": "*",
"react-native": "*",
"react-native-best-wheel-datepicker": "0.0.7",
"react-native-easy-grid": "0.2.2",
"react-native-modal": "11.5.3",
"react-native-responsive-screen": "1.4.1",
"react-native-snap-carousel": "3.9.1",
"rn-dominant-color": "1.7.0"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
}
}