-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.79 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "zotero-chinese-website",
"type": "module",
"version": "0.0.0",
"private": "true",
"packageManager": "[email protected]",
"description": "Zotero 中文社区站点",
"license": "MIT",
"scripts": {
"dev": "vitepress dev src",
"build": "vitepress build src",
"build:tsc": "vue-tsc",
"preview": "vitepress preview src",
"lint": "eslint . --fix",
"git:update": "git submodule update --remote --recursive",
"fetch-data": "node .github/scripts/fetch-data.mjs",
"deps:update": "pnpx taze minor --write --force --include-locked",
"prepare": "husky"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@giscus/vue": "3.1.1",
"@highcharts/dashboards": "2.3.0",
"@iconify-json/ep": "^1.2.2",
"@mdit/plugin-footnote": "0.14.0",
"@mdit/plugin-mark": "^0.14.0",
"@nolebase/vitepress-plugin-git-changelog": "2.12.0",
"@tsconfig/node20": "20.1.4",
"@types/fs-extra": "11.0.4",
"@types/node": "22.10.3",
"@vitejs/plugin-vue": "5.2.1",
"@vueuse/core": "12.2.0",
"element-plus": "2.9.1",
"eslint": "9.17.0",
"eslint-plugin-format": "^0.1.3",
"execa": "9.5.2",
"fast-glob": "^3.3.2",
"feed": "4.2.2",
"fs-extra": "11.2.0",
"highcharts": "11.4.8",
"highcharts-vue": "2.0.1",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"nprogress": "^0.2.0",
"radash": "12.1.0",
"typescript": "5.7.2",
"unplugin-auto-import": "0.19.0",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "0.28.0",
"vite": "6.0.6",
"vite-plugin-inspect": "0.10.6",
"vite-plugin-vue-devtools": "7.6.8",
"vitepress": "1.5.0",
"vue": "3.5.13",
"vue-tsc": "2.2.0"
},
"pnpm": {
"overrides": {
"vite": "6.0.6"
}
},
"lint-staged": {
"*.*": "eslint --fix"
}
}