-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.12 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.12 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
{
"name": "xetera.dev",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"build:preview": "yarn build && python3 -m http.server 8000 dist",
"sync": "astro sync",
"astro": "astro",
"check": "biome lint",
"generate": "NODE_OPTIONS='-r dotenv/config' graphql-codegen-esm --config codegen.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.2.0",
"@astrojs/rss": "^4.0.11",
"@fontsource/sriracha": "^5.1.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@iconify-json/twemoji": "^1.2.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-table": "^8.20.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@unocss/preset-icons": "^65.4.3",
"@unocss/transformer-variant-group": "^65.4.3",
"astro": "^5.15.1",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.7",
"graphql": "^16.10.0",
"lodash": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"postcss": "^8.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.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.33.5",
"unocss": "^65.4.3",
"use-lanyard": "^1.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@graphql-codegen/cli": "^5.0.4",
"@graphql-codegen/client-preset": "^4.6.1",
"@graphql-codegen/typescript-urql": "^4.0.0",
"@types/lodash": "^4.17.15",
"@types/node": "^24.8.0",
"@unocss/astro": "^65.4.3",
"@unocss/preset-typography": "^65.4.3",
"@unocss/reset": "^65.4.3",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc"
}