-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 815 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 815 Bytes
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
{
"name": "ic-rmcp-landing",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"deploy": "pnpm build && wrangler pages deploy dist"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/tailwind": "^6.0.2",
"@pagefind/default-ui": "^1.4.0",
"astro": "^5.16.5",
"autoprefixer": "^10.4.22",
"clsx": "^2.1.1",
"postcss": "^8.5.6",
"shiki": "^3.20.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@types/node": "^25.0.1",
"pagefind": "^1.4.0",
"typescript": "^5.9.3"
}
}