-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 927 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 927 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
35
36
37
{
"name": "tylerdev",
"type": "module",
"version": "1.0.0",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"build-dev": "astro build && serve dist/",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.6.0",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@vercel/speed-insights": "latest",
"astro": "^5.16.6",
"astro-compress": "^2.3.8",
"prettier": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"sharp": "^0.33.5",
"typescript": "^5.9.2"
},
"devDependencies": {
"serve": "^14.2.5"
}
}