first commit

This commit is contained in:
“dongming”
2025-12-19 12:19:14 +08:00
commit 400b1177c0
145 changed files with 5939 additions and 0 deletions

42
package.json Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "venus_project",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 -p 3000",
"build": "next build",
"export": "next build",
"start": "next start -H 0.0.0.0 -p 3000",
"lint": "next lint"
},
"dependencies": {
"@iconify/icons-ion": "^1.2.10",
"@iconify/react": "^5.0.1",
"aos": "^2.3.4",
"axios": "^1.7.2",
"date-fns": "^3.4.0",
"gray-matter": "^4.0.3",
"next": "15.5.9",
"next-auth": "^4.24.11",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.7.15",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hot-toast": "^2.4.1",
"react-slick": "^0.30.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/aos": "^3.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"postcss": "^8",
"tailwindcss": "^4.0.0",
"typescript": "^5"
}
}