-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 894 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
{
"name": "@example/docs",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@algolia/client-search": "^4.22.1",
"@astrojs/mdx": "^2.0.5",
"@astrojs/preact": "^3.1.0",
"@astrojs/react": "^3.0.9",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@iconify-json/bi": "^1.1.23",
"@iconify-json/lucide": "^1.1.156",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"astro": "^4.2.1",
"astro-icon": "^1.0.2",
"preact": "^10.19.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"html-escaper": "^3.0.3",
"prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0"
}
}