UNPKG

desmy-react

Version:

Introducing an easy-to-use, lightning-fast React.js component that streamlines your development process. Our solution prioritizes simplicity, speed, and optimization, making it a breeze to build projects in React.

121 lines (120 loc) 3.56 kB
{ "name": "desmy-react", "description": "Introducing an easy-to-use, lightning-fast React.js component that streamlines your development process. Our solution prioritizes simplicity, speed, and optimization, making it a breeze to build projects in React.", "private": false, "version": "1.4.9", "author": "Desmond Charles Boamah", "license": "MIT", "type": "module", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "homepage": "https://github.com/desmydev/desmy-react", "repository": { "type": "git", "url": "https://github.com/desmydev/desmy-react.git" }, "keywords": [ "react", "desmy-react", "desmydev", "desmyapp", "desmy-app", "desmy-create", "typescripts", "react framework", "react-components", "react-modal-container", "desmy-react", "react-ui", "react-commons", "react-dropdown", "react-auth", "react-modal", "react-clickoutside" ], "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js", "types": "./dist/index.d.ts" }, "./dist/*.css": { "import": "./dist/*.css", "require": "./dist/*.css" } }, "lint-staged": { "./lib/**/*.{ts,tsx,js,jsx}": "eslint --fix", "./lib/**/*.{ts,tsx,js,jsx,css}": "prettier --write" }, "publishConfig": { "access": "public" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "build-watch": "rm -rf ./dist && tsc && vite build --watch", "lint": "eslint --fix './lib/**/*.{ts,tsx,js,jsx}' && prettier . --write './lib/**/*.{ts,tsx,js,jsx,css}'", "preview": "vite preview", "prepare": "husky install" }, "dependencies": { "@paystack/inline-js": "^2.22.2", "@popperjs/core": "^2.11.8", "@tailwindcss/vite": "^4.0.3", "@testing-library/jest-dom": "^6.6.3", "@vitejs/plugin-react-swc": "^3.7.2", "@wojtekmaj/react-hooks": "^1.22.0", "axios": "^1.7.9", "classnames": "^2.5.1", "date-fns": "^4.1.0", "dayjs": "^1.11.13", "face-api.js": "^0.22.2", "husky": "^9.1.7", "jest": "^29.7.0", "next": "^15.1.6", "pdfjs-dist": "^2.16.105", "popper.js": "^1.16.1", "react": "^19.1.0", "react-advanced-cropper": "^0.20.1", "react-colorful": "^5.6.1", "react-dom": "^19.1.0", "react-icons": "^5.4.0", "react-jsx-runtime": "^1.0.0-alpha.1", "react-lazy-load-image-component": "^1.6.3", "react-pdf": "latest", "react-router-dom": "^7.1.5", "react-toastify": "^11.0.3", "react-transition-group": "^4.4.5", "read-excel-file": "^5.8.6", "rollup": "^4.34.5", "rxjs": "^7.8.1", "tslib": "^2.8.1", "vite-plugin-static-copy": "^2.2.0" }, "devDependencies": { "@tailwindcss/forms": "^0.5.10", "@tailwindcss/postcss": "^4.0.3", "@types/node": "^22.13.4", "@types/paystack__inline-js": "^1.0.1", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@types/react-transition-group": "^4.4.12", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "eslint": "^9.19.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.18", "lint-staged": "^15.4.3", "postcss": "^8.5.1", "prettier": "^3.4.2", "sass-embedded": "^1.83.4", "tailwindcss": "^4.0.3", "typescript": "^5.7.3", "vite": "^6.0.11", "vite-plugin-dts": "^4.5.0" } }