remix-progressbar
Version:
Progress Bar for Remix Applications
46 lines (45 loc) • 988 B
JSON
{
"name": "remix-progressbar",
"version": "0.1.0",
"description": "Progress Bar for Remix Applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"package.json",
"README.md",
"LICENSE",
"/dist"
],
"scripts": {
"format": "prettier index.tsx --write",
"cleanup": "rimraf dist",
"build": "tsc"
},
"devDependencies": {
"@remix-run/react": "^1.9.0",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.26",
"prettier": "^2.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
},
"dependencies": {
"nprogress": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dev-afzalansari/remix-progressbar.git"
},
"bugs": {
"url": "https://github.com/dev-afzalansari/remix-progressbar/issues"
},
"keywords": [
"remix",
"remix-progressbar",
"progressbar",
"nprogress"
],
"license": "MIT"
}