Files
archive.local/web/package.json
2025-12-18 00:14:02 +03:00

34 lines
757 B
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"@tanstack/react-query": "^5.90.12",
"axios": "^1.13.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"next": "16.0.10",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-hook-form": "^7.68.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"tailwindcss": "^4",
"typescript": "^5"
}
}