You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
InternshipProject/node_modules/rc-checkbox/package.json

62 lines
1.5 KiB

{
"name": "rc-checkbox",
"version": "2.3.2",
"description": "checkbox ui component for react",
"keywords": [
"react",
"react-component",
"react-checkbox",
"checkbox"
],
"main": "./lib/index",
"module": "./es/index",
"files": [
"assets/*.css",
"es",
"lib"
],
"homepage": "http://github.com/react-component/checkbox",
"repository": {
"type": "git",
"url": "git@github.com:react-component/checkbox.git"
},
"bugs": {
"url": "http://github.com/react-component/checkbox/issues"
},
"license": "MIT",
"scripts": {
"start": "father doc dev --storybook",
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"gh-pages": "father doc deploy",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"lint": "eslint . --ext='jsx'",
"test": "father test",
"coverage": "father test --coverage"
},
"dependencies": {
"@babel/runtime": "^7.10.1",
"classnames": "^2.2.1"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.5",
"@umijs/fabric": "^2.2.2",
"coveralls": "^3.0.6",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.1",
"enzyme-to-json": "^3.0.0",
"eslint": "^7.0.0",
"father": "^2.13.4",
"less": "^3.11.1",
"np": "^6.2.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}