-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 922 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": "@utopia/docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "1.1.0",
"@astrojs/react": "3.0.2",
"@astrojs/sitemap": "^3.0.1",
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@types/mdast": "^3.0.11",
"astro": "3.1.1",
"astro-auto-import": "0.3.1",
"classnames": "^2.3.2",
"hastscript": "^7.2.0",
"html-escaper": "^3.0.3",
"mdast-util-mdx-jsx": "^2.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
},
"packageManager": "[email protected]"
}