-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 855 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
30
31
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@analogjs/astro-angular": "^0.2.38",
"@angular-devkit/build-angular": "^17.2.0",
"@angular/animations": "^17.2.1",
"@angular/common": "^17.2.1",
"@angular/compiler": "^17.2.1",
"@angular/compiler-cli": "^17.2.1",
"@angular/core": "^17.2.1",
"@angular/language-service": "^17.2.1",
"@angular/platform-browser": "^17.2.1",
"@angular/platform-browser-dynamic": "^17.2.1",
"@angular/platform-server": "^17.2.1",
"@astrojs/check": "^0.5.5",
"astro": "^4.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"zone.js": "^0.14.4"
}
}