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.
105 lines • 3.06 kB
JSON
{
"name": "react18-loaders-lite",
"author": "Mayank Kumar Chaudhari (https:/mayank-chaudhari.vercel.app)",
"private": false,
"version": "1.1.12",
"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/**"
],
"exports": {
"./package.json": "./package.json",
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./*": {
"types": "./dist/*/index.d.ts",
"import": "./dist/*/index.mjs",
"require": "./dist/*/index.js"
},
"./dist/*": {
"types": "./dist/*/index.d.ts",
"import": "./dist/*/index.mjs",
"require": "./dist/*/index.js"
},
"./*/index.css": "./dist/*/index.css",
"./dist/*/index.css": "./dist/*/index.css",
"./index.css": "./dist/index.css",
"./styles": "./dist/index.css",
"./dist/index.css": "./dist/index.css",
"./dist": "./dist/index.css"
},
"scripts": {
"build": "tsup && tsc -p tsconfig-build.json && gzip -c dist/index.js | wc -c",
"clean": "rm -rf dist",
"dev": "tsup --watch && tsc -p tsconfig-build.json -w",
"typecheck": "tsc --noEmit",
"test": "vitest run --coverage"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"@vitest/coverage-v8": "^4.0.8",
"esbuild-plugin-rdi": "^0.0.0",
"esbuild-plugin-react18": "0.2.6",
"esbuild-plugin-react18-css": "^0.0.4",
"jsdom": "^27.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tsup": "^8.5.0",
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.8"
},
"peerDependencies": {
"@types/react": ">=16.8",
"react": ">=16.8",
"r18gs": "^3"
},
"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",
"Progressive",
"Web development",
"Modern",
"Seamless integration",
"mayank1513"
]
}