|
@@ -9,7 +9,10 @@
|
|
"build": "ng build",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test",
|
|
"test": "ng test",
|
|
- "lint": "ng lint"
|
|
|
|
|
|
+ "lint": "ng lint",
|
|
|
|
+ "e2e": "ng e2e",
|
|
|
|
+ "cypress:open": "cypress open",
|
|
|
|
+ "cypress:run": "cypress run"
|
|
},
|
|
},
|
|
"private": true,
|
|
"private": true,
|
|
"dependencies": {
|
|
"dependencies": {
|
|
@@ -50,6 +53,7 @@
|
|
"@angular/language-service": "^18.0.0",
|
|
"@angular/language-service": "^18.0.0",
|
|
"@capacitor/cli": "6.1.0",
|
|
"@capacitor/cli": "6.1.0",
|
|
"@compodoc/compodoc": "^1.1.25",
|
|
"@compodoc/compodoc": "^1.1.25",
|
|
|
|
+ "@cypress/schematic": "^2.5.2",
|
|
"@ionic/angular-toolkit": "^11.0.1",
|
|
"@ionic/angular-toolkit": "^11.0.1",
|
|
"@types/jasmine": "~5.1.0",
|
|
"@types/jasmine": "~5.1.0",
|
|
"@types/parse": "^3.0.9",
|
|
"@types/parse": "^3.0.9",
|
|
@@ -66,7 +70,8 @@
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
- "typescript": "~5.4.0"
|
|
|
|
|
|
+ "typescript": "~5.4.0",
|
|
|
|
+ "cypress": "latest"
|
|
},
|
|
},
|
|
"description": "An Ionic project"
|
|
"description": "An Ionic project"
|
|
}
|
|
}
|