-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "react-native-easy-gestures",
"version": "2.2.4",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"description": "React Native Gestures. Support: Drag, Scale and Rotate a Component.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/keske/react-native-easy-gestures"
},
"keywords": [
"react",
"native",
"gestures",
"drag",
"scale",
"rotate"
],
"author": "Andrey Keske (https://github.com/keske/)",
"contributors": [
"Maxim (https://github.com/anorudes)",
"Hammad Jutt (https://github.com/hammadj)",
"David Alexander Bjerremose (https://github.com/DaBs)"
],
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-jest": "23.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-react-native": "4.0.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.4.0",
"jest": "23.6.0",
"react": "16.6.3",
"react-native": "0.50.3",
"react-test-renderer": "16.6.3"
},
"dependencies": {
"prop-types": "^15.6.0",
"ramda": "^0.26.0"
}
}