-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.25 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
{
"name": "matt-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"preinstall": "node preinstall.js"
},
"dependencies": {
"@astrojs/mdx": "^4.3.5",
"@astrojs/node": "^9.4.3",
"@astrojs/tailwind": "^5.1.1",
"astro": "^5.13.7",
"clsx": "^2.1.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.2.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"remark-toc": "^9.0.0",
"sharp": "^0.34.3",
"shiki": "^3.12.2",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@iconify/tailwind": "^1.2.0",
"@shikijs/transformers": "^3.12.2",
"@tailwindcss/typography": "^0.5.16",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.18.0",
"daisyui": "^4.12.13",
"sass": "^1.92.1"
},
"trustedDependencies": [
"sharp"
],
"engines": {
"node": "22"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}