mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-23 23:49:05 -06:00
28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"name": "angular",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "^15.0.3",
|
|
"@angular/compiler": "^15.0.3",
|
|
"@angular/core": "^15.0.3",
|
|
"@angular/platform-browser": "^15.0.3",
|
|
"@angular/platform-browser-dynamic": "^15.0.3",
|
|
"rxjs": "~7.5.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^15.0.3",
|
|
"@angular/cli": "~15.0.3",
|
|
"@angular/compiler-cli": "^15.0.3",
|
|
"typescript": "~4.8.4"
|
|
}
|
|
}
|