2021-04-08 02:37:17 +03:00
|
|
|
{
|
|
|
|
"name": "@eqmac/components",
|
2021-05-04 02:00:41 +03:00
|
|
|
"version": "1.6.1",
|
2021-04-08 02:37:17 +03:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
2021-04-09 16:41:43 +03:00
|
|
|
"start": "ng build components --watch",
|
2021-05-04 02:00:41 +03:00
|
|
|
"build": "ng build components --prod"
|
2021-04-08 02:37:17 +03:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-04-09 01:27:47 +03:00
|
|
|
"@angular/animations": "~11.2.8",
|
|
|
|
"@angular/cdk": "^11.2.8",
|
|
|
|
"@angular/common": "~11.2.8",
|
2021-04-09 16:41:43 +03:00
|
|
|
"@angular/compiler": "~11.2.8",
|
2021-04-09 01:27:47 +03:00
|
|
|
"@angular/core": "~11.2.8",
|
|
|
|
"@angular/forms": "~11.2.8",
|
|
|
|
"@angular/platform-browser": "~11.2.8",
|
|
|
|
"@angular/platform-browser-dynamic": "~11.2.8",
|
2021-04-09 16:41:43 +03:00
|
|
|
"rxjs": "~6.6.0",
|
|
|
|
"tslib": "^2.0.0",
|
2021-04-09 01:27:47 +03:00
|
|
|
"zone.js": "~0.11.3"
|
2021-04-09 16:41:43 +03:00
|
|
|
},
|
|
|
|
"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"
|
2021-04-08 02:37:17 +03:00
|
|
|
}
|
|
|
|
}
|