2026-05-14 12:40:34 +02:00

27 lines
649 B
JSON

{
"name": "webdev-angular-todo-example",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@angular/common": "^21.2.13",
"@angular/compiler": "^21.2.13",
"@angular/core": "^21.2.13",
"@angular/forms": "^21.2.13",
"@angular/platform-browser": "^21.2.13",
"zone.js": "^0.16.2"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^2.5.1",
"@angular-devkit/build-angular": "^21.2.11",
"@angular/compiler-cli": "^21.2.13",
"typescript": "~5.9.3",
"vite": "^6.4.2"
}
}