2017-08-22 19:31:15 +00:00
|
|
|
{
|
|
|
|
|
"name": "angular.io-example",
|
|
|
|
|
"version": "0.0.0",
|
2020-07-22 19:23:55 +00:00
|
|
|
"description": "Example project from an angular.io guide.",
|
2017-08-22 19:31:15 +00:00
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
|
|
|
|
"start": "ng serve",
|
2018-10-08 19:15:04 +00:00
|
|
|
"build": "ng build",
|
2021-07-24 09:03:46 +00:00
|
|
|
"watch": "ng build --watch --configuration development",
|
2017-08-22 19:31:15 +00:00
|
|
|
"test": "ng test",
|
|
|
|
|
"e2e": "ng e2e"
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2021-12-15 11:39:51 +00:00
|
|
|
"@angular/animations": "~13.1.0",
|
|
|
|
|
"@angular/common": "~13.1.0",
|
|
|
|
|
"@angular/compiler": "~13.1.0",
|
|
|
|
|
"@angular/core": "~13.1.0",
|
|
|
|
|
"@angular/forms": "~13.1.0",
|
|
|
|
|
"@angular/platform-browser": "~13.1.0",
|
|
|
|
|
"@angular/platform-browser-dynamic": "~13.1.0",
|
|
|
|
|
"@angular/router": "~13.1.0",
|
2020-05-15 06:19:46 +00:00
|
|
|
"angular-in-memory-web-api": "~0.11.0",
|
2021-10-19 13:19:03 +00:00
|
|
|
"rxjs": "~7.4.0",
|
2021-10-02 12:51:04 +00:00
|
|
|
"tslib": "^2.3.0",
|
2021-02-15 09:08:30 +00:00
|
|
|
"zone.js": "~0.11.4"
|
2017-08-22 19:31:15 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-12-15 11:39:51 +00:00
|
|
|
"@angular-devkit/build-angular": "~13.1.0",
|
|
|
|
|
"@angular/cli": "~13.1.0",
|
|
|
|
|
"@angular/compiler-cli": "~13.1.0",
|
2021-11-02 16:37:59 +00:00
|
|
|
"@types/jasmine": "~3.10.0",
|
2020-03-17 20:28:50 +00:00
|
|
|
"@types/node": "^12.11.1",
|
2021-10-22 23:16:24 +00:00
|
|
|
"copyfiles": "^2.4.1",
|
2021-11-02 16:37:59 +00:00
|
|
|
"jasmine-core": "~3.10.0",
|
2021-07-24 09:03:46 +00:00
|
|
|
"jasmine-marbles": "~0.8.3",
|
|
|
|
|
"jasmine-spec-reporter": "~7.0.0",
|
2021-05-12 22:17:53 +00:00
|
|
|
"karma": "~6.3.0",
|
2020-03-17 20:28:50 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-11-23 18:16:57 +00:00
|
|
|
"karma-coverage": "~2.0.3",
|
2020-09-21 17:52:26 +00:00
|
|
|
"karma-jasmine": "~4.0.0",
|
2021-07-24 09:03:46 +00:00
|
|
|
"karma-jasmine-html-reporter": "~1.7.0",
|
2020-09-21 17:52:26 +00:00
|
|
|
"protractor": "~7.0.0",
|
2021-07-24 09:03:46 +00:00
|
|
|
"ts-node": "~10.1.0",
|
2022-03-01 13:26:08 +00:00
|
|
|
"typescript": "~4.6.2"
|
2017-08-22 19:31:15 +00:00
|
|
|
}
|
|
|
|
|
}
|