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

120 lines
3.3 KiB
JSON

{
"_args": [
[
"rc-table@6.10.15",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rc-table@6.10.15",
"_id": "rc-table@6.10.15",
"_inBundle": false,
"_integrity": "sha512-LAr0M/gqt+irOjvPNBLApmQ0CUHNOfKsEBhu1uIuB3OlN1ynA9z+sdoTQyNd9+8NSl0MYnQOOfhtLChAY7nU0A==",
"_location": "/rc-table",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "rc-table@6.10.15",
"name": "rc-table",
"escapedName": "rc-table",
"rawSpec": "6.10.15",
"saveSpec": null,
"fetchSpec": "6.10.15"
},
"_requiredBy": [
"/antd"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-table/-/rc-table-6.10.15.tgz",
"_spec": "6.10.15",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"bugs": {
"url": "http://github.com/react-component/table/issues"
},
"dependencies": {
"classnames": "^2.2.5",
"component-classes": "^1.2.6",
"lodash": "^4.17.5",
"mini-store": "^2.0.0",
"prop-types": "^15.5.8",
"rc-util": "^4.13.0",
"react-lifecycles-compat": "^3.0.2",
"shallowequal": "^1.0.2"
},
"description": "table ui component for react",
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@umijs/fabric": "^1.1.10",
"cross-env": "^6.0.3",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.1.2",
"eslint": "^6.8.0",
"father": "^2.22.0",
"immutability-helper": "^3.0.0",
"less": "^3.10.3",
"np": "^5.1.0",
"prettier": "^1.11.1",
"rc-animate": "^2.3.0",
"rc-dropdown": "~2.0.1",
"rc-menu": "^7.4.23",
"react": "^16.0.0",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.0.0",
"react-resizable": "^1.7.5",
"react-test-renderer": "^16.0.0",
"react-virtualized": "^9.12.0",
"styled-components": "^4.3.2",
"typescript": "^3.6.4"
},
"files": [
"assets/*.css",
"dist",
"es",
"lib"
],
"homepage": "http://github.com/react-component/table",
"keywords": [
"react",
"react-table",
"table",
"component",
"ui"
],
"license": "MIT",
"main": "./lib/index",
"maintainers": [
{
"name": "yiminghe@gmail.com"
},
{
"name": "afc163@gmail.com"
}
],
"module": "./es/index",
"name": "rc-table",
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-component/table.git"
},
"scripts": {
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css && lessc assets/animation.less assets/animation.css && lessc assets/bordered.less assets/bordered.css",
"coverage": "father test --coverage",
"gh-pages": "npm run build && father doc deploy",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"postPublish": "npm run gh-pages",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"test": "father test"
},
"version": "6.10.15"
}