-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.1 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
41
42
43
{
"name": "ls-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.0",
"@astrojs/react": "^2.1.1",
"@astrojs/tailwind": "^3.1.1",
"@iconify/react": "^4.1.0",
"@nanostores/react": "^0.5.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"astro": "^2.3.0",
"astro-icon": "^0.8.0",
"hast-util-to-html": "^8.0.4",
"hastscript": "^7.2.0",
"mdast-util-to-hast": "^12.3.0",
"nanostores": "^0.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark": "^14.0.2",
"shiki": "^0.14.1",
"tree-node-cli": "^1.6.0",
"unist-util-visit": "^4.1.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/mdast": "^3.0.11",
"@types/node": "^18.15.13",
"rehype-pretty-code": "^0.9.5",
"tailwindcss": "^3.3.1"
}
}