UNPKG

strivui

Version:

**StrivUI** is a modern, utility-first UI component library designed for building fast, beautiful, and accessible interfaces in **React** using both **TypeScript** and **JavaScript**.

79 lines (78 loc) 2.05 kB
{ "name": "strivui", "version": "1.22.53", "scripts": { "build": "npx sass app/styles/striveui.scss dist/striveui.css && rollup -c", "clean": "rimraf dist" }, "files": [ "dist", "README.md" ], "description": "**StrivUI** is a modern, utility-first UI component library designed for building fast, beautiful, and accessible interfaces in **React** using both **TypeScript** and **JavaScript**.", "keywords": [ "react", "ui-library", "components", "react-components", "strivui", "typescript", "javascript", "styled-components", "design-system", "tailwindcss", "accessibility", "reusable-components", "frontend", "react-ui", "ui-kit", "strivui npm", "StrivUi", "StrivUi npm" ], "homepage": "https://github.com/Syed-Dev-Sphere/StrivUI#readme", "bugs": { "url": "https://github.com/Syed-Dev-Sphere/StrivUI/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Syed-Dev-Sphere/StrivUI.git" }, "publishConfig": { "access": "public" }, "license": "MIT", "author": "Syed Abdullah Ali", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/types/index.d.ts", "dependencies": { "@babel/preset-env": "^7.28.0", "clsx": "^2.1.1", "rollup-plugin-scss": "^4.0.1" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0", "styled-components": ">=5.0.0" }, "devDependencies": { "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "babel-plugin-styled-components": "^2.1.4", "react": "^19.1.0", "react-dom": "^19.1.0", "rimraf": "^6.0.1", "rollup": "^4.0.0", "sass": "^1.89.2", "tslib": "^2.8.1", "typescript": "^5.0.0" } }