forked from mswjs/mswjs.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 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
{
"name": "mswjs-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "https://github.com/mswjs/mswjs.io/"
},
"dependencies": {
"@astrojs/markdown-remark": "^3.2.0",
"@astrojs/mdx": "^1.1.2",
"@astrojs/react": "^3.0.3",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.2",
"@astrojs/tailwind": "^5.0.2",
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@heroicons/react": "^2.0.18",
"@tailwindcss/typography": "^0.5.10",
"@types/body-scroll-lock": "^3.1.0",
"@types/node": "^20.8.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.3.2",
"body-scroll-lock": "4.0.0-beta.0",
"dotenv": "^16.3.1",
"glob": "^10.3.10",
"gray-matter": "^4.0.3",
"minimatch": "^9.0.3",
"outvariant": "^1.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@astrojs/markdoc": "^0.5.0",
"rehype-pretty-code": "^0.10.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}