-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.05 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular/animations": "^17.0.2",
"@angular/common": "^17.0.2",
"@angular/compiler": "^17.0.2",
"@angular/compiler-cli": "^17.0.2",
"@angular/core": "^17.0.2",
"@angular/language-service": "^17.0.2",
"@angular/platform-browser": "^17.0.2",
"@angular/platform-browser-dynamic": "^17.0.2",
"@angular/platform-server": "^17.0.2",
"@astrojs/alpinejs": "^0.3.1",
"@astrojs/lit": "^3.0.3",
"@astrojs/mdx": "^1.1.2",
"@astrojs/partytown": "^2.0.2",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/react": "^3.0.4",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/svelte": "^4.0.3",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vercel": "^5.2.0",
"@astrojs/vue": "^3.0.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.17",
"@types/alpinejs": "^3.13.5",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vercel/analytics": "^1.1.1",
"@vercel/node": "^3.0.11",
"@webcomponents/template-shadowroot": "^0.2.1",
"alpinejs": "^3.13.3",
"astro": "^3.5.5",
"express": "^4.18.2",
"express-rate-limit": "^7.1.4",
"lit": "^2.8.0",
"marked": "^10.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rxjs": "^7.8.1",
"scss": "^0.2.4",
"solid-js": "^1.8.5",
"svelte": "^4.2.3",
"tailwindcss": "^3.3.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vercel": "^32.5.5",
"vue": "^3.2.30",
"zone.js": "^0.14.2"
},
"devDependencies": {
"@types/marked": "^6.0.0",
"cypress": "^13.5.1"
},
"overrides": {
"@vercel/node": {
"ts-node": "10.9.1",
"typescript": "5.2.2"
}
}
}