UNPKG

fanyucomponents

Version:

一款以 純邏輯為核心、無樣式綁定 的 React 元件套件

48 lines (47 loc) 1.06 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "fanyucomponents", "version": "2.10.16", "description": "一款以 純邏輯為核心、無樣式綁定 的 React 元件套件", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "keywords": [ "React", "UI", "Component", "Collapse", "Modal", "Button", "fanyucomponents", "No StyleBind", "Pure Logic", "React Component", "React UI", "React Pure Logic", "React No StyleBind", "React UI Component", "React UI Pure Logic", "React UI No StyleBind" ], "repository": { "type": "git", "url": "git+https://github.com/fanyuuu2006/fanyu-components.git" }, "author": "", "license": "MIT", "type": "module", "dependencies": { "lodash": "^4.17.21", "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@types/lodash": "^4.17.16", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.2", "typescript": "^5.8.3" } }