4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / package.json JSON
{
  "name": "my-app",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "axios": "^1.5.1",
    "cookies": "^0.8.0",
    "next": "13.5.6",
    "react": "^18",
    "react-dom": "^18",
    "react-json-pretty": "^2.2.0"
  },
  "devDependencies": {
    "@types/cookies": "^0.7.9",
    "@types/node": "^20",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "autoprefixer": "^10",
    "eslint": "^8",
    "eslint-config-next": "13.5.6",
    "postcss": "^8",
    "tailwindcss": "^3",
    "typescript": "^5"
  }
}