Files
mrarm-ui/package.json
Jordan 1517667ba2 init
2026-06-17 04:54:11 +00:00

39 lines
1.0 KiB
JSON

{
"name": "mrarm-ui-workspace",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"storybook": "ng run mrarm-ui:storybook",
"build-storybook": "ng run mrarm-ui:build-storybook"
},
"private": true,
"packageManager": "npm@10.9.8",
"dependencies": {
"@angular/cdk": "^21.2.14",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.2.15",
"@angular/cli": "^21.2.15",
"@angular/compiler-cli": "^21.2.0",
"@storybook/angular": "^10.4.6",
"jsdom": "^28.0.0",
"ng-packagr": "^21.2.0",
"prettier": "^3.8.1",
"storybook": "^10.4.6",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}