strivui
Version:
Type-safe, composable React UI toolkit with accessible, theme-aware components, design tokens, and tree-shakable architecture for scalable, maintainable applications.
87 lines (86 loc) • 2.26 kB
JSON
{
"name": "strivui",
"version": "1.22.68",
"scripts": {
"build": "rimraf dist && rollup -c",
"clean": "rimraf dist"
},
"files": [
"dist",
"README.md"
],
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/types/index.d.ts"
}
},
"description": "Type-safe, composable React UI toolkit with accessible, theme-aware components, design tokens, and tree-shakable architecture for scalable, maintainable applications.",
"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/your-username/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",
"style-inject": "^0.3.0"
},
"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.59.0",
"sass": "^1.98.0",
"tslib": "^2.8.1",
"typescript": "^5.0.0"
}
}