@athosws/react-components
Version:
This is a set of useful ReactJS components developed by Athos.\n Email:ladiesman217.as@gmail.com
98 lines (97 loc) • 2.77 kB
JSON
{
"name": "@athosws/react-components",
"homepage": "https://AthosMatos.github.io/athosws-react-components",
"version": "1.6.1",
"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",
"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",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/chroma-js": "^2.4.4",
"@types/react": "^19.0.12",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^19.0.4",
"@types/uuid": "^10.0.0",
"daisyui": "^5.0.4",
"gh-pages": "^6.1.1",
"postcss-import": "^16.1.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tailwindcss": "^4.1.3",
"tslib": "^2.7.0",
"typescript": "^5.8.2"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@reduxjs/toolkit": "^2.4.0",
"@tailwindcss/cli": "^4.0.14",
"@tailwindcss/postcss": "^4.1.3",
"@types/lodash": "^4.17.7",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.21",
"bootstrap": "^5.3.3",
"chroma-js": "^3.0.0",
"motion": "^12.5.0",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.0",
"react": "^19.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-router": "^7.1.1",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.6.1",
"react-tooltip": "^5.28.0",
"rollup-plugin-postcss": "^4.0.2",
"styled-components": "^6.1.12",
"use-debounce": "^10.0.4",
"uuid": "^10.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"rollup": "rollup -c"
},
"publishConfig": {
"access": "public"
}
}