generated from withastro/github-pages
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "cs19-blog",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.3.0",
"@astrojs/image": "^0.17.3",
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^4.0.0",
"@fontsource/gilda-display": "^5.0.8",
"@fontsource/inter": "^5.0.8",
"@types/alpinejs": "^3.7.2",
"alpinejs": "^3.12.3",
"astro": "^2.10.15",
"astro-color-scheme": "^1.1.2",
"astro-feather-icons": "^1.0.2",
"astro-icon": "^0.8.1",
"astro-seo": "^0.8.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-plugin-image-native-lazy-loading": "^1.2.0",
"rollup": "^3.28.1",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"classnames": "^2.3.2",
"sharp": "^0.32.4"
}
}