ngx-data-ui/package.json

45 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2024-08-27 17:05:56 -04:00
{
"name": "ngx-data-ui",
2024-09-02 09:25:36 -04:00
"version": "0.1.0",
2024-08-27 17:05:56 -04:00
"scripts": {
2024-09-02 09:25:36 -04:00
"up-md": "ng serve md-demo",
"build-core": "ng build core --configuration production",
"publish-core": "npm publish dist/openharbor/core --access public --tag next",
2024-09-02 09:25:36 -04:00
"build-md": "ng build md-ui --configuration production",
"publish-md": "npm publish dist/openharbor/md-ui --access public --tag next"
2024-08-27 17:05:56 -04:00
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.0",
2024-09-02 09:25:36 -04:00
"@angular/cdk": "18.2.2",
2024-08-27 17:05:56 -04:00
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
2024-09-02 09:25:36 -04:00
"@angular/material": "18.2.2",
2024-08-27 17:05:56 -04:00
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@openharbor/data": "1.0.0-alpha.4",
"@openharbor/ngx-data-ui-core": "^18.0.0-alpha.1",
2024-08-27 17:05:56 -04:00
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
2024-09-02 09:25:36 -04:00
"@angular-devkit/build-angular": "^18.2.1",
2024-08-27 17:05:56 -04:00
"@angular/cli": "^18.0.7",
"@angular/compiler-cli": "^18.0.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
2024-09-02 09:25:36 -04:00
"ng-packagr": "^18.2.0",
2024-08-27 17:05:56 -04:00
"typescript": "~5.4.2"
2024-09-02 09:25:36 -04:00
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
2024-08-27 17:05:56 -04:00
}