-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "blog-2023",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro preview ",
"build": "astro build && pagefind --site dist",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.4",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.0.8",
"@pagefind/default-ui": "^1.0.4",
"@tailwindcss/typography": "^0.5.9",
"agentkeepalive": "^4.5.0",
"astro": "^4.2.8",
"astro-imagetools": "^0.9.0",
"auth0-js": "^9.22.1",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"mdast-util-to-string": "^4.0.0",
"motion": "^10.16.4",
"reading-time": "^1.5.0",
"sanitize-html": "^2.10.0",
"tailwindcss": "^3.0.24",
"vue": "^3.4.15"
},
"devDependencies": {
"pagefind": "^1.0.4",
"sass": "^1.69.5"
},
"packageManager": "[email protected]+sha512.4e499f22fffe5845aa8f9463e1386b2d72c3134e0ebef9409360ad844fef0290e82b479b32eb2ec0f30e56607e1820c22167829fd62656d41a8fd0cc4a0f4267"
}