mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-25 20:51:06 +03:00
34 lines
877 B
JSON
34 lines
877 B
JSON
{
|
|
"name": "@eqmac/components",
|
|
"version": "1.6.1",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng build components --watch",
|
|
"build": "ng build components --prod"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~11.2.8",
|
|
"@angular/cdk": "^11.2.8",
|
|
"@angular/common": "~11.2.8",
|
|
"@angular/compiler": "~11.2.8",
|
|
"@angular/core": "~11.2.8",
|
|
"@angular/forms": "~11.2.8",
|
|
"@angular/platform-browser": "~11.2.8",
|
|
"@angular/platform-browser-dynamic": "~11.2.8",
|
|
"rxjs": "~6.6.0",
|
|
"tslib": "^2.0.0",
|
|
"zone.js": "~0.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.1102.8",
|
|
"@angular/cli": "~11.2.7",
|
|
"@angular/compiler-cli": "~11.2.8",
|
|
"@types/node": "^12.11.1",
|
|
"ng-packagr": "^11.0.0",
|
|
"ts-node": "~8.3.0",
|
|
"tslint": "~6.1.0",
|
|
"typescript": "~4.1.5"
|
|
}
|
|
}
|