UNPKG

s2ui

Version:

A UI library by s2sharpit.

40 lines (39 loc) 854 B
{ "name": "s2ui", "version": "1.0.1", "description": "A UI library by s2sharpit.", "type": "module", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "rollup": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/s2sharpit/s2ui.git" }, "keywords": [ "s2sharpit", "s2-ui", "ui", "library" ], "author": "s2sharpit", "license": "ISC", "bugs": { "url": "https://github.com/s2sharpit/s2ui/issues" }, "homepage": "https://github.com/s2sharpit/s2ui#readme", "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.0.10", "react": "^19.0.0", "tslib": "^2.8.1", "typescript": "^5.8.2" }, "dependencies": { "rollup": "^4.34.9" } }