Files
tilbudgivern/package.json
Alex fc40f65fec Add project data, quotes, and real project details for Kunda a/s
- Created test_project_data.json with project details including customer information, project description, and counts for geometry, labor, materials, and quotes.
- Added test_quote_data.json containing company information, project details, geometry, labor, materials, and calculation summary.
- Introduced test_real_project.json with comprehensive project data including labor, materials, and detailed calculations.
- Generated updated_real_project_quote.pdf reflecting the latest project quote details.
2025-09-17 15:13:52 +02:00

41 lines
922 B
JSON

{
"name": "tilbudgivern-unified",
"version": "1.0.0",
"description": "Unified Tilbudgivern application with frontend and backend",
"main": "unified-server.js",
"scripts": {
"start": "node unified-server.js",
"dev": "nodemon unified-server.js"
},
"dependencies": {
"axios": "^1.12.2",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"csv-parser": "^3.2.0",
"dotenv": "^16.6.1",
"express": "^4.18.2",
"html-pdf-node": "^1.0.8",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.5",
"nodemon": "^3.0.2",
"openai": "^4.20.1",
"pdf-parse": "^1.1.1",
"puppeteer": "^24.21.0",
"tesseract.js": "^5.0.4",
"winston": "^3.11.0"
},
"keywords": [
"tilbudgivern",
"ai",
"quotes",
"construction"
],
"author": "Alex",
"license": "MIT",
"devDependencies": {
"react-scripts": "^5.0.1"
}
}