Files
turingflow-landing-002/package.json
“dongming” c5e710b94b first commit
2025-12-19 13:01:41 +08:00

45 lines
1.1 KiB
JSON

{
"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"
}
}