forked from nuclearpasta/react-native-drax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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
{
"name": "react-native-drax",
"version": "0.5.3",
"description": "A drag-and-drop system for React Native",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nuclearpasta/react-native-drax.git"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "yarn build"
},
"author": "Joe Lafiosca <[email protected]>",
"license": "MIT",
"dependencies": {
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"typesafe-actions": "^5.1.0",
"uuid": "^3.3.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "^1.5.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@types/lodash.isequal": "^4.5.5",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^14.0.5",
"@types/react": "^16.9.17",
"@types/react-native": "0.60.25",
"@types/uuid": "^3.4.6",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint": "^6.7.0",
"eslint-config-airbnb-typescript": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react-native": "^3.8.1",
"hoist-non-react-statics": "^3.3.1",
"react": "16.9.0",
"react-native": "^0.61.5",
"react-native-gesture-handler": "^1.5.0",
"typescript": "^3.7.2"
}
}