remix-toploader
Version:
Remix and React Router Top Loading bar using NProgress.
67 lines (66 loc) • 1.67 kB
JSON
{
"name": "remix-toploader",
"version": "0.1.1",
"description": "Remix and React Router Top Loading bar using NProgress.",
"author": "Peter Kudelas",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/impeterk/remix-toploader.git"
},
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"scripts": {
"build-lib": "tsup",
"lint": "eslint --fix --cache src/",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"typecheck": "tsc -p tsconfig.json"
},
"exports": {
".": "./dist/index.mjs"
},
"keywords": [
"Remix",
"Remix TopLoader",
"Remix.dev",
"Remix.run",
"Nprogress",
"React",
"Top Loading Bar",
"Progressbar"
],
"files": [
"dist/**/*.js*",
"dist/**/*.mjs*",
"dist/**/*.d*"
],
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@remix-run/react": "^2.13.1",
"@types/node": "^22.7.5",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"eslint": "^9.12.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"react-router": "^7.1.4"
},
"peerDependencies": {
"@remix-run/react": ">= 2.0.0",
"react-router": "^7.1.4",
"react": ">= 16.0.0",
"react-dom": ">= 16.0.0"
},
"packageManager": "yarn@3.2.4",
"dependencies": {
"nprogress": "^0.2.0",
"@remix-run/react": ">= 2.0.0",
"react-router": ">=7.1.4"
}
}