-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "astrosite",
"type": "module",
"version": "0.7.2",
"license": "AGPL-3.0-only",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"release": "semantic-release",
"wrangler": "bunx wrangler pages dev -- bun run dev"
},
"release": {
"branches": [
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator"
]
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.2.6",
"astro-expressive-code": "^0.32.3",
"astro-icon": "^1.0.3",
"openai": "^4.27.0",
"remark-sectionize": "github:avgvstvs96/remark-sectionize",
"sharp": "^0.33.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"semantic-release": "^23.0.0",
"tailwindcss": "^3.4.1",
"type-coverage": "^2.27.1",
"wrangler": "^3.28.1"
}
}