-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 896 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
{
"name": "@example/blog",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --experimental-integrations",
"start": "astro dev --experimental-integrations",
"build": "astro build --experimental-integrations",
"preview": "astro preview --experimental-integrations"
},
"devDependencies": {
"@astrojs/mdx": "^0.19.4",
"@astrojs/preact": "^2.2.0",
"@astrojs/sitemap": "^0.1.2",
"@astrojs/svelte": "^2.2.0",
"@astrojs/tailwind": "^3.1.3",
"@docsearch/css": "^3.4.0",
"@docsearch/react": "^3.4.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.5.5",
"astro-imagetools": "^0.8.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"preact": "^10.6.5",
"reading-time": "^1.5.0",
"shiki": "^0.14.2",
"svelte": "^3.59.1",
"tailwindcss": "^3.3.2"
}
}