-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 837 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 837 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
34
{
"name": "davis-haupt-personal-site",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.15",
"@tufte-markdown/remark-sidenotes": "^1.0.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"astro": "^5.17.2",
"astro-icon": "^1.1.5",
"prettier": "^3.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0",
"satori": "^0.10.14",
"sharp": "^0.33.5",
"tone": "^14.9.17"
},
"devDependencies": {
"@csstools/postcss-global-data": "^4.0.0",
"@types/node": "^20.19.33",
"postcss-custom-media": "^12.0.1"
}
}