mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-16 12:10:05 -06:00
33 lines
857 B
JSON
33 lines
857 B
JSON
{
|
|
"name": "angular-13",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "~13.3.0",
|
|
"@angular/common": "~13.3.0",
|
|
"@angular/compiler": "~13.3.0",
|
|
"@angular/core": "~13.3.0",
|
|
"@angular/forms": "~13.3.0",
|
|
"@angular/platform-browser": "~13.3.0",
|
|
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
"@angular/router": "~13.3.0",
|
|
"rxjs": "~7.5.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~13.3.6",
|
|
"@angular/cli": "~13.3.6",
|
|
"@angular/compiler-cli": "~13.3.0",
|
|
"@types/node": "^12.11.1",
|
|
"typescript": "~4.6.2"
|
|
},
|
|
"projectFixtureDirectory": "angular"
|
|
}
|