This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.7 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
{
"name": "@ahmdigital/react-native-sheets-bottom",
"version": "2.0.5",
"description": "Kind of Sheets Bottom for react native",
"main": "index.js",
"keywords": [
"android",
"bottom-panel",
"bottom-up-panel",
"bottom-up",
"bottom",
"ios",
"mobile",
"panel",
"react native",
"react-native-component",
"react",
"sheets-bottom",
"swipe-down",
"swipe-up",
"swipeable-panel",
"swipeable"
],
"scripts": {
"lint": "eslint examples/**/**.js index.js --fix",
"prettier": "prettier --single-quote --trailing-comma es5 --print-width 120 --write examples/**/**.js index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ahmdigital/react-native-sheets-bottom.git"
},
"bugs": {
"url": "https://github.com/ahmdigital/react-native-sheets-bottom/issues"
},
"homepage": "https://github.com/ahmdigital/react-native-sheets-bottom",
"files": [
"examples/actualComponents"
],
"author": "Leonardo Correa",
"contributors": [
{
"name": "leonardoanalista"
}
],
"license": "ISC",
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "8.0.1",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-lodash": "7.3.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-react-native": "3.11.0",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"metro-react-native-babel-preset": "0.66.2",
"prettier": "1.19.1"
},
"dependencies": {
"lodash": "^4.17.20"
},
"engines": {
"node": "^12",
"npm": "6.14.15"
}
}