forked from DocHubTeam/DocHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.57 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
{
"name": "dochub",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "jest --watch",
"meta-import": "node src/tools/meta/import.js"
},
"dependencies": {
"@asyncapi/web-component": "0.24.23",
"@mdi/font": "5.9.55",
"@mermaid-js/mermaid-mindmap": "^9.2.2",
"ajv": "8.11.0",
"ajv-i18n": "4.2.0",
"axios": "0.21.1",
"dateformat": "3.0.3",
"jsonata": "1.8.6",
"mustache": "4.2.0",
"swagger-ui": "3.24.3",
"vis-network": "9.1.2",
"vue": "2.6.11",
"vue-code-diff": "0.0.4",
"vue-cookie": "1.1.4",
"vue-markdown": "2.2.4",
"vue-router": "3.1.5",
"vue-split-panel": "1.0.4",
"vuetify": "2.2.14",
"vuex": "3.1.2",
"yaml": "1.10.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.18.9",
"@types/jest": "28.1.6",
"@vue/cli-plugin-babel": "4.2.2",
"@vue/cli-plugin-eslint": "4.2.2",
"@vue/cli-service": "4.2.2",
"babel-eslint": "10.1.0",
"babel-loader": "8.0.6",
"css-loader": "3.4.2",
"eslint": "7.32.0",
"eslint-plugin-vue": "7.20.0",
"html-webpack-inline-source-plugin": "0.0.10",
"jest": "28.1.3",
"mermaid": "9.2.2",
"postcss-loader": "2.0.8",
"raw-loader": "4.0.2",
"vue-loader": "13.7.3",
"vue-monaco": "0.3.1",
"vue-style-loader": "3.1.2",
"vue-template-compiler": "2.6.11"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}