-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "react-native-draganddrop-board",
"version": "1.0.5",
"description": "Drag and drop elements inside carousel",
"main": "src/components/index.js",
"scripts": {
"test": "jest --config=\"./jest/config.json\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/bear-junior/react-native-draganddrop-board.git"
},
"keywords": [
"draggable",
"board",
"drag",
"and",
"drop",
"react",
"native",
"drag and drop",
"react-native"
],
"author": "Natalia Muryn",
"license": "ISC",
"peerDependencies": {
"react": "16.9.0",
"react-native": "0.61.5"
},
"dependencies": {
"lodash": "^4.17.15",
"react-timeout": "^1.2.0",
"styled-components": "^4.4.1",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.7.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-test-renderer": "^16.12.0"
},
"bugs": {
"url": "https://github.com/bear-junior/react-native-draganddrop-board/issues"
},
"homepage": "https://github.com/bear-junior/react-native-draganddrop-board#readme",
"readmeFilename": "README.md"
}