-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 952 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
38
39
{
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "npx prettier -w ."
},
"devDependencies": {
"@astrojs/lit": "^4.0.1",
"@astrojs/mdx": "^2.0.3",
"@astrojs/sitemap": "^3.0.4",
"astro-icon": "^0.8.0",
"autoprefixer": "^10.4.14",
"date-fns": "^2.28.0",
"postcss": "^8.4.23",
"prettier-plugin-astro": "^0.0.12",
"tailwindcss": "^3.3.2",
"zod": "^3.21.4",
"zod-form-data": "^1.3.1"
},
"dependencies": {
"@astrojs/netlify": "^4.0.2",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/prism": "^3.0.0",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.14.2",
"@types/quill": "^2.0.10",
"astro": "^4.0.8",
"rehype-add-classes": "^1.0.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.1",
"slash": "^5.1.0",
"typescript": "^4.9.5"
}
}