UNPKG

rmc-dialog

Version:
76 lines (75 loc) 1.93 kB
{ "name": "rmc-dialog", "version": "1.1.1", "description": "mobile dialog ui component for react", "keywords": [ "react", "m-dialog", "react-component", "react-dialog", "dialog", "mobile dialog", "ui" ], "homepage": "http://github.com/react-component/m-dialog", "repository": { "type": "git", "url": "git@github.com:react-component/m-dialog.git" }, "bugs": { "url": "http://github.com/react-component/m-dialog/issues" }, "license": "MIT", "files": [ "lib", "es", "assets/*.css" ], "main": "./lib/DialogWrap", "module": "./es/DialogWrap", "config": { "port": 8007 }, "scripts": { "watch-tsc": "rc-tools run watch-tsc", "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "start": "rc-tools run server", "compile": "rc-tools run compile --babel-runtime", "pub": "rc-tools run pub --babel-runtime", "lint": "rc-tools run lint --no-js-lint", "karma": "rc-test run karma", "saucelabs": "rc-test run saucelabs", "test": "rc-test run test", "chrome-test": "rc-test run chrome-test", "coverage": "rc-test run coverage", "rn-start": "node node_modules/react-native/local-cli/cli.js start", "rn-init": "rc-tools run react-native-init" }, "devDependencies": { "@types/mocha": "^2.2.32", "@types/react": "~16.0.2", "@types/react-dom": "15.5.1", "@types/react-native": "^0.47.2", "async": "^0.9.0", "bluebird": "~2.9.30", "bootstrap": "^3.3.6", "expect.js": "~0.3.1", "jquery": "^1.11.2", "pre-commit": "1.x", "rc-test": "^6.0.1", "rc-tools": "6.x", "react": "^15.5.0", "react-dom": "^15.5.0", "react-native": "~0.42.0", "react-native-index-page": "~0.2.0" }, "pre-commit": [ "lint" ], "typings": "./lib/DialogWrap.d.ts", "dependencies": { "babel-runtime": "6.x", "rc-animate": "2.x" } }