86 lines
2.3 KiB
JSON
86 lines
2.3 KiB
JSON
{
|
|
"_from": "rc-align@^3.0.0-rc.0",
|
|
"_id": "rc-align@3.0.0-rc.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-GbofumhCUb7SxP410j/fbtR2M9Zml+eoZSdaliZh6R3NhfEj5zP4jcO3HG3S9C9KIcXQQtd/cwVHkb9Y0KU7Hg==",
|
|
"_location": "/rc-align",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-align@^3.0.0-rc.0",
|
|
"name": "rc-align",
|
|
"escapedName": "rc-align",
|
|
"rawSpec": "^3.0.0-rc.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0-rc.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/rc-trigger"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-align/-/rc-align-3.0.0-rc.1.tgz",
|
|
"_shasum": "32d1fac860d12bb85e9b8cafbbdef79f3f537674",
|
|
"_spec": "rc-align@^3.0.0-rc.0",
|
|
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/rc-trigger",
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/align/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"classnames": "2.x",
|
|
"dom-align": "^1.7.0",
|
|
"rc-util": "^4.12.0",
|
|
"resize-observer-polyfill": "^1.5.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "align ui component for react",
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.18",
|
|
"@types/react": "^16.8.19",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/warning": "^3.0.0",
|
|
"cross-env": "^6.0.0",
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-adapter-react-16": "^1.14.0",
|
|
"enzyme-to-json": "^3.4.0",
|
|
"father": "^2.13.2",
|
|
"np": "^5.0.3",
|
|
"typescript": "^3.5.2"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"homepage": "http://github.com/react-component/align",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-align",
|
|
"align"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index",
|
|
"module": "./es/index",
|
|
"name": "rc-align",
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/react-component/align.git"
|
|
},
|
|
"scripts": {
|
|
"build": "father doc build --storybook",
|
|
"compile": "father build",
|
|
"coverage": "father test --coverage",
|
|
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
|
|
"now-build": "npm run build",
|
|
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
|
|
"start": "cross-env NODE_ENV=development father doc dev --storybook",
|
|
"test": "father test"
|
|
},
|
|
"version": "3.0.0-rc.1"
|
|
}
|