UNPKG

ayongui1

Version:
47 lines (45 loc) 971 B
{ "name": "ayongui1", "version": "2.0.1", "main": "./cjs/index.js", "module": "./es/index.js", "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组件库" ], "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" }, "dependencies": { } }