forked from AnyayayPlus/Chemistry-Note
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 795 Bytes
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
{
"dependencies": {
"@waline/client": "^3.15.0",
"axios": "^1.16.1",
"blueimp-md5": "^2.19.0",
"qrcode.vue": "^3.9.1"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.2",
"@types/node": "^25.9.1",
"fast-glob": "^3.3.3",
"husky": "^9.1.7",
"lint-staged": "^17.0.6",
"markdown-it-mathjax3": "^4.3.2",
"oxfmt": "^0.50.0",
"pdf-lib": "^1.17.1",
"playwright": "^1.60.0",
"schema-dts": "^1.1.5",
"vitepress": "2.0.0-alpha.17"
},
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview",
"format": "oxfmt --write .",
"format:check": "oxfmt --check .",
"prepare": "husky"
},
"lint-staged": {
"*": "oxfmt --no-error-on-unmatched-pattern"
}
}