@bprogress/react
Version:
Utility to create your own NProgress bar like with React
66 lines • 1.76 kB
JSON
{
"name": "@bprogress/react",
"version": "1.2.7",
"type": "module",
"description": "Utility to create your own NProgress bar like with React",
"repository": {
"type": "git",
"url": "https://github.com/imskyleen/bprogress/tree/main/packages/react"
},
"bugs": {
"url": "https://github.com/imskyleen/bprogress/issues"
},
"homepage": "https://bprogress.vercel.app/docs/react/installation",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"react",
"react nprogress",
"react bprogress",
"react progress",
"nprogress",
"bprogress",
"progress bar"
],
"author": "Skyleen",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.10.16",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.12.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"eslint": "^9.19.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"ts-jest": "^29.2.5",
"tsup": "^8.3.5",
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"@bprogress/core": "^1.3.4"
},
"scripts": {
"lint": "eslint . --max-warnings 0",
"build": "tsup",
"dev": "tsup --watch",
"pub:release": "pnpm publish --no-git-checks --access public",
"pub:canary": "pnpm publish --no-git-checks --tag canary --access public",
"pub:beta": "pnpm publish --no-git-checks --tag beta --access public",
"test": "jest"
}
}