-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
132 lines (132 loc) · 3.69 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "dochubcore",
"version": "1.0.6",
"main": "src/backend/main.mjs",
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RabotaRu/DocHub.git"
},
"bugs": {
"url": "https://github.com/RabotaRu/DocHub/issues"
},
"homepage": "https://github.com/RabotaRu/DocHub#readme",
"scripts": {
"lib": "vue-cli-service build --name test --target lib",
"plugin": "export VUE_APP_DOCHUB_MODE=plugin && vue-cli-service build",
"backend-build": "export VUE_APP_DOCHUB_MODE=backend && npm run build",
"backend-up": "node src/backend/main.mjs",
"backend": "export VUE_APP_DOCHUB_MODE=backend && npm run build && node src/backend/main.mjs",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:package": "node vue.lib.js",
"lint": "vue-cli-service lint",
"test": "jest --watch",
"meta-import": "node src/tools/meta/import.js",
"postinstall": "find plugins -maxdepth 1 -type d -exec sh -c \"cd '{}' && if [ -f package.json ]; then npm install; fi\" \\;"
},
"dependencies": {
"@asyncapi/react-component": "2.3.4",
"@asyncapi/web-component": "2.3.4",
"@mdi/font": "5.9.55",
"@mermaid-js/mermaid-mindmap": "9.3.0",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"ajv-i18n": "4.2.0",
"axios": "0.21.4",
"babel-runtime": "6.26.0",
"core-js": "3.26.1",
"dateformat": "3.0.3",
"jsonata": "2.0.3",
"jsrsasign": "10.8.6",
"md5": "2.3.0",
"mermaid": "10.6.1",
"monaco-editor": "0.34.1",
"mustache": "4.2.0",
"oidc-client-ts": "2.4.0",
"semver": "7.5.4",
"stream": "0.0.2",
"swagger-ui": "5.17.14",
"timers": "0.1.1",
"uuid": "8.3.2",
"vis-network": "9.1.2",
"vue": "2.7.14",
"vue-async-computed": "3.9.0",
"vue-cookie": "1.1.4",
"vue-markdown": "2.2.4",
"vue-router": "3.6.5",
"vuetify": "2.6.14",
"vuex": "3.6.2",
"xml2js": "0.6.2",
"yaml": "1.10.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime": "7.25.7",
"@effortlessmotion/html-webpack-inline-source-plugin": "1.0.3",
"@types/jest": "29.4.1",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-service": "5.0.8",
"babel-eslint": "10.1.0",
"babel-loader": "8.3.0",
"babel-plugin-transform-import-meta": "2.2.0",
"compression": "1.7.4",
"cors": "2.8.5",
"css-loader": "3.6.0",
"dotenv": "16.0.3",
"eslint": "7.32.0",
"eslint-plugin-vue": "7.20.0",
"express": "4.18.2",
"fake-indexeddb": "4.0.1",
"generator-code": "1.7.1",
"html-webpack-plugin": "5.5.0",
"jasmine-unit-test-generator": "1.3.1",
"jest": "29.4.1",
"jest-environment-jsdom": "29.4.1",
"jest-test-gen": "1.4.3",
"nodemon": "2.0.20",
"object-hash": "3.0.0",
"postcss-loader": "2.1.6",
"raw-loader": "4.0.2",
"redis": "4.6.10",
"ts-loader": "8.2.0",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "4.9.4",
"vue-loader": "13.7.3",
"vue-monaco": "0.3.2",
"vue-style-loader": "3.1.2",
"vue-svg-loader": "0.16.0",
"vue-template-compiler": "2.7.14",
"webpack-bundle-analyzer": "4.8.0",
"webpack-pwa-manifest": "4.3.0",
"yo": "4.3.0"
},
"overrides": {
"es5-ext": "0.10.53"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"engines": {
"npm": ">=8.1.0",
"node": ">=20.0.0"
},
"ide": {
"idea": {
"api": "1.0.0"
},
"vscode": {
"api": "1.0.0"
}
}
}