diff --git a/package.json b/package.json index 28d789b7..9c2e95c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,26 @@ { "name": "tilog-web-node-v2", - "version": "0.1.0", + "version": "0.0.1", + "description": "blog platform for developers", + "homepage": "https://github.com/TIL-Log-lab", + "repository": { + "type": "github", + "url": "https://github.com/TIL-Log-lab/Tilog-web-node-v2" + }, + "author": { + "name": "MINE-98", + "email": "minje98@gmail.com", + "url": "https://github.com/MINE-98" + }, + "bugs": { + "url": "https://github.com/TIL-Log-lab/Tilog-web-node-v2/issues", + "email": "minje98@gmail.com" + }, + "license": "UNLICENSED", "private": true, + "engines": { + "node": "16.14.2" + }, "scripts": { "dev": "next dev", "build": "next build", @@ -17,13 +36,16 @@ "axios": "^0.26.1", "date-fns": "^2.28.0", "next": "12.1.4", + "next-seo": "^5.5.0", "react": "18.0.0", "react-dom": "18.0.0", "react-hook-form": "^7.29.0", "react-hot-toast": "^2.2.0", - "react-icons": "^4.3.1", + "react-icons": "^4.4.0", "react-query": "^3.38.0", - "react-responsive": "^9.0.0-beta.6" + "react-responsive": "^9.0.0-beta.6", + "tailwind-scrollbar-hide": "^1.1.7", + "usehooks-ts": "^2.6.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.2",