-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 928 Bytes
/
package.json
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": "astro",
"type": "module",
"version": "1.0.0",
"license": "UNLICENSED",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev --host",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier . --write",
"release": "standard-version"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/mdx": "^2.3.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.6.3",
"exifreader": "^4.22.1",
"github-markdown-css": "^5.5.1",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.7",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/node": "v20",
"@types/react": "^18.3.3",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"standard-version": "^9.5.0"
}
}