forked from moosetechnology/moosetechnology.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.01 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.01 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
{
"name": "modularmoose-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"postinstall": "node -e \"const fs=require('fs');const f='node_modules/astro/dist/assets/utils/vendor/image-size/types/svg.js';fs.existsSync(f)&&fs.writeFileSync(f,fs.readFileSync(f,'utf8').replace(/validate: \\(input\\) => svgReg.test\\(toUTF8String\\(input, 0, 1e3\\)\\)/,'validate: (input) => svgReg.test(toUTF8String(input))'));\""
},
"dependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.2",
"@astrojs/starlight": "^0.34.4",
"@astrojs/starlight-tailwind": "^4.0.1",
"@tailwindcss/vite": "^4.1.5",
"astro": "^5.10.1",
"playright": "^0.0.22",
"rehype-mermaid": "^3.0.0",
"remark-gemoji": "^8.0.0",
"remixicon": "^4.6.0",
"sharp": "^0.32.5",
"starlight-blog": "^0.21.0",
"starlight-sidebar-topics": "^0.6.0",
"tailwindcss": "^4.1.5"
}
}