{
    "name": "kontec",
    "version": "0.1.0",
    "private": true,
    "scripts": {
        "dev": "next dev",
        "build": "next build",
        "start": "next start",
        "lint": "next lint",
        "content:weekly": "node scripts/content-weekly.mjs",
        "content:publish": "node scripts/content-publish.mjs"
    },
    "dependencies": {
        "dotenv": "^17.3.1",
        "next": "^15.1.0",
        "react": "^19.0.0",
        "react-dom": "^19.0.0"
    },
    "devDependencies": {
        "@tailwindcss/postcss": "^4",
        "@types/node": "^22",
        "@types/react": "^19",
        "@types/react-dom": "^19",
        "eslint": "^9",
        "eslint-config-next": "^15.1.0",
        "postcss": "^8",
        "tailwindcss": "^4",
        "typescript": "^5"
    }
}
