forked from react-native-masked-view/masked-view
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "@react-native-community/masked-view",
"description": "React Native MaskedView component",
"types": "./types/index.d.ts",
"main": "index.js",
"author": "Mike Nedosekin <[email protected]>",
"license": "MIT",
"version": "0.1.6",
"homepage": "https://github.com/react-native-community/react-native-masked-view#readme",
"keywords": [
"react-native",
"react native",
"masked-view",
"masked view"
],
"scripts": {
"test:flow": "flow check",
"test:js": "echo 0",
"test:lint": "eslint ./",
"test:prettier": "prettier --check './**/*.js'"
},
"peerDependencies": {
"react": "^16.0",
"react-native": ">=0.57"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.6.4",
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-native": "^3.8.1",
"flow-bin": "^0.106.1",
"prettier": "^1.18.2",
"react-native": ">=0.57"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/react-native-masked-view.git"
},
"bugs": {
"url": "https://github.com/react-native-community/react-native-masked-view/issues"
}
}