-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.35 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
{
"name": "@sishuguojixuefu/react-native-float-ball",
"version": "0.5.4",
"description": "floatBall with PanResponder",
"main": "dist/index.js",
"author": "杨俊宁",
"license": "MIT",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"postversion": "git push --tags && git push && npm publish",
"prepublishOnly": "tsc -p ./tsconfig.json"
},
"repository": "https://github.com/sishuguojixuefu/react-native-float-ball",
"bugs": {
"url": "https://github.com/sishuguojixuefu/react-native-float-ball/issues"
},
"homepage": "https://github.com/sishuguojixuefu/react-native-float-ball#readme",
"keywords": [
"react-native",
"PanResponder",
"ios",
"android",
"sishuguojixuefu"
],
"devDependencies": {
"@types/react": "^16.8.17",
"@types/react-native": "^0.57.55",
"@typescript-eslint/eslint-plugin": "^1.10.2",
"@typescript-eslint/parser": "^1.10.2",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^5.0.0",
"eslint-import-resolver-typescript": "^1.1.1",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-native": "^3.7.0",
"prettier": "^1.18.2",
"typescript": "^3.5.2"
},
"files": [
"dist",
"images"
]
}