UNPKG

@lexz451/next-nprogress

Version:
50 lines 1.15 kB
{ "name": "@lexz451/next-nprogress", "version": "0.3.1", "description": "NProgress integration with Next 13", "private": false, "repository": { "type": "git", "url": "https://github.com/lexz451/next-nprogress.git" }, "bugs": { "url": "https://github.com/lexz451/next-nprogress/issues" }, "homepage": "https://github.com/lexz451/next-nprogress#readme", "main": "dist/index.js", "module": "dist/index.mjs", "typings": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "next", "nextjs", "next js", "react", "nprogress", "progress bar", "progress bar app directory" ], "author": "lexz451", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.8.4", "@types/nprogress": "^0.2.1", "@types/react": "^18.2.28", "@types/react-dom": "^18.2.13", "next": "^13.5.4", "react": "^18.2.0", "react-dom": "^18.2.0", "tslib": "^2.6.2", "tsup": "^7.2.0", "typescript": "^5.2.2" }, "dependencies": { "nprogress": "^0.2.0" }, "scripts": { "build": "tsup ./src/index.ts" } }