first commit

This commit is contained in:
Dimas Vindyawan
2025-12-30 14:34:03 +07:00
commit 6c3af6a820
255 changed files with 40351 additions and 0 deletions

37
package_copy.json Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.8.2",
"axios": "^1.10.0",
"bcrypt": "^6.0.0",
"framer-motion": "^12.23.0",
"html-react-parser": "^5.2.6",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.17.0",
"next": "15.5.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"server-only": "^0.0.1",
"sharp": "^0.34.2",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"suneditor-react": "^3.6.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.5.0"
}
}