first commit

This commit is contained in:
“dongming”
2025-12-19 13:01:41 +08:00
commit c5e710b94b
114 changed files with 5902 additions and 0 deletions

44
package.json Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "sieducational_project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -H 0.0.0.0 -p 3000",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3000",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@iconify/icons-ion": "^1.2.10",
"@iconify/react": "^5.2.1",
"aos": "^2.3.4",
"axios": "^1.8.4",
"date-fns": "^4.1.0",
"framer-motion": "^12.6.3",
"gray-matter": "^4.0.3",
"next": "15.5.9",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hot-toast": "^2.5.2",
"react-slick": "^0.30.3",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/aos": "^3.0.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-slick": "^0.23.13",
"eslint": "^9",
"eslint-config-next": "15.5.9",
"tailwindcss": "^4",
"typescript": "^5"
}
}