Initial Green_Datura site

This commit is contained in:
2026-05-31 22:12:04 +08:00
commit 43a0f33186
19 changed files with 3222 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "cyber-school-team-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/nextjs-registry": "^1.0.2",
"antd": "^5.25.0",
"next": "^15.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.8.3"
}
}