-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.41 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
{
"name": "react-native-sheetmenu",
"version": "2.1.0",
"author": "whalemare",
"description": "Library for speedy implementation bottom menu with platform specific design",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/whalemare/react-native-sheetmenu.git"
},
"keywords": [
"react-native-sheetmenu",
"react-native-sheetmenu",
"sheetmenu",
"sheet menu",
"actionsheet",
"bottom-sheet",
"bottom sheet",
"react-native",
"dialog",
"selector",
"android",
"ios"
],
"main": "index.ts",
"types": "index.ts",
"scripts": {
"start": "react-native start",
"install:deps": "npm install && cd example && npm install",
"doctor": "rm -rf node_modules && rm -f package-lock.json && rm -rf example/node_modules && rm -f example/package-lock.json && npm install && cd example && npm install",
"git:reset": "rm -rf .git && git init && git add -A && git commit -m 'Initial commit'",
"android": "cd example && npm run android"
},
"peerDependencies": {
"react-native": "^0.41.2"
},
"devDependencies": {
"@types/react-native": "^0.60.8",
"babel-eslint": "^10.0.3",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-react": "^1.1.7",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"prettier-eslint": "^9.0.0",
"react": "16.8.6",
"react-native": "0.60.4",
"typescript": "^3.8.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react-native": "^3.8.1",
"eslint-plugin-standard": "^4.0.1",
"@typescript-eslint/eslint-plugin": "2.17.0",
"@typescript-eslint/parser": "2.17.0"
},
"bugs": {
"url": "https://github.com/whalemare/react-native-sheetmenu/issues"
},
"homepage": "https://github.com/whalemare/react-native-sheetmenu#readme",
"directories": {
"example": "example"
},
"dependencies": {
"react-native-modalbox": "1.7.1",
"prop-types": "15.7.2",
"@types/react-native-modalbox": "1.4.8",
"@types/prop-types": "15.7.1"
}
}