-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "angular.dev",
"version": "0.0.0",
"scripts": {
"ng": "../node_modules/.bin/ng",
"start": "../node_modules/.bin/ng serve",
"build": "../node_modules/.bin/ng build",
"watch": "../node_modules/.bin/ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/common": "^21.1.0-next",
"@angular/compiler": "^21.1.0-next",
"@angular/core": "^21.1.0-next",
"@angular/forms": "^21.1.0-next",
"@angular/platform-browser": "^21.1.0-next",
"@angular/router": "^21.1.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^21.1.0-next",
"@angular/cli": "^21.2.4",
"@angular/compiler-cli": "^21.1.0-next",
"@types/node": "^16.11.35",
"typescript": "~5.9.2"
}
}