flysoft-react-ui
Version:
A modern React UI component library with Tailwind CSS, TypeScript, and FontAwesome 5. Includes forms, layouts, themes, and templates for rapid development.
88 lines (87 loc) • 2.35 kB
JSON
{
"name": "flysoft-react-ui",
"private": false,
"version": "0.1.11",
"type": "module",
"description": "A modern React UI component library with Tailwind CSS, TypeScript, and FontAwesome 5. Includes forms, layouts, themes, and templates for rapid development.",
"keywords": [
"react",
"ui",
"components",
"tailwind",
"typescript",
"forms",
"login",
"registration",
"contact-forms",
"dashboard",
"layout",
"themes",
"fontawesome",
"accessibility",
"responsive",
"modern",
"design-system"
],
"author": "Flysoft",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/flysoft/flysoft-react-ui"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./styles": "./dist/index.css"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "vite build && tsc -p tsconfig.lib.json",
"build:types": "tsc -p tsconfig.lib.json --emitDeclarationOnly",
"preview": "vite preview",
"lint": "eslint .",
"prepublishOnly": "npm run build",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish",
"update-docs": "node scripts/update-docs.js",
"validate-docs": "node scripts/validate-docs.js",
"docs:update": "npm run update-docs",
"docs:validate": "npm run validate-docs"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.12",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@tailwindcss/postcss": "^4.1.12",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2",
"vite-plugin-dts": "^4.5.4"
}
}