UNPKG

react-future-tint

Version:

A modern, customizable, and lightweight UI component library for React, providing responsive and accessible components to build user-friendly web applications.

54 lines (53 loc) 1.3 kB
{ "name": "react-future-tint", "version": "1.0.4", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "rollup -c" }, "keywords": [ "react", "ui-components", "react-future-tint", "component-library", "design-system", "responsive", "accessible", "customizable", "modern-ui", "future-tint", "react-library", "form-components", "buttons", "react multi dropdown", "modals", "dropdowns", "input-components", "themeable" ], "author": "FutureApps", "license": "ISC", "description": "A modern, customizable, and lightweight UI component library for React, providing responsive and accessible components to build user-friendly web applications.", "devDependencies": { "@babel/core": "^7.26.7", "@babel/preset-env": "^7.26.7", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "babel-loader": "^9.2.1", "dotenv": "^16.4.7", "rollup": "^2.79.2", "rollup-plugin-terser": "^7.0.2" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "tslib": "^2.8.1" } }