no-copy-admin-panel-frontend/package.json
2026-04-09 14:03:39 +07:00

32 lines
711 B
JSON

{
"name": "no-copy-admin-panel-frontend",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "next dev -p 2996",
"build": "next build",
"start": "next start -p 2996"
},
"dependencies": {
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-table": "^8.21.3",
"clsx": "^2.1.1",
"jose": "^6.1.2",
"next": "16.1.2",
"next-intl": "^4.7.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"sonner": "^2.0.7",
"zod": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"sass": "^1.97.2",
"tailwindcss": "^4.1.18",
"typescript": "^5"
}
}