forked from Xetera/xetera.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.94 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
{
"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": "graphql-codegen-esm --config codegen.cjs"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/prefetch": "^0.2.3",
"@astrojs/react": "^2.2.1",
"@astrojs/rss": "^2.4.3",
"@astrojs/vercel": "^3.7.3",
"@fontsource/sriracha": "^4.5.9",
"@graphql-typed-document-node/core": "^3.2.0",
"@iconify-json/twemoji": "^1.1.11",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@unocss/preset-icons": "^0.53.5",
"@unocss/transformer-variant-group": "^0.53.5",
"astro": "^2.10.0",
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
"lodash": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.1.0",
"rehype-slug": "^5.1.0",
"remark-mdx-code-meta": "^2.0.0",
"rough-notation": "^0.5.1",
"sharp": "^0.32.6",
"unocss": "0.49.1",
"use-lanyard": "^1.4.4",
"vite": "^4.4.12"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.19",
"@unocss/astro": "^0.53.5",
"@unocss/preset-typography": "0.49.1",
"@unocss/reset": "0.49.1",
"eslint": "^8.45.0",
"pnpm": "^8.6.9",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"rollup": "^3.26.3",
"typescript": "^5.1.6"
}
}