-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@preact/signals": "^1.2.3",
"body-scroll-lock": "github:vercel/body-scroll-lock",
"hex-to-rgba": "^2.0.1",
"mdast-util-to-string": "^3.2.0",
"ordinal": "^1.0.3",
"preact": "^10.20.0",
"reading-time": "^1.5.0",
"remark-prism": "^1.3.6",
"sharp": "^0.31.3",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@astrojs/mdx": "^2.2.1",
"@astrojs/netlify": "^5.2.0",
"@astrojs/partytown": "^2.0.4",
"@astrojs/preact": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.4.0",
"@tailwindcss/typography": "^0.5.10",
"@types/body-scroll-lock": "^3.1.2",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/scroll-lock": "^2.1.3",
"astro": "^4.5.9",
"astro-compress": "^2.2.17",
"astro-seo": "^0.7.6"
}
}