-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 969 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 969 Bytes
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
{
"name": "engup-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.3.0",
"@directus/sdk": "^20.0.0",
"astro": "^5.10.0",
"astro-compressor": "^1.0.0",
"astro-delete-unused-images": "^1.0.3",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@vitest/ui": "^3.2.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13",
"vitest": "^3.2.4",
"prettier": "^3.6.2",
"@tailwindcss/vite": "^4.1.10",
"@types/hast": "^3.0.4",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3",
"dotenv": "^17.2.1"
}
}