-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.6 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "nolebase",
"type": "module",
"version": "1.0.0",
"packageManager": "[email protected]",
"author": {
"name": "Nólëbase",
"email": "[email protected]",
"url": "https://github.com/nolebase"
},
"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": "pnpm run update && vitepress dev",
"docs:build": "pnpm run update && vitepress build",
"docs:serve": "vitepress serve",
"update": "tsx scripts/update.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.0",
"@hedgedoc/markdown-it-plugins": "^2.1.4",
"@iconify-json/eos-icons": "^1.1.10",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/octicon": "^1.1.56",
"@iconify-json/svg-spinners": "^1.1.2",
"@netlify/functions": "^1.6.0",
"@nolebase/markdown-it-bi-directional-links": "^2.3.0",
"@nolebase/markdown-it-unlazy-img": "^2.3.0",
"@nolebase/vitepress-plugin-enhanced-mark": "^2.3.0",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.3.0",
"@nolebase/vitepress-plugin-git-changelog": "^2.3.0",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.3.0",
"@nolebase/vitepress-plugin-inline-link-preview": "^2.3.0",
"@nolebase/vitepress-plugin-meta": "^2.3.0",
"@nolebase/vitepress-plugin-og-image": "^2.3.0",
"@nolebase/vitepress-plugin-page-properties": "^2.3.0",
"@nolebase/vitepress-plugin-thumbnail-hash": "^2.3.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.7",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node-fetch": "^2.6.11",
"@unocss/eslint-config": "^0.58.9",
"@unocss/reset": "^0.58.9",
"@vueuse/core": "^10.11.0",
"@vueuse/shared": "^10.11.0",
"emoji-regex": "^10.3.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"less": "^4.2.0",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-mathjax3": "^4.3.2",
"node-fetch": "^3.3.2",
"sharp": "^0.32.6",
"simple-git": "^3.25.0",
"tsx": "^4.16.3",
"typescript": "^5.5.4",
"unocss": "^0.58.9",
"unplugin-vue-components": "^0.26.0",
"uuid": "^9.0.1",
"vite": "^5.3.5",
"vite-plugin-inspect": "^0.8.5",
"vitepress": "^1.3.1",
"vue": "^3.4.34"
}
}