-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "sbaumohlpersonalwebsite",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^7.3.0",
"@astrojs/mdx": "^8.0.0",
"@astrojs/react": "^6.0.5",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.4",
"@chenglou/pretext": "^0.0.8",
"@fontsource-variable/source-serif-4": "^5.1.0",
"@playform/compress": "^0.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/vite": "^4.1.14",
"astro": "^7.2.10",
"astro-icon": "^1.1.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.35.4",
"tailwindcss": "^4.1.14",
"typescript": "^5.8.3"
},
"devDependencies": {
"eslint": "^9.30.1",
"node-addon-api": "^8.8.0",
"node-gyp": "^12.3.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1"
}
}