UNPKG

@gem-mine/rmc-dialog

Version:

mobile dialog ui component for react

72 lines (71 loc) 1.8 kB
{ "name": "@gem-mine/rmc-dialog", "version": "1.0.0", "description": "mobile dialog ui component for react", "keywords": [ "react", "m-dialog", "react-component", "react-dialog", "dialog", "mobile dialog", "ui" ], "homepage": "https://github.com/gem-mine/rmc-dialog", "repository": { "type": "git", "url": "git@github.com:gem-mine/rmc-dialog.git" }, "bugs": { "url": "https://github.com/gem-mine/rmc-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" }, "devDependencies": { "@types/mocha": "^2.2.32", "@types/react": "^16.9.19", "@types/react-dom": "^16.9.5", "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": "^16.12.0", "react-dom": "^16.12.0" }, "pre-commit": [ "lint" ], "typings": "./lib/DialogWrap.d.ts", "dependencies": { "babel-runtime": "6.x", "rc-animate": "2.x", "rc-util": "^4.19.0" } }