-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.04 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
{
"name": "fsdlp-spec",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome check",
"lint:fix": "biome check --fix --unsafe"
},
"dependencies": {
"@astrojs/check": "0.9.6",
"@astrojs/starlight": "^0.34.4",
"@astrojs/starlight-tailwind": "4.0.1",
"@expressive-code/plugin-collapsible-sections": "0.41.3",
"@fontsource/hind": "5.2.6",
"@fontsource/ibm-plex-mono": "5.2.6",
"@fontsource/poppins": "5.2.6",
"@tailwindcss/vite": "4.1.11",
"astro": "^5.6.1",
"astro-mermaid": "1.0.3",
"mermaid": "11.7.0",
"rehype-external-links": "3.0.0",
"sharp": "^0.34.2",
"starlight-links-validator": "0.17.0",
"tailwindcss": "4.1.11",
"typescript": "5.9.3"
},
"devDependencies": {
"@biomejs/biome": "2.0.6"
}
}