-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 957 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
33
34
35
36
37
38
{
"name": "dojo-osp-website",
"private": true,
"type": "module",
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": ">=11.0.0 <12.0.0",
"onFail": "download"
}
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "pnpm exec biome format --write src",
"lint": "pnpm exec biome lint src",
"lint:fix": "pnpm exec biome lint --fix src",
"check": "pnpm exec biome check --write src"
},
"dependencies": {
"@astrojs/mdx": "^5.0.6",
"@astrojs/sitemap": "3.7.2",
"@astrojs/starlight": "^0.38.5",
"@tailwindcss/vite": "^4.3.3",
"astro": "^6.4.8",
"sharp": "^0.34.2",
"starlight-blog": "^0.26.1",
"starlight-image-zoom": "^0.14.2",
"starlight-ion-theme": "^2.4.0",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.10"
}
}