-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 915 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 915 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
33
34
35
36
37
38
{
"name": "notebook",
"description": "个人笔记",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.3.1",
"sass": "^1.77.2",
"vitepress": "^1.2.2",
"vue": "^3.4.27"
},
"dependencies": {
"@giscus/vue": "^3.0.0",
"@mdit-vue/shared": "^2.1.3",
"@vueuse/core": "^10.10.0",
"dayjs": "^1.11.11",
"element-plus": "^2.7.6",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"markdown-it-container": "^4.0.0",
"markdown-it-task-checkbox": "^1.0.6",
"pagefind": "^1.1.0",
"pinia": "^2.1.7",
"swiper": "^11.1.3",
"tools-for-js": "^1.2.6",
"tools-for-web": "^0.0.5",
"vitepress-plugin-pagefind": "^0.3.3"
},
"engines": {
"node": ">=20.0.0"
}
}