-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 KB
/
package.json
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-academia",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@analogjs/astro-angular": "^1.14.0",
"@angular-devkit/build-angular": "^19.2.3",
"@angular/animations": "^19.2.2",
"@angular/common": "^19.2.2",
"@angular/compiler": "^19.2.2",
"@angular/compiler-cli": "^19.2.2",
"@angular/core": "^19.2.2",
"@angular/forms": "^19.2.2",
"@angular/language-service": "^19.2.2",
"@angular/platform-browser": "^19.2.2",
"@angular/platform-browser-dynamic": "^19.2.2",
"@angular/platform-server": "^19.2.2",
"@angular/router": "^19.2.2",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.2.0",
"@astrojs/react": "^4.1.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"astro": "^5.5.2",
"rxjs": "^7.8.2",
"tailwindcss": "^3.4.17",
"theme-change": "^2.5.0",
"tslib": "^2.8.1",
"typescript": "^5.8.2",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.14.0",
"@tailwindcss/typography": "^0.5.16",
"daisyui": "^4.12.23"
}
}