-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
61 lines (61 loc) · 1.78 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
{
"name": "ckman-fe",
"displayName": "ClickHouse Management Console",
"version": "0.1.0",
"license": "Apache",
"scripts": {
"serve": "node_modules/.bin/vue-cli-service serve src/main.tsx",
"build": "vue-cli-service build src/main.tsx",
"lint": "node_modules/.bin/vue-cli-service lint"
},
"dependencies": {
"@json-editor/json-editor": "^2.5.3",
"ace-builds": "^1.4.12",
"axios": "^0.21.1",
"blueimp-md5": "^2.18.0",
"codemirror": "^5.62.0",
"core-js": "^3.11.0",
"date-fns": "^2.21.1",
"echarts": "^4.9.0",
"element-ui-eoi": "^2.14.11",
"font-awesome": "^4.7.0",
"get-ip-range": "^4.0.1",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.6.0",
"json-big": "^1.0.2",
"lodash-es": "^4.17.21",
"marked": "^4.0.18",
"moment": "^2.29.1",
"platform": "^1.3.6",
"popper.js": "^1.16.1",
"reflect-metadata": "^0.1.13",
"sql-formatter": "^4.0.2",
"vue": "^2.6.12",
"vue-i18n": "^8.24.3",
"vue-multipane": "^0.9.5",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3",
"vxe-table": "^3.3.16",
"xe-utils": "^3.4.0"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.0",
"@types/lodash-es": "^4.17.4",
"@types/platform": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vue/cli-plugin-babel": "v4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-typescript": "v4.5.12",
"@vue/cli-service": "v4.5.12",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^32.3.1",
"sass": "^1.32.11",
"sass-loader": "^10.1.0",
"typescript": "~4.2.4",
"vue-template-compiler": "^2.6.12"
}
}