amis-rpc-design/node_modules/rc-image/package.json
2023-10-07 19:42:30 +08:00

74 lines
1.9 KiB
JSON

{
"name": "rc-image",
"version": "7.2.0",
"description": "React easy to use image component",
"keywords": [
"react",
"react-component",
"react-image",
"image"
],
"main": "./lib/index",
"module": "./es/index",
"types": "./lib/index.d.ts",
"files": [
"assets/*.css",
"es",
"lib"
],
"homepage": "http://github.com/react-component/image",
"repository": {
"type": "git",
"url": "git@github.com:react-component/image.git"
},
"bugs": {
"url": "http://github.com/react-component/image/issues"
},
"license": "MIT",
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"compile": "father build && lessc assets/index.less assets/index.css",
"prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"test": "rc-test",
"coverage": "rc-test --coverage",
"now-build": "npm run docs:build"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@rc-component/portal": "^1.0.2",
"classnames": "^2.2.6",
"rc-dialog": "~9.2.0",
"rc-motion": "^2.6.2",
"rc-util": "^5.34.1"
},
"devDependencies": {
"@ant-design/icons": "^5.0.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@umijs/fabric": "^3.0.0",
"cross-env": "^7.0.2",
"dumi": "^2.1.4",
"eslint": "^7.6.0",
"father": "^4.0.0",
"glob": "^7.1.6",
"less": "^3.12.2",
"np": "^7.0.0",
"rc-test": "^7.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "^4.1.3"
}
}