2018-01-16 15:09:59 +00:00
|
|
|
{
|
|
|
|
|
"name": "cli-hello-world",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"scripts": {
|
2018-04-24 18:30:23 +00:00
|
|
|
"ng": "ng",
|
|
|
|
|
"start": "ng serve",
|
2022-06-28 14:21:32 +00:00
|
|
|
"build": "ng build --configuration production",
|
2019-01-17 19:38:19 +00:00
|
|
|
"pretest": "ng version",
|
2019-10-15 13:42:31 +00:00
|
|
|
"test": "ng test && yarn e2e --configuration=ci && yarn e2e --configuration=ci-production",
|
|
|
|
|
"lint": "ng lint",
|
2021-11-20 16:23:07 +00:00
|
|
|
"e2e": "ng e2e --port 0"
|
2018-01-16 15:09:59 +00:00
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@angular/animations": "file:../../dist/packages-dist/animations",
|
|
|
|
|
"@angular/common": "file:../../dist/packages-dist/common",
|
|
|
|
|
"@angular/compiler": "file:../../dist/packages-dist/compiler",
|
|
|
|
|
"@angular/core": "file:../../dist/packages-dist/core",
|
|
|
|
|
"@angular/forms": "file:../../dist/packages-dist/forms",
|
|
|
|
|
"@angular/platform-browser": "file:../../dist/packages-dist/platform-browser",
|
|
|
|
|
"@angular/platform-browser-dynamic": "file:../../dist/packages-dist/platform-browser-dynamic",
|
|
|
|
|
"@angular/router": "file:../../dist/packages-dist/router",
|
2018-02-27 22:06:06 +00:00
|
|
|
"rxjs": "file:../../node_modules/rxjs",
|
2019-10-01 23:44:50 +00:00
|
|
|
"tslib": "file:../../node_modules/tslib",
|
2020-08-31 04:48:41 +00:00
|
|
|
"zone.js": "file:../../dist/zone.js-dist/archive/zone.js.tgz"
|
2018-01-16 15:09:59 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2019-11-23 00:31:40 +00:00
|
|
|
"@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular",
|
2019-01-14 21:12:45 +00:00
|
|
|
"@angular/cli": "file:../../node_modules/@angular/cli",
|
2018-01-16 15:09:59 +00:00
|
|
|
"@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli",
|
|
|
|
|
"@angular/language-service": "file:../../dist/packages-dist/language-service",
|
2020-02-04 19:45:40 +00:00
|
|
|
"@types/jasmine": "file:../../node_modules/@types/jasmine",
|
|
|
|
|
"@types/jasminewd2": "file:../../node_modules/@types/jasminewd2",
|
2019-10-17 11:18:19 +00:00
|
|
|
"@types/node": "file:../../node_modules/@types/node",
|
2019-11-23 21:52:34 +00:00
|
|
|
"codelyzer": "5.2.0",
|
|
|
|
|
"jasmine-core": "3.5.0",
|
|
|
|
|
"jasmine-spec-reporter": "4.2.1",
|
2020-10-08 13:08:43 +00:00
|
|
|
"karma": "4.4.0",
|
2019-11-23 21:52:34 +00:00
|
|
|
"karma-chrome-launcher": "3.1.0",
|
|
|
|
|
"karma-coverage-istanbul-reporter": "2.1.0",
|
|
|
|
|
"karma-jasmine": "2.0.1",
|
|
|
|
|
"karma-jasmine-html-reporter": "1.4.2",
|
2018-04-24 18:30:23 +00:00
|
|
|
"protractor": "file:../../node_modules/protractor",
|
2019-11-23 21:52:34 +00:00
|
|
|
"ts-node": "8.3.0",
|
|
|
|
|
"tslint": "5.18.0",
|
2022-08-26 08:39:05 +00:00
|
|
|
"typescript": "file:../../node_modules/typescript"
|
2018-01-16 15:09:59 +00:00
|
|
|
}
|
2018-09-27 14:03:40 +00:00
|
|
|
}
|