-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 997 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 997 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
39
{
"name": "abstract-menus-docs",
"private": true,
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^5.0.4",
"@astrojs/starlight": "^0.38.4",
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/commands": "^6.10.3",
"@codemirror/language": "^6.12.3",
"@codemirror/lint": "^6.9.5",
"@codemirror/search": "^6.7.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.1",
"@lezer/highlight": "^1.2.3",
"astro": "^6.1.9",
"jszip": "^3.10.1",
"pako": "^2.1.0",
"sharp": "^0.34.4",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "^22.19.17",
"@types/pako": "^2.0.4",
"happy-dom": "^15.11.7",
"vitest": "^2.1.9"
}
}