table-reuse
Version:
Common, reusable React UI components
52 lines (51 loc) • 1.15 kB
JSON
{
"name": "table-reuse",
"version": "0.0.2",
"description": "Common, reusable React UI components",
"keywords": [
"action-buttons",
"button-actions",
"action-view",
"button-view",
"button-group",
"dropdown-overflow",
"layout-control",
"reusable-components",
"react",
"ant-design",
"tailwindcss"
],
"license": "MIT",
"author": "Kevin Wei",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc && rollup -c",
"clean": "rimraf dist",
"prepare": "npm run clean && npm run build"
},
"devDependencies": {
"@ant-design/icons": "^5.1.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"antd": "^5.6.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"rimraf": "^5.0.0",
"rollup": "^3.0.0",
"rollup-plugin-typescript2": "^0.34.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.5.0"
},
"peerDependencies": {
"@ant-design/icons": ">=5",
"antd": ">=5",
"react": ">=18",
"react-dom": ">=18",
"tailwindcss": ">=3"
}
}