-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.88 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
{
"name": "brain",
"version": "1.0.0",
"description": "My Second Brain",
"license": "GPL",
"type": "module",
"scripts": {
"build": "vuepress-vite build src",
"clean-dev": "vuepress-vite dev src --clean-cache",
"dev": "vuepress-vite dev src",
"update-package": "pnpm dlx vp-update",
"demo": "src/.vuepress/scripts/genDemo.js",
"md": "node src/.vuepress/scripts/genMarkDown.js",
"commitlint": "commitlint --edit"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.9",
"@codemirror/theme-one-dark": "^6.1.2",
"@types/katex": "0.16.7",
"@types/three": "0.161.2",
"@vue/repl": "3.4.0",
"@vuepress/bundler-vite": "2.0.0-rc.6",
"@vuepress/plugin-feed": "2.0.0-rc.3",
"@vueuse/core": "10.7.2",
"artplayer": "5.1.1",
"axios": "1.6.7",
"chart.js": "4.4.1",
"codemirror": "^6.0.1",
"dash": "3.25.22",
"echarts": "5.4.3",
"express": "^4.19.2",
"flowchart.ts": "3.0.0",
"hls.js": "1.5.3",
"katex": "0.16.9",
"log4js": "^6.9.1",
"markmap-common": "^0.17.0",
"markmap-lib": "^0.15.8",
"markmap-toolbar": "^0.15.8",
"markmap-view": "^0.15.8",
"mermaid": "10.8.0",
"mini-sandbox": "^0.3.18",
"plyr": "3.7.8",
"reveal.js": "5.0.4",
"serve-index": "^1.9.1",
"socket.io": "^4.7.5",
"three": "0.161.0",
"twikoo": "^1.6.31",
"vidstack": "0.6.14",
"vue": "^3.4.15",
"vue-codemirror": "^6.1.1",
"vuepress": "2.0.0-rc.6",
"vuepress-plugin-copy-code2": "2.0.0-rc.16",
"vuepress-plugin-pwa2": "2.0.0-rc.22",
"vuepress-plugin-search-pro": "2.0.0-rc.22",
"vuepress-shared": "2.0.0-rc.22",
"vuepress-theme-hope": "2.0.0-rc.22"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@vuepress/plugin-register-components": "^2.0.0-rc.30",
"husky": "^9.0.11",
"less": "^4.2.0"
}
}