-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 818 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 818 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
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
"dependencies": {
"astro": "^5.7.13",
"astro-i18n-aut": "^0.7.3",
"astro-icon": "^1.1.5",
"marked": "^16.0.0",
"md5": "^2.3.0",
"q5": "^3.0.5",
"sharp": "^0.34.1"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.2.20",
"@iconify-json/simple-icons": "^1.2.33",
"@types/md5": "^2.3.5",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0"
}
}