Files
astronomy/website/package.json
2021-02-09 23:29:16 -05:00

44 lines
1.1 KiB
JSON

{
"name": "@astroengine/website",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.1.1",
"@angular/cdk": "~11.1.1",
"@angular/common": "~11.1.1",
"@angular/compiler": "~11.1.1",
"@angular/core": "~11.1.1",
"@angular/flex-layout": "~11.0.0-beta.33",
"@angular/forms": "~11.1.1",
"@angular/material": "~11.1.1",
"@angular/platform-browser": "~11.1.1",
"@angular/platform-browser-dynamic": "~11.1.1",
"@angular/router": "~11.1.1",
"@ngneat/until-destroy": "~8.0.3",
"astronomy-engine": "file:../source/js",
"ngx-markdown": "~11.0.1",
"normalize.css": "~8.0.1",
"rxjs": "6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1101.2",
"@angular/cli": "~11.1.2",
"@angular/compiler-cli": "~11.1.1",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "4.1.3"
}
}