-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.2 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
62
63
64
65
66
67
68
{
"name": "xetera.dev",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--max-old-space-size=4096 astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"build:preview": "pnpm run build && python3 -m http.server 8000 dist",
"sync": "astro sync",
"astro": "astro",
"check": "oxlint",
"generate": "NODE_OPTIONS='-r dotenv/config' graphql-codegen-esm --config codegen.js"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/mdx": "^7.0.2",
"@astrojs/react": "^6.0.1",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@fontsource/sriracha": "^5.2.8",
"@graphql-typed-document-node/core": "^3.2.0",
"@iconify-json/twemoji": "^1.2.5",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-table": "^8.21.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@unocss/preset-icons": "^66.7.4",
"@unocss/transformer-variant-group": "^66.7.4",
"astro": "^7.0.6",
"autoprefixer": "^10.5.2",
"clsx": "^2.1.1",
"date-fns": "^4.4.0",
"dotenv": "^17.4.2",
"graphql": "^16.14.2",
"lodash": "^4.18.1",
"mdast-util-to-string": "^4.0.0",
"postcss": "^8.5.16",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.7.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-mdx-code-props": "^3.0.1",
"rehype-slug": "^6.0.0",
"rough-notation": "^0.5.1",
"sharp": "^0.35.3",
"unocss": "^66.7.4",
"use-lanyard": "^1.7.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/client-preset": "^4.8.3",
"@types/lodash": "^4.17.24",
"@types/node": "^26.1.0",
"@unocss/astro": "^66.7.4",
"@unocss/preset-typography": "^66.7.4",
"@unocss/reset": "^66.7.4",
"oxlint": "^1.72.0",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8"
}