preload-next
Version:
A Preload Link Component for Next.js to handle seamless page transitions
35 lines (34 loc) • 754 B
JSON
{
"name": "preload-next",
"version": "0.0.7",
"description": "A Preload Link Component for Next.js to handle seamless page transitions",
"main": "dist/index.js",
"scripts": {
"test": "vitest",
"clean": "shx rm -rf dist",
"build": " yarn clean && tsc",
"build:watch": "yarn build --watch"
},
"keywords": [
"Next.js",
"React",
"Preload",
"Link"
],
"author": "Panthyy",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.0",
"playwright": "^1.33.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
},
"dependencies": {
"next": "^13.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3"
}
}