-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.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": "react-native-dialog-component",
"version": "0.2.17",
"description": "React Native Dialog Component for IOS & Android.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf dist",
"build": "npm run clean && babel src/ -d dist/"
},
"repository": {
"type": "git",
"url": "https://github.com/jacklam718/react-native-popup-dialog.git"
},
"keywords": [
"dialog",
"component",
"react dialog",
"react dialog component",
"react-native",
"react-native-dialog-component",
"react-native-dialog",
"react native dialog",
"popup-dialog",
"react-component",
"ios",
"android"
],
"author": "jacklam <[email protected]> (https://github.com/jacklam718)",
"license": "MIT",
"homepage": "https://github.com/jacklam718/react-native-popup-dialog/blob/master/README.md",
"dependencies": {
"babel-preset-es2016": "^6.24.1",
"babel-preset-react-native": "^3.0.1",
"prop-types": "^15.5.10",
"react-native-popup-dialog": "^0.9.35",
"react-native-root-siblings": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-flow-react-proptypes": "^5.1.1",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"flow-bin": "^0.53.1",
"react": "^15.6.1",
"react-native": "^0.47.2",
"rimraf": "^2.6.1"
}
}