-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "record",
"version": "0.2.3",
"description": "这是我记录自己东西的地方,自己的学习内容。",
"workspaces": [
"packages/notes",
"packages/server"
],
"type": "module",
"scripts": {
"dev": "vitepress dev ./packages/notes",
"build": "vitepress build ./packages/notes",
"preview": "vitepress preview ./packages/notes",
"prepare": "husky .husky",
"format": "prettier --write . --config ./.prettierrc",
"posttest": "npm run format"
},
"keywords": [],
"author": "",
"license": "ISC",
"lint-staged": {
"*.{ts,js,json,css,html,vue,md}": [
"prettier --write --config ./.prettierrc"
]
},
"devDependencies": {
"@types/node": "^22.10.2",
"husky": "^9.1.7",
"less": "^4.2.1",
"lint-staged": "^15.3.0",
"pagefind": "^1.3.0",
"prettier": "latest",
"typescript": "^5.7.2",
"vitepress": "^1.5.0",
"vitepress-plugin-pagefind": "^0.4.12"
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.1",
"@mdit/plugin-tasklist": "^0.14.0",
"cytoscape": "^3.30.4",
"cytoscape-cose-bilkent": "^4.1.0",
"dayjs": "^1.11.13",
"debug": "^4.4.0",
"markdown-it": "^14.1.0",
"medium-zoom": "^1.1.0",
"mermaid": "~11.4.1",
"vue": "^3.5.13"
}
}