-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.16 KB
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
{
"name": "open-props-ui-docs",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"build": "pnpm build-search-index && pnpm check-browser-support && astro build",
"preview": "astro preview",
"astro": "astro",
"build-search-index": "node scripts/generate-search-index.mjs",
"check-browser-support": "node scripts/check-browser-support.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.10",
"astro": "catalog:",
"astro-expressive-code": "^0.44.0",
"baseline-status": "^1.1.1",
"globby": "^16.2.0",
"highlight.js": "^11.11.1",
"minisearch": "^7.2.0",
"open-props": "catalog:",
"opui-css": "workspace:*",
"typescript": "^6.0.3",
"web-features": "^3.29.0"
},
"devDependencies": {
"@astrojs/sitemap": "^3.7.4",
"@astrojs/vue": "^7.0.3",
"prettier": "^3.8.3",
"prettier-plugin-astro": "0.14.1",
"solid-js": "catalog:",
"vue": "catalog:"
},
"pnpm": {
"onlyBuiltDependencies": []
},
"packageManager": "pnpm@12.4.2+sha512.08adc6613180275c7c9edada39dcf08c9c61ad4e7eaf330a4f3461f102b0f907423454d117f98e72d47fef0616070644d7bffc973a6a57f5090a6d7c368b07c9"
}