UNPKG

@athosws/react-components

Version:

This is a set of useful ReactJS components developed by Athos.\n Email:ladiesman217.as@gmail.com

86 lines (85 loc) 2.43 kB
{ "name": "@athosws/react-components", "homepage": "https://AthosMatos.github.io/athosws-react-components", "version": "1.6.9", "description": "This is a set of useful ReactJS components developed by Athos.\\n Email:ladiesman217.as@gmail.com", "main": "dist/module-index.js", "module": "dist/module-index.mjs", "types": "dist/module-index.d.ts", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/AthosMatos/ATHOS_React_Components.git" }, "bugs": { "url": "https://github.com/AthosMatos/ATHOS_React_Components/issues" }, "keywords": [ "athos", "react", "components", "matos" ], "author": "Athos Matos", "scripts": { "dev": "vite", "rollup": "rollup -c", "build": "npm run build", "lint": "eslint .", "preview": "vite preview" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.8", "daisyui": "^5.0.43", "motion": "^12.15.0" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@reduxjs/toolkit": "^2.8.2", "@tailwindcss/vite": "^4.1.8", "chroma-js": "^3.1.2", "classnames": "^2.5.1", "daisyui": "^5.0.43", "motion": "^12.15.0", "react-beautiful-dnd": "^13.1.1", "react-hook-form": "^7.56.4", "react-icons": "^5.5.0", "react-redux": "^9.2.0", "react-router": "^7.6.1", "react-syntax-highlighter": "^15.6.1", "tailwindcss": "^4.1.8", "uuid": "^11.1.0" }, "devDependencies": { "@eslint/js": "^9.28.0", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.4", "@types/chroma-js": "^3.1.1", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.27.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.2.0", "react": "^19.1.0", "react-dom": "^19.1.0", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "styled-components": "^6.1.18", "typescript": "~5.8.3", "typescript-eslint": "^8.33.0", "vite": "^6.3.5" } }