project refactoring en clean archi

This commit is contained in:
styve Lioumba
2025-10-23 14:10:53 +02:00
parent ef02c6a537
commit 02637235e3
52 changed files with 3873 additions and 875 deletions

View File

@@ -11,11 +11,12 @@
"tsc:watch": "tsc --noEmit --watch",
"format": "prettier --write \"src/**/*.{ts,html,scss,css,md,json}\"",
"check:all": "npm run format && npm run tsc && npm run lint && npm run test",
"test": "jest",
"test": "jest --no-warnings node_modules/jest/bin/jest.js",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --runInBand",
"serve:ssr:TrouveTonProfile": "node dist/trouve-ton-profile/server/server.mjs"
"serve:ssr:TrouveTonProfile": "node dist/trouve-ton-profile/server/server.mjs",
"lint": "ng lint"
},
"private": true,
"dependencies": {
@@ -55,16 +56,20 @@
"@types/jest": "^30.0.0",
"@types/node": "^18.18.0",
"@types/node-fetch": "^2.6.13",
"angular-eslint": "20.4.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "^14.6.1",
"jest-preset-angular": "^14.6.2",
"node-fetch": "^2.7.0",
"postcss": "^8.4.47",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.12",
"typescript": "~5.2.2"
"ts-jest": "^29.4.5",
"typescript": "~5.2.2",
"typescript-eslint": "8.46.0"
}
}
}