modal-react-native-web
Version:
React native modal implementation for web
53 lines (52 loc) • 1.59 kB
JSON
{
"name": "modal-react-native-web",
"version": "0.2.0",
"description": "React native modal implementation for web",
"main": "dist/index.js",
"repository": "https://github.com/Dekoruma/react-native-web-modal/tree/master/packages/modal-react-native-web",
"author": "Ray Andrew <raydreww@gmail.com>",
"license": "MIT",
"private": false,
"sideEffects": false,
"files": [
"dist"
],
"keywords": [
"react",
"react-native",
"react-native-web",
"modal",
"animation",
"react-native-animatable"
],
"scripts": {
"build": "yarn clean && yarn build:commonjs",
"build:es5": "BABEL_ENV=production babel src -d dist --ignore \"**/__tests__\"",
"build:commonjs": "BABEL_ENV=commonjs babel src -d dist --ignore \"**/__tests__\"",
"clean": "rimraf dist"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "1.0.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "^4.0.0",
"babel-preset-stage-0": "^6.24.1",
"prop-types": "^15.6.2",
"rimraf": "^2.6.2"
},
"peerDependencies": {
"react": "16.x.x",
"react-art": "16.x.x",
"react-dom": "16.x.x",
"react-native-web": "0.9.x"
},
"dependencies": {
"warning": "^4.0.1"
},
"gitHead": "56b12d49390d65527acbf2226541ce1f999c5292"
}