-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.25 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "astro-project",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"pnpm-update": "pnpm add -g pnpm",
"clear": "pnpm store prune",
"pnpm-install": "pnpm install"
},
"dependencies": {
"@analogjs/astro-angular": "^2.0.5",
"@angular/animations": "^20.3.12",
"@angular/build": "^20.3.10",
"@angular/common": "^20.3.12",
"@angular/compiler": "^20.3.12",
"@angular/compiler-cli": "^20.3.12",
"@angular/core": "^20.3.12",
"@angular/language-service": "^20.3.12",
"@angular/platform-browser": "^20.3.12",
"@angular/platform-server": "^20.3.12",
"@astrojs/node": "^9.5.1",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/svelte": "^7.2.2",
"@astrojs/vue": "^5.1.3",
"@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"astro": "^5.15.9",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"rxjs": "^7.8.2",
"svelte": "^5.43.14",
"tailwindcss": "^4.1.17",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vue": "^3.5.24"
},
"devDependencies": {
"baseline-browser-mapping": "^2.9.19"
}
}