forgeplus-react/node_modules/rc-dialog/package.json

117 lines
2.8 KiB
JSON

{
"_args": [
[
"rc-dialog@7.6.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rc-dialog@7.6.1",
"_id": "rc-dialog@7.6.1",
"_inBundle": false,
"_integrity": "sha512-KUKf+2eZ4YL+lnXMG3hR4ZtIhC9glfH27NtTVz3gcoDIPAf3uUvaXVRNoDCiSi+OGKLyIb/b6EoidFh6nQC5Wg==",
"_location": "/rc-dialog",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-dialog@7.6.1",
"name": "rc-dialog",
"escapedName": "rc-dialog",
"rawSpec": "7.6.1",
"saveSpec": null,
"fetchSpec": "7.6.1"
},
"_requiredBy": [
"/antd"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-dialog/-/rc-dialog-7.6.1.tgz",
"_spec": "7.6.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "yiminghe@gmail.com"
},
"bugs": {
"url": "http://github.com/react-component/dialog/issues"
},
"config": {
"port": 8007,
"entry": {
"rc-dialog": [
"./index.js",
"./assets/index.less"
],
"rc-dialog-bootstrap": [
"./index.js",
"./assets/bootstrap.less"
]
}
},
"dependencies": {
"babel-runtime": "6.x",
"rc-animate": "2.x",
"rc-util": "^4.16.1"
},
"description": "dialog ui component for react",
"devDependencies": {
"@types/mocha": "~7.0.1",
"@types/react": "^16.0.19",
"@types/react-dom": "^16.0.2",
"async": "^0.9.0",
"bluebird": "~3.7.2",
"bootstrap": "^4.3.1",
"core-js": "^2.5.1",
"expect.js": "~0.3.1",
"jquery": "^3.3.1",
"pre-commit": "1.x",
"rc-drawer": "3.1.3",
"rc-test": "^6.0.1",
"rc-tools": "7.x",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"files": [
"lib",
"es",
"assets/*.css",
"dist"
],
"homepage": "http://github.com/react-component/dialog",
"keywords": [
"react",
"react-component",
"react-dialog",
"dialog",
"ui"
],
"license": "MIT",
"main": "./lib/DialogWrap",
"module": "./es/DialogWrap",
"name": "rc-dialog",
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/dialog.git"
},
"scripts": {
"build": "rc-tools run build",
"chrome-test": "rc-test run chrome-test",
"compile": "rc-tools run compile --babel-runtime",
"coverage": "rc-test run coverage",
"dist": "rc-tools run dist",
"gh-pages": "rc-tools run gh-pages",
"karma": "rc-test run karma",
"lint": "rc-tools run lint --no-js-lint",
"lint:ts": "tsc",
"prepublish": "rc-tools run guard",
"pub": "rc-tools run pub --babel-runtime",
"saucelabs": "rc-test run saucelabs",
"start": "rc-tools run server",
"test": "rc-test run test",
"watch-tsc": "rc-tools run watch-tsc"
},
"typings": "./lib/DialogWrap.d.ts",
"version": "7.6.1"
}