-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 800 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 800 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
{
"name": "mapconductor-site",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"start:ja": "astro dev --host",
"start:es": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"lint:prettier": "prettier --check ."
},
"dependencies": {
"@astrojs/starlight": "^0.36.3",
"@pasqal-io/starlight-client-mermaid": "^0.1.0",
"@tailwindcss/vite": "^4.2.4",
"astro": "^5.18.1",
"astro-embed": "^0.9.2",
"mermaid": "^11.14.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.4"
},
"devDependencies": {
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.9.3"
}
}