UNPKG

next13-progressbar

Version:

A ProgressBar for next.js >=13 with app directory

58 lines (57 loc) 1.42 kB
{ "name": "next13-progressbar", "version": "1.2.2", "description": "A ProgressBar for next.js >=13 with app directory ", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsup", "prepack": "npm run build", "lint": "eslint --fix --cache src/", "format": "prettier --write \"src/**/*.{ts,tsx}\"", "typecheck": "tsc -p tsconfig.json" }, "peerDependencies": { "next": ">= 13.0.0", "react": ">= 18.0.0" }, "dependencies": { "@types/nprogress": "^0.2.0", "nprogress": "^0.2.0", "prop-types": "^15.8.1" }, "devDependencies": { "@types/node": "^20.3.2", "@types/react": "^18.2.14", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.43.0", "husky": "^8.0.3", "next": "^14.0.0", "prettier": "^2.8.8", "react": "^18.2.0", "tsup": "^7.1.0", "typescript": "^5.1.5" }, "repository": { "type": "git", "url": "git+https://github.com/ndungtse/next13-progressbar.git" }, "keywords": [ "Nprogress", "Next", "Next.js", "Progressbar" ], "author": "Apal Shah", "license": "MIT", "bugs": { "url": "https://github.com/ndungtse/next13-progressbar/issues" }, "homepage": "https://github.com/ndungtse/next13-progressbar#readme", "files": [ "dist/**/*.js*", "dist/**/*.mjs*", "dist/**/*.d*" ] }