-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
63 lines (63 loc) · 1.87 KB
/
package.json
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
{
"name": "xetera.dev",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"build:preview": "yarn build && python3 -m http.server 8000 dist",
"astro": "astro",
"generate": "NODE_OPTIONS='-r dotenv/config' graphql-codegen-esm --config codegen.js"
},
"dependencies": {
"@astrojs/mdx": "^3.1.2",
"@astrojs/react": "^3.6.0",
"@astrojs/rss": "^4.0.7",
"@fontsource/sriracha": "^5.0.20",
"@graphql-typed-document-node/core": "^3.2.0",
"@iconify-json/twemoji": "^1.1.15",
"@tailwindcss/container-queries": "^0.1.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@unocss/preset-icons": "^0.61.0",
"@unocss/transformer-variant-group": "^0.61.0",
"astro": "^4.11.3",
"autoprefixer": "^10.4.19",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"postcss": "^8.4.39",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"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.4",
"unocss": "0.61.5",
"use-lanyard": "^1.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.1",
"@graphql-codegen/typescript-urql": "^4.0.0",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"@unocss/astro": "^0.61.5",
"@unocss/preset-typography": "0.61.5",
"@unocss/reset": "0.61.5",
"pnpm": "^9.4.0",
"typescript": "^5.5.2"
},
"packageManager": "[email protected]"
}