-
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.9",
"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.3",
"@astrojs/vue": "^7.0.1",
"prettier": "^3.8.3",
"prettier-plugin-astro": "0.14.1",
"solid-js": "catalog:",
"vue": "catalog:"
},
"pnpm": {
"onlyBuiltDependencies": []
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}