-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 749 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 749 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
{
"name": "tsteele.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.4",
"@astrojs/react": "^3.0.4",
"@astrojs/vercel": "^5.2.0",
"@fontsource-variable/fira-code": "^5.0.15",
"@fontsource-variable/montserrat": "^5.0.16",
"astro": "^3.5.1",
"astro-expressive-code": "^0.27.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@astrojs/check": "^0.3.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}