-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
33 lines (33 loc) · 1.06 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
{
"name": "react-native-action-sheet-component",
"version": "0.1.48",
"description": "React Native Action Sheet Component for iOS & Android.",
"main": "dist/index.js",
"repository": "git@github.com:jacklam718/react-native-action-sheet-component.git",
"author": "Jack Lam <jacklam718@gmail.com>",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"build": "npm run clean && babel src/ -d dist/ && copyfiles -f src/img/* dist/img"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-flow-react-proptypes": "^2.1.3",
"babel-preset-es2016": "^6.22.0",
"babel-preset-react-native": "^1.9.1",
"copyfiles": "^1.2.0",
"eslint": "^3.17.0",
"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",
"rimraf": "^2.6.1"
},
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.5.8",
"react-native-animated-overlay": "^0.0.10",
"react-native-root-siblings": "^1.2.0"
}
}