UNPKG

quicklink

Version:

Faster subsequent page-loads by prefetching in-viewport links during idle time

92 lines (91 loc) 2.84 kB
{ "name": "quicklink", "version": "3.0.2", "description": "Faster subsequent page-loads by prefetching in-viewport links during idle time", "repository": { "type": "git", "url": "git+https://github.com/GoogleChromeLabs/quicklink.git" }, "homepage": "https://getquick.link/", "bugs": { "url": "https://github.com/GoogleChromeLabs/quicklink/issues" }, "author": "addyosmani <addyosmani@gmail.com>", "license": "Apache-2.0", "main": "dist/quicklink.js", "module": "dist/quicklink.mjs", "umd:main": "dist/quicklink.umd.js", "unpkg": "dist/quicklink.umd.js", "files": [ "dist" ], "scripts": { "lint": "eslint --report-unused-disable-directives --ext .js,.mjs .", "lint-fix": "npm run lint -- --fix", "fix": "npm run lint -- --fix", "start": "sirv --dev --no-clear --no-logs --host 127.0.0.1 --port 8080", "uvu": "uvu test", "test": "npm-run-all build-all --parallel --race start uvu", "build": "rollup -c --environment BUNDLE:core", "build-plugin": "rollup -c --environment BUNDLE:react", "build-react-chunks": "rollup -c --environment BUNDLE:react-hoc", "build-all": "npm-run-all --parallel build build-plugin build-react-chunks", "prepublishonly": "npm run build-all", "size": "size-limit", "changelog": "npm run conventional-changelog -i CHANGELOG.md -s -r 0", "release": "cross-env-shell \"npm run build-all && git commit -am $npm_package_version && git tag $npm_package_version && git push --follow-tags\"" }, "keywords": [ "prefetch", "performance", "fetch", "intersectionobserver", "background", "speed" ], "dependencies": { "route-manifest": "^1.0.0", "throttles": "^1.0.1" }, "peerDependencies": { "react": "^16.8.0 || ^17 || ^18 || ^19", "react-dom": "^16.8.0 || ^17 || ^18 || ^19" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "devDependencies": { "@babel/core": "^7.29.7", "@babel/preset-env": "^7.29.7", "@babel/preset-react": "^7.29.7", "@eslint/compat": "^2.1.0", "@rollup/plugin-babel": "^7.1.0", "@rollup/plugin-commonjs": "^29.0.3", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^1.0.0", "@size-limit/file": "^13.0.3", "conventional-changelog": "^8.1.0", "cross-env": "^10.1.0", "eslint": "^9.39.5", "eslint-config-google": "^0.14.0", "eslint-plugin-jsdoc": "^61.7.1", "eslint-plugin-react": "^7.37.5", "globals": "^16.5.0", "npm-run-all2": "^9.0.3", "puppeteer": "^25.4.0", "react": "^19.2.8", "react-dom": "^19.2.8", "rollup": "^4.62.4", "sirv-cli": "^3.0.1", "size-limit": "^13.0.3", "uvu": "^0.5.6" }, "allowScripts": { "puppeteer@25.4.0": true } }