@ant-design/happy-work-theme
Version:
Ant Design happy work theme
76 lines (75 loc) • 1.9 kB
JSON
{
"name": "@ant-design/happy-work-theme",
"version": "1.0.1",
"description": "Ant Design happy work theme",
"keywords": [
"react",
"ant-design",
"theme"
],
"homepage": "https://github.com/ant-design/happy-work-theme",
"bugs": {
"url": "https://github.com/ant-design/happy-work-theme/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ant-design/happy-work-theme.git"
},
"license": "MIT",
"author": "",
"main": "./lib/index",
"module": "./es/index",
"files": [
"es",
"lib",
"assets/**/*.css",
"assets/**/*.less"
],
"scripts": {
"build": "dumi build",
"compile": "father build",
"coverage": "rc-test --coverage",
"lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"start": "dumi dev",
"test": "rc-test --no-cache"
},
"dependencies": {
"@ant-design/cssinjs": "^1.16.1",
"@babel/runtime": "^7.18.3",
"@ctrl/tinycolor": "^3.6.0",
"classnames": "^2.3.2",
"rc-motion": "^2.7.3",
"rc-util": "^5.33.0"
},
"devDependencies": {
"@rc-component/father-plugin": "^1.0.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"antd": "^5.8.2",
"cross-env": "^7.0.1",
"dumi": "^2.1.0",
"eslint": "^8.56.0",
"eslint-plugin-unicorn": "^55.0.0",
"father": "^4.0.0",
"np": "^6.2.0",
"rc-test": "^7.0.13",
"react": "^18",
"react-dom": "^18",
"regenerator-runtime": "^0.13.7",
"typescript": "^4.0.0"
},
"peerDependencies": {
"antd": ">= 5.8.2",
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"engines": {
"node": ">=8.x"
}
}