forked from masterkram/bytehub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.55 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
{
"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"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-google-analytics": "^1.5.4",
"@vuepress/plugin-medium-zoom": "^1.3.1",
"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",
"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]>"
}