50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "angular-latest",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"storybook": "ng run angular-latest:storybook",
|
|
"build-storybook": "ng run angular-latest:build-storybook"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"parser": "angular"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"workspaces": [
|
|
"../my-workspace/*"
|
|
],
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^20.3.0",
|
|
"@angular/common": "^20.3.0",
|
|
"@angular/compiler": "^20.3.0",
|
|
"@angular/core": "^20.3.0",
|
|
"@angular/forms": "^20.3.0",
|
|
"@angular/platform-browser": "^20.3.4",
|
|
"@angular/router": "^20.3.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^20.3.5",
|
|
"@angular/build": "^20.3.5",
|
|
"@angular/cli": "^20.3.5",
|
|
"@angular/compiler-cli": "^20.3.0",
|
|
"@storybook/addon-docs": "^9.1.10",
|
|
"@storybook/angular": "^9.1.10",
|
|
"storybook": "^9.1.10",
|
|
"typescript": "~5.9.2"
|
|
}
|
|
}
|