-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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": "react-native-modal-component",
"version": "0.1.4",
"main": "dist/index.js",
"repository": "git@github.com:jacklam718/react-native-modal-component.git",
"author": "Jack Lam <jacklam718@gmail.com>",
"license": "MIT",
"keywords": [
"react modal",
"react-native",
"react-native-modal-component",
"react-native-modal",
"react native modal",
"modal",
"component",
"react-component",
"react-native-component",
"ios",
"android"
],
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && babel src/ -d dist/ && copyfiles -f src/img/* dist/img"
},
"dependencies": {
"react-native-toolbar-component": "^0.0.1"
},
"peerDependencies": {
"react-native-deprecated-custom-components": "^0.1.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react-native": "^1.9.2",
"copyfiles": "^1.2.0",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"flow-bin": "^0.40.0",
"react-native-deprecated-custom-components": "^0.1.1",
"rimraf": "^2.6.1"
}
}