Files
przekroj/package.json
Cyber Panel d3ecfae5df feat: Add Uziomy calculator page with grounding calculations and document generation
- Implemented Uziomy component for calculating grounding parameters.
- Added state management for input fields and results.
- Integrated DatePicker for date selection.
- Created functions for grounding calculations, document generation (DOCX), and DXF file generation.
- Enhanced UI with Tailwind CSS for better styling and responsiveness.
- Updated global styles to include Inter font and custom scrollbar styles.
- Configured Tailwind CSS to extend colors, fonts, and animations.
2025-07-01 11:43:34 +02:00

41 lines
988 B
JSON

{
"name": "wastpol",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint",
"deploy": "git pull && npm i && next build && pm2 restart kroj",
"buildRun": "next build && pm2 restart kroj"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@socialgouv/matomo-next": "^1.3.0",
"@supercharge/request-ip": "^1.1.2",
"@tailwindcss/forms": "^0.5.10",
"axios": "^0.26.0",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"docxtemplater": "^3.40.3",
"evergreen-ui": "^6.8.2",
"formidable": "^2.1.1",
"next": "^12.0.10",
"next-auth": "^4.2.1",
"nodemailer": "^6.7.2",
"pizzip": "^3.1.4",
"react": "17.0.2",
"react-datepicker": "^4.21.0",
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7"
}
}