-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 927 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
{
"name": "vpm-catalog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"index": "pagefind --site dist --glob \"**/packages/*/**/*.{html}\""
},
"dependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/mdx": "^3.0.1",
"@astrojs/partytown": "^2.1.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.6.0",
"@vercel/node": "^3.1.1",
"astro": "^4.7.1",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@pagefind/default-ui": "^1.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/semver": "^7.5.8",
"any-json": "^3.1.0",
"daisyui": "^4.11.1",
"pagefind": "^1.1.0",
"remark-toc": "^9.0.0"
}
}