-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
54 lines (54 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
51
52
53
54
{
"name": "react-native-draggable",
"version": "3.3.0",
"description": "draggable",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint Draggable.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tongyy/react-native-draggable.git"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@react-native-community/eslint-config": "1.0.0",
"@types/react": "^16.9.34",
"@types/react-native": "^0.62.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.3.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-react": "^7.19.0",
"jest": "^25.3.0",
"metro-react-native-babel-preset": "^0.58.0",
"react": "16.11.0",
"react-native": "^0.62.2",
"react-test-renderer": "^16.11.0",
"typescript": "^3.8.3"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/"
]
},
"keywords": [
"react-native",
"draggable",
"drag",
"drop"
],
"author": "tongyy",
"license": "MIT",
"bugs": {
"url": "https://github.com/tongyy/react-native-draggable/issues"
},
"homepage": "https://github.com/tongyy/react-native-draggable#readme"
}