lukaskupczyk/react-hook-consent

View on GitHub
examples/next-v13/package.json

Summary

Maintainability
Test Coverage
{
    "name": "next-v13",
    "version": "0.1.0",
    "private": true,
    "scripts": {
        "dev": "next dev",
        "build": "next build",
        "start": "next start",
        "lint": "next lint"
    },
    "dependencies": {
        "react": "^18",
        "react-dom": "^18",
        "next": "13.5.6"
    },
    "devDependencies": {
        "typescript": "^5",
        "@types/node": "^20",
        "@types/react": "^18",
        "@types/react-dom": "^18",
        "eslint": "^8",
        "eslint-config-next": "13.5.6",
        "react-hook-consent": "link:../.."
    }
}