Files
tsdm_web/package_copy.json

38 lines
877 B
JSON
Raw Normal View History

2025-12-30 14:42:30 +07:00
{
"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"
}
}