-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
38
39
40
41
42
43
44
45
{
"name": "home",
"description": "homepage of sbsrf",
"version": "0.1.0",
"type": "module",
"author": "",
"scripts": {
"sbkd": "cd public && curl -L https://github.com/sbsrf/sbkd/releases/download/v0.0.1-alpha/sbkd.zip -O && unzip sbkd.zip && rm sbkd.zip",
"start": "vitepress dev",
"build": "npm run sbkd && vitepress build",
"build:no-sbkd": "vitepress build",
"preview": "vitepress preview",
"pwa": "pwa-assets-generator",
"compress-pictures": "node .vitepress/compress-pictures.mjs"
},
"devDependencies": {
"@datastructures-js/priority-queue": "^6.3.1",
"@libreservice/my-worker": "^0.4.2",
"@types/node": "^22.10.1",
"@vicons/fa": "^0.12.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/vitepress": "^0.5.3",
"busuanzi.pure.js": "^1.0.3",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"gray-matter": "^4.0.3",
"lodash-es": "^4.17.21",
"markdown-it-mathjax3": "^4.3.2",
"naive-ui": "^2.40.1",
"sharp": "^0.33.5",
"supermemo": "^2.0.17",
"textarea-caret": "^3.1.0",
"vitepress": "^1.5.0",
"vooks": "^0.2.12",
"vue": "^3.5.13"
},
"pnpm": {
"overrides": {
"sharp": "^0.33.5"
}
},
"dependencies": {
"optional": "^0.1.4"
}
}