-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.3 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
44
45
46
47
48
49
50
51
52
53
{
"name": "@skyware/web",
"type": "module",
"private": true,
"license": "MPL-2.0",
"scripts": {
"dev": "astro dev",
"build": "pnpm pull && astro build",
"pull": "tsx scripts/pullRepos.ts",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^2.2.3",
"@astrojs/react": "^3.1.0",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@atcute/bluesky": "^1.0.6",
"@atcute/client": "^2.0.1",
"@shikijs/twoslash": "^1.2.2",
"@skyware/bot": "^0.3.8",
"@skyware/firehose": "^0.3.2",
"@skyware/jetstream": "^0.2.1",
"@skyware/labeler": "^0.2.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"astro": "^4.5.10",
"dprint": "^0.45.0",
"eslint": "^8.57.0",
"hast-util-to-jsx-runtime": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shiki": "^1.2.1",
"tailwindcss": "^3.4.1",
"tsx": "^4.7.1",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"zx": "^7.2.3"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@docsearch/css": "^3.6.0",
"@docsearch/react": "^3.6.0",
"clsx": "^2.1.0"
},
"packageManager": "[email protected]"
}