2017-10-29 12:59:32 +01:00
|
|
|
{
|
|
|
|
"name": "angular.io-example",
|
|
|
|
"version": "0.0.0",
|
2020-07-22 22:23:55 +03:00
|
|
|
"description": "Example project from an angular.io guide.",
|
2017-10-29 12:59:32 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2018-05-02 23:16:03 -05:00
|
|
|
"start": "ng serve",
|
|
|
|
"start:fr": "ng serve --configuration=fr",
|
2018-10-08 14:34:44 -05:00
|
|
|
"build": "ng build",
|
2018-05-02 23:16:03 -05:00
|
|
|
"build:fr": "ng build --configuration=production-fr",
|
2021-07-24 12:03:46 +03:00
|
|
|
"watch": "ng build --watch --configuration development",
|
2017-10-29 12:59:32 +01:00
|
|
|
"test": "ng test",
|
|
|
|
"lint": "ng lint",
|
2018-05-02 23:16:03 -05:00
|
|
|
"e2e": "ng e2e",
|
2020-10-21 08:50:48 +02:00
|
|
|
"extract": "ng extract-i18n --output-path=locale"
|
2017-10-29 12:59:32 +01:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-07-24 12:03:46 +03:00
|
|
|
"@angular/animations": "~12.1.0-",
|
|
|
|
"@angular/common": "~12.1.0-",
|
|
|
|
"@angular/compiler": "~12.1.0-",
|
|
|
|
"@angular/core": "~12.1.0-",
|
|
|
|
"@angular/forms": "~12.1.0-",
|
|
|
|
"@angular/localize": "~12.1.0-",
|
|
|
|
"@angular/platform-browser": "~12.1.0-",
|
|
|
|
"@angular/platform-browser-dynamic": "~12.1.0-",
|
|
|
|
"@angular/router": "~12.1.0-",
|
2020-05-15 08:19:46 +02:00
|
|
|
"angular-in-memory-web-api": "~0.11.0",
|
2020-09-21 20:52:26 +03:00
|
|
|
"rxjs": "~6.6.0",
|
2021-07-24 12:03:46 +03:00
|
|
|
"tslib": "^2.2.0",
|
2021-02-15 10:08:30 +01:00
|
|
|
"zone.js": "~0.11.4"
|
2017-10-29 12:59:32 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-24 12:03:46 +03:00
|
|
|
"@angular-devkit/build-angular": "~12.1.3",
|
|
|
|
"@angular/cli": "~12.1.3",
|
|
|
|
"@angular/compiler-cli": "~12.1.0-",
|
|
|
|
"@types/jasmine": "~3.8.0",
|
2020-03-17 22:28:50 +02:00
|
|
|
"@types/node": "^12.11.1",
|
2020-09-21 20:52:26 +03:00
|
|
|
"codelyzer": "^6.0.0",
|
2021-07-24 12:03:46 +03:00
|
|
|
"jasmine-core": "~3.8.0",
|
|
|
|
"jasmine-marbles": "~0.8.3",
|
|
|
|
"jasmine-spec-reporter": "~7.0.0",
|
2021-05-12 18:17:53 -04:00
|
|
|
"karma": "~6.3.0",
|
2020-03-17 22:28:50 +02:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-11-23 20:16:57 +02:00
|
|
|
"karma-coverage": "~2.0.3",
|
2020-09-21 20:52:26 +03:00
|
|
|
"karma-jasmine": "~4.0.0",
|
2021-07-24 12:03:46 +03:00
|
|
|
"karma-jasmine-html-reporter": "~1.7.0",
|
2020-09-21 20:52:26 +03:00
|
|
|
"protractor": "~7.0.0",
|
2021-07-24 12:03:46 +03:00
|
|
|
"ts-node": "~10.1.0",
|
2020-05-05 17:41:54 +03:00
|
|
|
"tslint": "~6.1.0",
|
2021-07-24 12:03:46 +03:00
|
|
|
"typescript": "~4.3.2"
|
2017-10-29 12:59:32 +01:00
|
|
|
}
|
|
|
|
}
|