Files
no-copy-admin-panel-frontend/package.json
T

34 lines
742 B
JSON
Raw Normal View History

2026-01-19 12:55:41 +07:00
{
"name": "no-copy-admin-panel-frontend",
2026-05-22 15:00:16 +07:00
"version": "0.12.0",
2026-01-19 12:55:41 +07:00
"private": true,
"scripts": {
"dev": "next dev -p 2996",
"build": "next build",
"start": "next start -p 2996"
},
"dependencies": {
2026-01-19 16:34:29 +07:00
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-table": "^8.21.3",
2026-01-19 12:55:41 +07:00
"clsx": "^2.1.1",
2026-04-06 16:08:36 +07:00
"jose": "^6.1.2",
2026-01-19 12:55:41 +07:00
"next": "16.1.2",
"next-intl": "^4.7.0",
"react": "19.2.3",
2026-01-19 16:34:29 +07:00
"react-dom": "19.2.3",
2026-04-06 16:08:36 +07:00
"sonner": "^2.0.7",
2026-05-12 16:46:54 +07:00
"use-debounce": "^10.1.1",
2026-04-06 16:08:36 +07:00
"zod": "^4.1.13"
2026-01-19 12:55:41 +07:00
},
"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"
}
2026-05-12 16:46:54 +07:00
}