Files
LogisicsApp_Client/package.json
2026-06-30 14:17:50 +03:00

33 lines
744 B
JSON

{
"name": "logistic_client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@tabler/icons-webfont": "^3.44.0",
"next": "16.2.7",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "^7.80.0",
"yup": "^1.7.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.5.0",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.0",
"typescript": "^5"
}
}