Files
blog/package.json
Minori e9b5a00113
Some checks failed
Node.js CI / CI (pull_request) Failing after 10s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m12s
deps: update next to 16.1.4
2026-02-03 19:29:43 -08:00

38 lines
918 B
JSON

{
"name": "blog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start -p 3003",
"lint": "eslint src --max-warnings 0",
"spellcheck": "cspell ./posts/**/*.md",
"test": "echo \"No tests yet!\" && exit 0"
},
"dependencies": {
"gray-matter": "4.0.3",
"next": "16.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "9.0.3",
"reading-time": "1.5.0",
"rehype-highlight": "7.0.2",
"rehype-raw": "7.0.0",
"remark-gfm": "4.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@nhcarrigan/eslint-config": "5.1.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"cspell": "9.4.0",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}