73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
|
{
|
||
|
"name": "rc-progress",
|
||
|
"version": "3.5.1",
|
||
|
"description": "progress ui component for react",
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"react-component",
|
||
|
"react-progress",
|
||
|
"progress"
|
||
|
],
|
||
|
"homepage": "http://github.com/react-component/progress",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:react-component/progress.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "http://github.com/react-component/progress/issues"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"main": "./lib/index",
|
||
|
"module": "./es/index",
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"es"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"start": "dumi dev",
|
||
|
"docs:build": "dumi build",
|
||
|
"docs:deploy": "gh-pages -d docs-dist",
|
||
|
"compile": "father build",
|
||
|
"gh-pages": "npm run build && father doc deploy",
|
||
|
"prepublishOnly": "npm run compile && np --yolo --no-publish",
|
||
|
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js",
|
||
|
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
||
|
"test": "father test",
|
||
|
"tsc": "tsc --noEmit",
|
||
|
"coverage": "father test --coverage",
|
||
|
"now-build": "npm run docs:build"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"react": ">=16.9.0",
|
||
|
"react-dom": ">=16.9.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.10.1",
|
||
|
"classnames": "^2.2.6",
|
||
|
"rc-util": "^5.16.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@testing-library/react": "^12.1.5",
|
||
|
"@types/classnames": "^2.2.9",
|
||
|
"@types/jest": "^27.5.0",
|
||
|
"@types/keyv": "3.1.4",
|
||
|
"@types/react": "^18.0.9",
|
||
|
"@types/react-dom": "^18.0.3",
|
||
|
"@umijs/fabric": "^2.0.0",
|
||
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
|
||
|
"cross-env": "^7.0.0",
|
||
|
"dumi": "^1.1.0",
|
||
|
"enzyme": "^3.1.1",
|
||
|
"enzyme-adapter-react-16": "^1.0.1",
|
||
|
"enzyme-to-json": "^3.1.2",
|
||
|
"eslint": "^7.1.0",
|
||
|
"father": "^2.29.6",
|
||
|
"glob": "^8.0.1",
|
||
|
"np": "^7.2.0",
|
||
|
"prettier": "^2.1.1",
|
||
|
"react": "^17.0.2",
|
||
|
"react-dom": "^17.0.2",
|
||
|
"typescript": "^4.0.2"
|
||
|
}
|
||
|
}
|