mirror of
https://github.com/LiuYuYang01/ThriveX-Blog.git
synced 2026-05-22 11:28:05 +08:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "thrive",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"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",
|
|
"@nextui-org/react": "^2.4.6",
|
|
"ahooks": "^3.8.1",
|
|
"aos": "^3.0.0-beta.6",
|
|
"dayjs": "^1.11.13",
|
|
"github-markdown-css": "^5.6.1",
|
|
"next": "^14.2.5",
|
|
"next-nprogress-bar": "^2.3.13",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-icons": "^5.3.0",
|
|
"react-markdown": "^9.0.1",
|
|
"react-photo-view": "^1.2.6",
|
|
"react-toastify": "^10.0.5",
|
|
"rehype-highlight": "^7.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"sass": "^1.77.8",
|
|
"sharp": "^0.33.5",
|
|
"typed.js": "^2.1.0",
|
|
"zustand": "^4.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/aos": "^3.0.7",
|
|
"@types/markdown-navbar": "^1.4.4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|