-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 KB
/
package.json
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
{
"name": "blog-theme",
"version": "0.0.0",
"author": "shellraining <[email protected]>",
"type": "module",
"scripts": {
"build": "node --no-deprecation scripts/fontmin.js && vitepress build",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"debug": "vitepress build && vitepress preview",
"gen_hash": "node gallery/hashGenerator.js && taplo format gallery/diary.toml",
"fontmin": "node --no-deprecation scripts/fontmin.js"
},
"dependencies": {
"@vueuse/core": "^10.11.1",
"blurhash": "^2.0.5",
"dayjs": "latest",
"idb-keyval": "^6.2.1",
"viewerjs": "^1.11.6"
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "latest",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/vitepress": "^0.5.3",
"axios": "^1.7.7",
"fontmin": "^1.1.0",
"glob": "^11.0.0",
"js-toml": "^1.0.0",
"sharp": "^0.33.5",
"typescript": "^5.6.2",
"vitepress": "latest",
"vue": "latest"
}
}