react-ez-ui
Version:
A customizable component library for React that does not rely on predefined UI styles, allowing complete control over the design and content of the components.
78 lines (77 loc) • 1.76 kB
JSON
{
"name": "react-ez-ui",
"version": "1.0.0",
"description": "A customizable component library for React that does not rely on predefined UI styles, allowing complete control over the design and content of the components.",
"keywords": [
"react",
"typescript",
"javascript",
"ui",
"ui-components",
"picker",
"picker-view",
"popup",
"button",
"loading-button"
],
"homepage": "https://github.com/phaoer/react-ez-ui",
"bugs": "https://github.com/phaoer/react-ez-ui/issues",
"repository": {
"type": "git",
"url": "https://github.com/phaoer/react-ez-ui"
},
"license": "MIT",
"author": "phaoer",
"type": "module",
"exports": {
".": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"default": {
"types": "./index.d.ts",
"default": "./index.js"
}
}
},
"main": "./dist/index.cjs",
"module": "./index.js",
"files": [
"dist",
"index.js",
"index.d.ts",
"README.md",
"README.zh-CN.md",
"LICENSE",
"package.json"
],
"scripts": {
"build": "rollup -c",
"test": "jest"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.5.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.8",
"react-test-renderer": "^19.0.0",
"rollup": "^4.34.8",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.2.6",
"ts-loader": "^9.5.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}