-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 932 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
{
"name": "wgdotnet-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && npx tailwindcss -o ./dist/src/styles.css --minify",
"preview": "astro preview",
"astro": "astro",
"sync": "astro sync"
},
"dependencies": {
"@astrojs/cloudflare": "^6.8.1",
"@astrojs/mdx": "^0.19.7",
"@astrojs/node": "^5.3.6",
"@astrojs/tailwind": "^4.0.0",
"@jop-software/astro-cookieconsent": "^2.0.0",
"astro": "^2.10.12",
"astro-diagram": "^0.7.0",
"astro-heroicons": "^0.3.0",
"astro-icon": "^0.8.1",
"mdx-mermaid": "^2.0.0",
"mermaid": "^10.5.1",
"rehype-autolink-headings": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"remark-toc": "^9.0.0",
"tailwindcss": "^3.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10"
}
}