UNPKG

ayongui

Version:
45 lines (44 loc) 1.01 kB
{ "name": "ayongui", "version": "1.0.5", "main": "./cjs/index.js", "module": "./es/ayongui/index.mjs", "browser": "./umd/index.js", "typings": "./index.d.ts", "style": "./style.css", "scripts": { "build": "vite build" }, "repository": { "type": "git", "url": "https://github.com/AyongNice/ayongUI.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "keywords": [ "react", "react-component", "react-components", "react-ui", "react-ui-components", "react-component-library", "react-components-library", "react-ui-library", "轻量级", "简单好用", "react组件库" ], "files": ["components","es","index.d.ts","package.json"], "license": "ISC", "devDependencies": { "@vitejs/plugin-react-refresh": "^1.3.6", "vite": "^4.5.0", "vite-plugin-dts": "^3.6.3", "vite-plugin-style-import": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.3", "react-dom": ">=16.8.3" } }