-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 828 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
32
33
{
"name": "learn-eberban.github.io",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/react": "^3.0.2",
"@fontsource/bitter": "^4.5.11",
"@fontsource/league-mono": "^5.0.7",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"htmr": "^1.0.2",
"localstorage-slim": "^2.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reactflow": "^11.9.2",
"yaml": "^2.2.1"
},
"devDependencies": {
"@astrojs/mdx": "^1.1.0",
"@astrojs/tailwind": "^5.0.0",
"astro": "^3.2.0",
"github-slugger": "^2.0.0",
"katex": "^0.16.8",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}