UNPKG

react18-loaders-lite

Version:

A comprehensive library that unleashes the full potential of React 18 server components, providing customizable loading animation components alongside a fullscreen loader container. Designed to seamlessly integrate with React and Next.js.

88 lines 2.49 kB
{ "name": "react18-loaders-lite", "author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>", "private": false, "version": "1.1.4", "description": "A comprehensive library that unleashes the full potential of React 18 server components, providing customizable loading animation components alongside a fullscreen loader container. Designed to seamlessly integrate with React and Next.js.", "license": "MPL-2.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "repository": "github:react18-tools/turborepo-template", "bugs": "https://github.com/react18-tools/turborepo-template/issues", "homepage": "https://turborepo-template-three.vercel.app/", "sideEffects": false, "files": [ "dist/**" ], "scripts": { "build": "tsup && tsc -p tsconfig-build.json", "clean": "rm -rf dist", "dev": "tsup --watch && tsc -p tsconfig-build.json -w", "typecheck": "tsc --noEmit", "lint": "eslint src/", "test": "vitest run --coverage" }, "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@testing-library/react": "^16.1.0", "@types/node": "^22.10.2", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-v8": "^2.1.8", "esbuild-plugin-rdi": "^0.0.0", "esbuild-plugin-react18": "0.2.5", "esbuild-plugin-react18-css": "^0.0.4", "jsdom": "^25.0.1", "react": "^19.0.0", "react-dom": "^19.0.0", "tsup": "^8.3.5", "typescript": "^5.7.2", "vite-tsconfig-paths": "^5.1.4", "vitest": "^2.1.8" }, "peerDependencies": { "@types/react": "16.8 - 19", "next": "10 - 15", "react": "16.8 - 19", "r18gs": "^2" }, "peerDependenciesMeta": { "next": { "optional": true } }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/mayank1513" }, { "type": "individual", "url": "https://pages.razorpay.com/mayank1513" } ], "keywords": [ "Loading animations", "Fullscreen loader", "React", "React Loaders", "React 18", "React 19", "Next.js", "Next.js 14", "Next.js 15", "React server components", "Customizable", "Cutting-edge", "Compatibility", "Frontend development", "UI components", "Web development", "Progressive", "Modern", "Seamless integration" ] }