-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 902 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.2",
"@astrojs/node": "^7.0.2",
"@astrojs/rss": "^4.0.1",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/tailwind": "^5.0.4",
"@astrojs/vercel": "^6.1.0",
"@fontsource/inter": "^4.5.15",
"@fontsource/open-sans": "^4.5.14",
"@solid-primitives/scheduled": "^1.3.1",
"@tailwindcss/forms": "^0.5.3",
"astro": "^4.0.7",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"minisearch": "^6.0.1",
"sanitize-html": "^2.10.0",
"solid-headless": "^0.13.1",
"solid-js": "^1.6.11",
"tailwindcss": "^3.2.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/markdown-it": "^12.2.3",
"@types/sanitize-html": "^2.8.1"
}
}