-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.81 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.81 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "study-notes",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@9.12.3",
"author": {
"name": "Ajitani Hifumi",
"url": "https://github.com/Perororororo"
},
"license": "MIT",
"keywords": [
"vitepress",
"nolebase",
"markdown",
"nolebase-integration",
"obsidian",
"knowledge-base",
"vitepress-doc"
],
"scripts": {
"dev": "pnpm run docs:dev",
"build": "pnpm run docs:build",
"serve": "pnpm run docs:serve",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:serve": "vitepress serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@antfu/eslint-config": "^8.0.0",
"@hedgedoc/markdown-it-plugins": "^2.1.4",
"@iconify-json/eos-icons": "^1.2.4",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/octicon": "^1.2.22",
"@iconify-json/svg-spinners": "^1.2.4",
"@netlify/functions": "^5.1.5",
"@nolebase/integrations": "2.18.2",
"@nolebase/markdown-it-bi-directional-links": "^2.18.2",
"@nolebase/markdown-it-unlazy-img": "^2.18.2",
"@nolebase/vitepress-plugin-breadcrumbs": "^2.18.2",
"@nolebase/vitepress-plugin-enhanced-mark": "^2.18.2",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.18.2",
"@nolebase/vitepress-plugin-git-changelog": "^2.18.2",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.18.2",
"@nolebase/vitepress-plugin-index": "^2.18.2",
"@nolebase/vitepress-plugin-inline-link-preview": "^2.18.2",
"@nolebase/vitepress-plugin-meta": "^2.18.2",
"@nolebase/vitepress-plugin-og-image": "^2.18.2",
"@nolebase/vitepress-plugin-page-properties": "^2.18.2",
"@nolebase/vitepress-plugin-sidebar": "^2.18.2",
"@nolebase/vitepress-plugin-thumbnail-hash": "^2.18.2",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.24",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node-fetch": "^2.6.13",
"@unocss/eslint-config": "66.6.7",
"@unocss/reset": "66.6.7",
"@vueuse/core": "^14.2.1",
"@vueuse/shared": "^14.2.1",
"emoji-regex": "^10.6.0",
"eslint": "^10.2.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.4",
"gray-matter": "^4.0.3",
"less": "^4.6.4",
"lodash": "^4.18.1",
"markdown-it": "^14.1.1",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^5.2.0",
"node-fetch": "^3.3.2",
"sharp": "^0.34.5",
"simple-git": "^3.35.2",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"unocss": "66.6.7",
"unplugin-vue-components": "^32.0.0",
"uuid": "^13.0.0",
"vite": "^8.0.7",
"vite-plugin-inspect": "12.0.0-beta.1",
"vitepress": "2.0.0-alpha.5",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vitepress-plugin-mermaid": "^2.0.17",
"vue": "^3.5.32"
}
}