-
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": "@sishuguojixuefu/react-native-screenshot",
"version": "1.5.1",
"description": "React Native 截屏组件(支持ios、android)",
"main": "index.js",
"author": "sishu",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sishuguojixuefu/react-native-screenshot.git"
},
"bugs": {
"url": "https://github.com/sishuguojixuefu/react-native-screenshot/issues"
},
"homepage": "https://github.com/sishuguojixuefu/react-native-screenshot#readme",
"keywords": [
"react-native",
"screenshot",
"ios",
"android"
],
"scripts": {
"postversion": "git push --tags && git push && npm publish"
},
"files": [
"index.js",
"index.d.ts"
],
"types": "index.d.ts",
"devDependencies": {
"@types/react": "^16.8.17",
"@types/react-native": "^0.57.55",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-import-resolver-typescript": "^1.1.1",
"eslint-plugin-import": "^2.17.2",
"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.17.1",
"typescript": "^3.4.5"
},
"peerDependencies": {
"react-native-screenshot-notifier": "1.0.5",
"react-native-screenshot-observer": "0.2.1",
"react-native-view-shot": "2.6.0"
}
}