-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 838 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 838 Bytes
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
{
"name": "react-native-nested-dnd",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corupta/react-native-nested-dnd.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/corupta/react-native-nested-dnd/issues"
},
"homepage": "https://github.com/corupta/react-native-nested-dnd#readme",
"peerDependencies": {
"react": ">=16.8",
"react-native-reanimated": "^1.13.3"
},
"devDependencies": {
"@react-native-community/eslint-config": "^3.0.1",
"eslint": "^7.32.0",
"prop-types": "^15.7.2",
"typescript": "^4.4.3"
},
"dependencies": {
"react-native-drag-sort-cr": "~2.7.3"
}
}