Adding UI of FeedBack, Registration, Admin console

This commit is contained in:
2026-05-12 20:54:15 +07:00
parent 6a48d6351c
commit dd95ff5a21
30 changed files with 10038 additions and 36 deletions
+4
View File
@@ -7,11 +7,13 @@
"build": "next build",
"start": "next start",
"lint": "eslint",
"db:seed": "tsx scripts/seed-summit-requests.ts",
"scss:build": "sass public/assets/scss/main.scss public/assets/css/main.css --style=expanded --source-map",
"scss:watch": "sass --watch public/assets/scss/main.scss:public/assets/css/main.css --style=expanded --source-map"
},
"dependencies": {
"axios": "^1.13.4",
"mongoose": "^9.6.2",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3"
@@ -21,10 +23,12 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.4.2",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"sass": "^1.98.0",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}