UNPKG

jattac.react.recents

Version:

A React component and utility for tracking and displaying recent browser locations and URLs.

78 lines (77 loc) 2.2 kB
{ "name": "jattac.react.recents", "version": "0.1.0", "description": "A React component and utility for tracking and displaying recent browser locations and URLs.", "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "lint": "eslint './{src,app}/**/*.{ts,tsx}'", "size": "size-limit", "prepare": "npm run build" }, "keywords": [ "react", "typescript", "recently-visited", "browser-history", "recents-tracker" ], "author": "Nyingi Maina", "license": "MIT", "homepage": "https://github.com/nyingimaina/react-recents", "repository": { "type": "git", "url": "git+https://github.com/nyingimaina/react-recents.git" }, "bugs": { "url": "https://github.com/nyingimaina/react-recents/issues" }, "peerDependencies": { "react": ">=18.2.0", "react-dom": ">=18.2.0", "typescript": ">=3.7.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@size-limit/preset-small-lib": "^10.0.1", "@testing-library/react": "^14.0.0", "@types/react": "^18.2.33", "@types/react-dom": "^18.2.14", "@typescript-eslint/eslint-plugin": "^6.9.1", "@typescript-eslint/parser": "^6.9.1", "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "identity-obj-proxy": "^3.0.0", "npm": "^10.2.2", "postcss": "^8.4.31", "prettier": "^3.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.2.0", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-generate-package-json": "^3.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "size-limit": "^10.0.1", "typescript": "^5.2.2" }, "dependencies": { "tslib": "^2.6.2" }, "engines": { "node": ">=16.0.0", "npm": ">=7.0.0" }, "files": [ "dist", "src", "README.md" ] }