-
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.44 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.44 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": "just-be.dev",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/just-be-dev/just-be.dev.git"
},
"workspaces": {
"packages": [
"services/*",
"packages/*"
],
"catalog": {
"@types/bun": "^1.3.6",
"wrangler": "4.48.0",
"zod": "^4.1.13"
}
},
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "bun test",
"gen-codes": "bun scripts/gen-codes.ts",
"lint": "oxlint",
"lint:fix": "oxlint --fix"
},
"dependencies": {
"@ascorbic/feed-loader": "^2.0.1",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.3.12",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@iconify-json/pixel": "^1.2.1",
"@sentry/astro": "^10.30.0",
"@types/p5": "^1.7.6",
"@webtui/css": "^0.1.5",
"astro": "^5.16.3",
"beautiful-mermaid": "^0.1.3",
"marked": "^17.0.1",
"mdast-util-mdx-jsx": "^3.2.0",
"p5": "^1.11.3",
"remark-mdc": "^3.9.0",
"sharp": "^0.34.3",
"unist-util-visit": "^5.0.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@types/bun": "^1.3.6",
"@unocss/astro": "66.6.0",
"@unocss/preset-icons": "66.6.0",
"oxfmt": "^0.27.0",
"oxlint": "^1.41.0",
"prettier": "3.7.4",
"prettier-plugin-astro": "0.14.1",
"unocss": "66.6.0",
"wrangler": "4.48.0"
}
}