UNPKG

@sjc5/remix-loading-effect

Version:

Super easy way to add nprogress loading bar to a Remix app.

45 lines (44 loc) 1.06 kB
{ "name": "@sjc5/remix-loading-effect", "version": "0.0.5", "author": "Sam Cook", "license": "MIT", "description": "Super easy way to add nprogress loading bar to a Remix app.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup index.ts --format cjs,esm --dts", "release": "pnpm run build && changeset publish", "lint": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/sjc5/remix-loading-effect.git" }, "keywords": [ "remix", "nprogress", "loading", "progress", "bar" ], "devDependencies": { "@changesets/cli": "^2.26.0", "@remix-run/react": "^1.15.0", "@types/nprogress": "^0.2.0", "@types/react": "^18.0.32", "react": "^18.2.0", "tsup": "^6.5.0", "typescript": "^4.9.4" }, "dependencies": { "@sjc5/remix-hooks": "^1.0.0", "just-debounce-it": "^3.2.0", "nprogress": "^0.2.0" }, "peerDependencies": { "@remix-run/react": ">=1.14.0", "react": ">=16.8" } }