UNPKG

@mantine/nprogress

Version:
62 lines (61 loc) 1.39 kB
{ "name": "@mantine/nprogress", "version": "8.2.4", "description": "Navigation progress bar", "homepage": "https://mantine.dev/x/nprogress/", "license": "MIT", "author": "Vitaly Rtishchev <rtivital@gmail.com>", "keywords": [ "components", "frontend", "library", "next", "nextjs", "nprogress", "progress", "react", "ui", "ui-kit" ], "sideEffects": [ "*.css" ], "main": "./cjs/index.cjs", "module": "./esm/index.mjs", "types": "./lib/index.d.ts", "exports": { ".": { "import": { "types": "./lib/index.d.mts", "default": "./esm/index.mjs" }, "require": { "types": "./lib/index.d.ts", "default": "./cjs/index.cjs" } }, "./styles.css": "./styles.css", "./styles.layer.css": "./styles.layer.css" }, "repository": { "url": "https://github.com/mantinedev/mantine.git", "type": "git", "directory": "packages/@mantine/nprogress" }, "peerDependencies": { "@mantine/core": "8.2.4", "@mantine/hooks": "8.2.4", "react": "^18.x || ^19.x", "react-dom": "^18.x || ^19.x" }, "dependencies": { "@mantine/store": "8.2.4" }, "devDependencies": { "@mantine-tests/core": "workspace:*", "@mantine/core": "workspace:*", "@mantine/hooks": "workspace:*", "react": "19.0.0", "react-dom": "19.0.0" } }