Files
ThriveX-Blog/package.json

63 lines
1.7 KiB
JSON
Executable File

{
"name": "thrive",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start -p 9001",
"lint": "next lint"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@dicebear/collection": "^9.2.1",
"@dicebear/core": "^9.2.1",
"@heroui/react": "2.7.2",
"aos": "^3.0.0-beta.6",
"canvas-confetti": "^1.9.3",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"feed": "^4.2.2",
"github-markdown-css": "^5.6.1",
"mdast-util-gfm-autolink-literal": "^2.0.0",
"next": "15.1.7",
"next-nprogress-bar": "^2.3.13",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-github-calendar": "^4.5.5",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-masonry-css": "^1.0.16",
"react-photo-view": "^1.2.6",
"react-toastify": "^10.0.5",
"rehype-callouts": "^1.4.1",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-semantic-blockquotes": "^3.0.7",
"remark-gfm": "^4.0.0",
"remark-mark-highlight": "^0.1.1",
"remark-math": "^6.0.0",
"sass": "^1.77.8",
"sharp": "^0.33.5",
"tailwind-merge": "^3.0.2",
"typed.js": "^2.1.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/canvas-confetti": "^1.6.4",
"@types/markdown-navbar": "^1.4.4",
"@types/node": "^20",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
}
}