rc-dialog
Version:
dialog ui component for react
73 lines (72 loc) • 1.85 kB
JSON
{
"name": "rc-dialog",
"version": "6.5.8",
"description": "dialog ui component for react",
"keywords": [
"react",
"react-component",
"react-dialog",
"dialog",
"ui"
],
"homepage": "http://github.com/react-component/dialog",
"author": "yiminghe@gmail.com",
"repository": {
"type": "git",
"url": "git@github.com:react-component/dialog.git"
},
"bugs": {
"url": "http://github.com/react-component/dialog/issues"
},
"licenses": "MIT",
"files": [
"lib",
"assets/*.css"
],
"main": "./lib/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",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint --no-js-lint",
"karma": "rc-tools run karma",
"saucelabs": "rc-tools run saucelabs",
"test": "rc-tools run test",
"chrome-test": "rc-tools run chrome-test",
"coverage": "rc-tools run coverage",
"rn-start": "node node_modules/react-native/local-cli/cli.js start"
},
"devDependencies": {
"@types/mocha": "~2.2.32",
"@types/react": "~0.14.41",
"@types/react-dom": "~0.14.18",
"@types/react-native": "~0.29.36",
"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-tools": "5.x",
"react": "15.3.x",
"react-addons-test-utils": "15.3.x",
"react-dom": "15.3.x",
"react-native": "0.34.1",
"react-native-index-page": "~0.1.0"
},
"pre-commit": [
"lint"
],
"typings": "./lib/DialogWrap.d.ts",
"dependencies": {
"babel-runtime": "6.x",
"object-assign": "~4.1.0",
"rc-animate": "2.x",
"rc-util": "^4.0.2"
}
}