forked from danielpgauer/rn-sliding-up-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "rn-sliding-up-panel",
"version": "1.4.0",
"description": "Draggable sliding up panel implemented in React Native",
"main": "SlidingUpPanel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/octopitus/rn-sliding-up-panel.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"ios",
"android",
"sliding",
"panel",
"sliding-up-panel"
],
"author": "Luy Tran <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/octopitus/rn-sliding-up-panel/issues"
},
"homepage": "https://github.com/octopitus/rn-sliding-up-panel#readme",
"peerDependencies": {
"react": ">=16.x",
"react-native": ">=0.47"
},
"dependencies": {
"clamp": "^1.0.1",
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"eslint": "^3.12.2",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^6.5.0",
"eslint-plugin-react-native": "^3.2.1",
"prettier": "^1.11.1"
}
}