Files
przekroj/package.json
Cyber Panel 5c11a289df Add uziom generation script and update wet input documents
- Created a new Python script `uziom.py` for generating DXF drawings of grounding systems based on user input parameters.
- Added detailed documentation in `wet_input_15.docx` and `wet_input_3.docx` for the design of grounding systems, including calculations for resistance and resistivity measurements.
- Included placeholders for dynamic data insertion in the documents to facilitate project-specific customization.
2025-07-01 11:14:49 +02:00

39 lines
921 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": {
"@socialgouv/matomo-next": "^1.3.0",
"@supercharge/request-ip": "^1.1.2",
"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"
}
}