-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.12 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
47
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.0",
"@astrojs/react": "^6.0.0",
"@astrojs/vue": "^7.0.0",
"@nanostores/react": "^1.1.0",
"@tailwindcss/vite": "^4.3.1",
"@types/mdast": "^4.0.4",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"astro": "^7.0.3",
"bootstrap": "^5.3.8",
"firebase": "^11.10.0",
"firebase-admin": "^13.10.0",
"hast-util-to-text": "^4.0.2",
"hastscript": "^9.0.1",
"katex": "^0.16.47",
"mathjax": "^3.2.2",
"mdx": "^0.3.1",
"nanostores": "^1.3.0",
"react": "^19.2.7",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.7",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"tailwind": "^4.0.0",
"tailwindcss": "^4.3.1",
"vue": "^3.5.39"
},
"trustedDependencies": [
"@firebase/util",
"@tailwindcss/oxide",
"core-js",
"protobufjs"
]
}