---|qcm| Ajout d'une commande de démarrage
This commit is contained in:
@@ -1,15 +1,24 @@
|
||||
{
|
||||
"name": "headup-app",
|
||||
"version": "1.0.0",
|
||||
"author": "Solide Apps <contact@rampeur.fr>",
|
||||
"contributors": [
|
||||
"Julien Gautier <rampeur@gmail.com>"
|
||||
],
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --configuration development",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"local": "ng serve --configuration local",
|
||||
"dev": "APP_ENV=local ng serve --configuration development",
|
||||
"lint": "ng lint",
|
||||
"test": "ng test"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.20.2 || ^18.19.1 || ^20.11.1"
|
||||
},
|
||||
"license": "UNLICENSED",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^17.2.3",
|
||||
|
||||
Reference in New Issue
Block a user