UNPKG

1.69 kBJSONView Raw
1{
2 "name": "react-native-modal",
3 "version": "11.3.1",
4 "description": "An enhanced React-Native modal",
5 "main": "src/index.js",
6 "types": "typings/index.d.ts",
7 "files": [
8 "src/",
9 "typings/"
10 ],
11 "scripts": {
12 "start": "node node_modules/react-native/local-cli/cli.js start",
13 "start:android": "react-native run-android --root example/",
14 "start:ios": "react-native run-ios --project-path example/ios",
15 "lint": "eslint src",
16 "lint:fix": "yarn run lint -- --fix",
17 "test": "yarn run lint",
18 "release": "yarn semantic-release"
19 },
20 "keywords": [
21 "react-native",
22 "react",
23 "native",
24 "modal",
25 "android",
26 "ios",
27 "backdrop",
28 "simple",
29 "animated"
30 ],
31 "author": "Mazzarolo Matteo",
32 "license": "MIT",
33 "homepage": "https://github.com/react-native-community/react-native-modal",
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/react-native-community/react-native-modal"
37 },
38 "dependencies": {
39 "prop-types": "^15.6.2",
40 "react-native-animatable": "^1.3.1"
41 },
42 "devDependencies": {
43 "@babel/core": "7.0.0",
44 "@babel/runtime": "^7.4.4",
45 "@react-native-community/eslint-config": "^0.0.3",
46 "@semantic-release/git": "^7.0.8",
47 "babel-core": "7.0.0-bridge.0",
48 "babel-jest": "24.1.0",
49 "babel-plugin-module-resolver": "3.1.3",
50 "eslint": "^5.13.0",
51 "jest": "^24.7.1",
52 "metro-react-native-babel-preset": "0.51.1",
53 "react": "16.6.3",
54 "react-native": "0.58.4",
55 "react-test-renderer": "16.6.3",
56 "semantic-release": "^15.13.3"
57 },
58 "peerDependencies": {
59 "react": "*",
60 "react-native": "*"
61 },
62 "jest": {
63 "preset": "react-native"
64 }
65}