-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·58 lines (58 loc) · 1.92 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
{
"name": "bytehub",
"version": "0.0.1",
"description": "WebApp with Lecture summaries and tips For BIT & TCS programmes. made by a community of university of Twente students",
"main": "index.js",
"authors": {
"name": "Mark Bruderer",
"email": "[email protected]"
},
"repository": "https://github.com/masterkram/bytehub",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"start": "nodemon --ext md,vue,js --watch .vuepress --watch . --exec vuepress dev docs",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"license": "MIT",
"devDependencies": {
"@iconify/vue2": "^2.0.1",
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-google-analytics": "^1.5.4",
"@vuepress/plugin-medium-zoom": "^1.3.1",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-textual-uml": "^0.17.1",
"mermaid": "^10.8.0",
"vitepress": "^1.0.0-rc.39",
"vitepress-plugin-mermaid": "^2.0.16",
"vuepress": "^1.3.1",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-medium-zoom": "^1.1.9",
"vuepress-plugin-mermaidjs": "^1.7.2",
"vuepress-plugin-zooming": "^1.1.8",
"vuepress-theme-default-vue-a11y": "^0.1.15"
},
"dependencies": {
"@renovamen/vuepress-plugin-md-plus": "^0.2.0",
"axios": "^0.20.0",
"chart.js": "^3.5.1",
"gaussian": "^1.2.0",
"json-fn": "^1.1.1",
"markdown-it-plantuml": "^1.4.1",
"nodemon": "^2.0.15",
"reload": "^3.2.0",
"vite-plugin-vitepress-auto-sidebar": "^1.6.2",
"vuepress-bar": "^0.4.4",
"vuepress-plugin-auto-sidebar": "^1.5.0",
"vuepress-plugin-chart": "^0.3.0",
"vuepress-plugin-markmap": "^0.2.0",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-roughviz": "^0.2.0"
},
"resolutions": {
"watchpack": "1.6.1"
},
"author": "masterkram <[email protected]>"
}