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": {
|
2024-03-07 14:05:47 +00:00
|
|
|
"@angular/animations": "17.2.4",
|
|
|
|
|
"@angular/common": "17.2.4",
|
|
|
|
|
"@angular/compiler": "17.2.4",
|
|
|
|
|
"@angular/core": "17.2.4",
|
|
|
|
|
"@angular/forms": "17.2.4",
|
|
|
|
|
"@angular/platform-browser": "17.2.4",
|
|
|
|
|
"@angular/platform-browser-dynamic": "17.2.4",
|
|
|
|
|
"@angular/router": "17.2.4",
|
2024-01-18 17:05:48 +00:00
|
|
|
"angular-in-memory-web-api": "~0.17.0",
|
2023-01-04 18:03:17 +00:00
|
|
|
"rxjs": "~7.8.0",
|
2021-10-02 12:51:04 +00:00
|
|
|
"tslib": "^2.3.0",
|
2023-10-03 16:06:13 +00:00
|
|
|
"zone.js": "~0.14.0"
|
2017-08-22 19:31:15 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-03-07 14:05:47 +00:00
|
|
|
"@angular-devkit/build-angular": "17.2.3",
|
|
|
|
|
"@angular/cli": "17.2.3",
|
|
|
|
|
"@angular/compiler-cli": "17.2.4",
|
2023-10-10 18:06:11 +00:00
|
|
|
"@types/jasmine": "~5.1.0",
|
2022-05-23 16:04:21 +00:00
|
|
|
"@types/node": "^16.11.35",
|
2021-10-22 23:16:24 +00:00
|
|
|
"copyfiles": "^2.4.1",
|
2023-09-15 08:07:03 +00:00
|
|
|
"jasmine-core": "~5.1.0",
|
2022-06-29 16:09:40 +00:00
|
|
|
"jasmine-marbles": "~0.9.2",
|
2021-07-24 09:03:46 +00:00
|
|
|
"jasmine-spec-reporter": "~7.0.0",
|
2022-08-05 17:09:37 +00:00
|
|
|
"karma": "~6.4.0",
|
2023-04-25 05:05:55 +00:00
|
|
|
"karma-chrome-launcher": "~3.2.0",
|
2022-05-23 16:04:21 +00:00
|
|
|
"karma-coverage": "~2.2.0",
|
2022-08-05 17:09:37 +00:00
|
|
|
"karma-jasmine": "~5.1.0",
|
2023-06-12 09:05:38 +00:00
|
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
2020-09-21 17:52:26 +00:00
|
|
|
"protractor": "~7.0.0",
|
2022-08-05 17:09:37 +00:00
|
|
|
"ts-node": "~10.9.0",
|
2023-02-19 09:11:21 +00:00
|
|
|
"typescript": "~4.9.3"
|
2017-08-22 19:31:15 +00:00
|
|
|
}
|
|
|
|
|
}
|