-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"homepage": "https://jackestar.netlify.dev",
"devDependencies": {
"@types/three": "^0.182.0",
"markdown-it-mathjax3": "^4.3.2",
"pcb-trace-animation": "^2.0.2",
"vitepress": "^1.6.4",
"vue": "^3.5.26"
},
"scripts": {
"translate": "node translate.js --input ./Locale/ --output ./dist --filenameLang",
"docs:dev": "vitepress dev Blog --host",
"docs:build": "vitepress build Blog",
"docs:preview": "vitepress preview Blog --host",
"build": "vitepress build Blog --outDir './dist/Blog' && astro build",
"postbuild": "sh postbuild.sh",
"astro:dev": "astro dev",
"astro:build": "astro build",
"astro:preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@types/node": "^25.0.3",
"astro": "^5.16.6",
"canvas": "3.0.0-rc3",
"fs": "0.0.1-security",
"fs-extra": "^11.3.3",
"gray-matter": "^4.0.3",
"gsap": "^3.14.2",
"minimist": "^1.2.8",
"path": "^0.12.7",
"sharp": "^0.34.5",
"three": "^0.178.0",
"typescript": "^5.9.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"canvas",
"esbuild"
]
}
}