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": {
|
2022-09-06 19:23:33 +00:00
|
|
|
"@angular/animations": "^14.2.0",
|
|
|
|
|
"@angular/common": "^14.2.0",
|
|
|
|
|
"@angular/compiler": "^14.2.0",
|
|
|
|
|
"@angular/core": "^14.2.0",
|
|
|
|
|
"@angular/forms": "^14.2.0",
|
|
|
|
|
"@angular/platform-browser": "^14.2.0",
|
|
|
|
|
"@angular/platform-browser-dynamic": "^14.2.0",
|
|
|
|
|
"@angular/router": "^14.2.0",
|
2022-06-29 16:09:40 +00:00
|
|
|
"angular-in-memory-web-api": "~0.14.0",
|
2022-05-23 16:04:21 +00:00
|
|
|
"rxjs": "~7.5.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": {
|
2022-09-06 19:23:33 +00:00
|
|
|
"@angular-devkit/build-angular": "^14.2.1",
|
|
|
|
|
"@angular/cli": "^14.2.1",
|
|
|
|
|
"@angular/compiler-cli": "^14.2.0",
|
2022-09-01 12:44:30 +00:00
|
|
|
"@types/jasmine": "~4.3.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",
|
2022-09-13 05:30:15 +00:00
|
|
|
"jasmine-core": "~4.4.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",
|
2020-03-17 20:28:50 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.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",
|
2022-06-29 08:21:29 +00:00
|
|
|
"karma-jasmine-html-reporter": "~2.0.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",
|
2022-09-06 19:23:33 +00:00
|
|
|
"typescript": "~4.8.0"
|
2017-08-22 19:31:15 +00:00
|
|
|
}
|
|
|
|
|
}
|