102 lines
2.4 KiB
JSON
102 lines
2.4 KiB
JSON
|
{
|
||
|
"name": "rc-picker",
|
||
|
"version": "3.14.4",
|
||
|
"description": "React date & time picker",
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"react-component",
|
||
|
"react-picker"
|
||
|
],
|
||
|
"main": "./lib/index",
|
||
|
"module": "./es/index",
|
||
|
"files": [
|
||
|
"assets/*.css",
|
||
|
"assets/*.less",
|
||
|
"es",
|
||
|
"lib"
|
||
|
],
|
||
|
"homepage": "https://react-component.github.io/picker",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:react-component/picker.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "http://github.com/react-component/picker/issues"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"start": "dumi dev",
|
||
|
"build": "dumi build",
|
||
|
"compile": "father build && lessc assets/index.less assets/index.css",
|
||
|
"gh-pages": "npm run build && father doc deploy",
|
||
|
"prepublishOnly": "npm run compile && np --yolo --no-publish",
|
||
|
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
|
||
|
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
||
|
"test": "rc-test",
|
||
|
"coverage": "father test --coverage",
|
||
|
"now-build": "npm run build"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.10.1",
|
||
|
"@rc-component/trigger": "^1.5.0",
|
||
|
"classnames": "^2.2.1",
|
||
|
"rc-util": "^5.30.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.x"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@rc-component/father-plugin": "^1.0.0",
|
||
|
"@testing-library/react": "^12",
|
||
|
"@types/classnames": "^2.2.9",
|
||
|
"@types/jest": "^26.0.0",
|
||
|
"@types/luxon": "^3.2.0",
|
||
|
"@types/react": "^17.0.11",
|
||
|
"@types/react-dom": "^17.0.8",
|
||
|
"coveralls": "^3.0.6",
|
||
|
"cross-env": "^7.0.2",
|
||
|
"date-fns": "2.x",
|
||
|
"dayjs": "1.x",
|
||
|
"dumi": "^2.1.15",
|
||
|
"eslint": "~7.32.0",
|
||
|
"eslint-plugin-eslint-comments": "^3.1.2",
|
||
|
"eslint-plugin-jest": "^26.8.2",
|
||
|
"eslint-plugin-react-hooks": "^4.0.2",
|
||
|
"eslint-plugin-unicorn": "^40.0.0",
|
||
|
"father": "^4.0.0",
|
||
|
"glob": "^7.2.0",
|
||
|
"less": "^3.10.3",
|
||
|
"luxon": "3.x",
|
||
|
"mockdate": "^3.0.2",
|
||
|
"moment": "^2.24.0",
|
||
|
"np": "^7.1.0",
|
||
|
"prettier": "^2.0.5",
|
||
|
"rc-test": "^7.0.9",
|
||
|
"react": "^17.0.0",
|
||
|
"react-dom": "^17.0.0",
|
||
|
"typescript": "^4.0.3"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"date-fns": ">= 2.x",
|
||
|
"dayjs": ">= 1.x",
|
||
|
"luxon": ">= 3.x",
|
||
|
"moment": ">= 2.x",
|
||
|
"react": ">=16.9.0",
|
||
|
"react-dom": ">=16.9.0"
|
||
|
},
|
||
|
"peerDependenciesMeta": {
|
||
|
"date-fns": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"dayjs": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"luxon": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"moment": {
|
||
|
"optional": true
|
||
|
}
|
||
|
}
|
||
|
}
|