-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "perfect-codeblock",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "pnpm prisma generate && astro check && pnpm prisma migrate deploy && astro build",
"preview": "astro preview",
"preview:local": "IS_LOCAL=true astro build && IS_LOCAL=true astro preview",
"astro": "astro",
"postinstall": "pnpm astro sync"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.7",
"@astrojs/node": "^8.3.4",
"@astrojs/preact": "^3.5.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@astrojs/vue": "^4.5.2",
"@expressive-code/core": "^0.37.0",
"@expressive-code/plugin-line-numbers": "^0.37.0",
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@iconify-json/catppuccin": "^1.2.4",
"@iconify-json/fluent": "^1.2.4",
"@iconify-json/game-icons": "^1.2.0",
"@iconify-json/la": "^1.2.0",
"@iconify-json/line-md": "^1.2.1",
"@iconify-json/logos": "^1.2.2",
"@iconify/tailwind": "^1.1.3",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.15",
"@types/mdast": "^4.0.4",
"@types/pg": "^8.11.10",
"@types/react": "^18.3.11",
"astro": "^4.15.11",
"astro-expressive-code": "^0.37.0",
"astro-pagefind": "^1.6.0",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"daisyui": "^4.12.12",
"kysely": "^0.27.4",
"mdast-util-to-string": "^4.0.0",
"pg": "^8.13.0",
"preact": "^10.24.2",
"prisma": "^5.21.1",
"prisma-kysely": "^1.8.0",
"react": "^18.3.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"sharp": "^0.33.5",
"shiki": "^1.21.1",
"sitemap": "^8.0.0",
"tailwind-merge": "^2.5.3",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"vue": "^3.5.11"
},
"devDependencies": {
"eslint-plugin-prettier-vue": "^5.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-classnames": "^0.7.3",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-merge": "^0.7.1",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-vue": "^1.1.6",
"vite-plugin-remove-console": "^2.2.0"
},
"overrides": {
"react": "npm:@preact/compat@latest",
"react-dom": "npm:@preact/compat@latest"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}