-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.63 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "bread-docs",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=24.14.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"contributes": {
"themes": [
{
"label": "Bread Cooperative",
"uiTheme": "vs",
"path": "./.vscode/themes/bread-color-theme.json"
}
]
},
"dependencies": {
"@astrojs/markdoc": "^1.0.5",
"@astrojs/mdx": "^5.0.6",
"@astrojs/react": "^5.0.5",
"@astrojs/starlight": "^0.39.2",
"@astrojs/starlight-tailwind": "^5.0.0",
"@keystatic/astro": "^5.0.6",
"@keystatic/core": "^0.5.48",
"@tailwindcss/vite": "^4.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.3.7",
"canvas": "^3.2.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sharp": "^0.34.2",
"starlight-auto-sidebar": "^0.4.0",
"starlight-markdown-blocks": "^0.1.0",
"starlight-page-actions": "^0.5.0",
"tailwindcss": "^4.2.1"
},
"description": "Documentation website for [Bread Cooperative](https://bread.coop), built with [Astro Starlight](https://starlight.astro.build). Deployed at **docs.bread.coop**.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/BreadchainCoop/bread-docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BreadchainCoop/bread-docs/issues"
},
"homepage": "https://github.com/BreadchainCoop/bread-docs#readme",
"devDependencies": {
"unist-util-visit": "^5.1.0"
}
}