Files
pyrofetes-frontend/package.json
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

33 lines
835 B
JSON

{
"name": "angular.dev",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/common": "^20.2.0-next",
"@angular/compiler": "^20.2.0-next",
"@angular/core": "^20.2.0-next",
"@angular/forms": "^20.2.0-next",
"@angular/platform-browser": "^20.2.0-next",
"@angular/router": "^20.2.0-next",
"ng-zorro-antd": "^20.4.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^20.2.0-next",
"@angular/cli": "^20.3.10",
"@angular/compiler-cli": "^20.2.0-next",
"@types/node": "^16.11.35",
"less": "^4.2.0",
"ts-node": "~10.9.0",
"typescript": "~5.8.0"
}
}