-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
134 lines (134 loc) · 4 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
133
134
{
"name": "mx-admin",
"version": "4.9.0",
"bump": {
"before": [
"git pull --rebase"
],
"changelog": true
},
"scripts": {
"prepare": "pnpm exec simple-git-hooks",
"prebuild": "rm -rf dist",
"dev": "NODE_ENV=development vite --mode development --open --host",
"build": "NODE_ENV=production vite build --mode production",
"preview": "vite preview --port 2323",
"lint": "biome lint --apply src/**/*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json} --no-errors-on-unmatched",
"format": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,ts,css,scss,vue,html,md}\""
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --ignore-path ./.gitignore --write "
],
"*.{js,ts,cjs,mjs,jsx,tsx,json}": [
"biome lint --apply --no-errors-on-unmatched"
]
},
"dependencies": {
"@antv/g2": "^4.2.11",
"@bytebase/vue-kbar": "0.1.8",
"@codemirror/commands": "6.8.0",
"@codemirror/lang-markdown": "6.3.1",
"@codemirror/language": "6.10.8",
"@codemirror/language-data": "6.5.1",
"@codemirror/search": "6.5.8",
"@codemirror/state": "6.5.0",
"@codemirror/theme-one-dark": "6.1.2",
"@codemirror/view": "6.36.1",
"@ddietr/codemirror-themes": "1.5.1",
"@huacnlee/autocorrect": "2.13.0",
"@lezer/highlight": "^1.2.1",
"@mx-space/api-client": "1.16.1",
"@simplewebauthn/browser": "10.0.0",
"@types/canvas-confetti": "1.9.0",
"@vicons/antd": "0.13.0",
"@vicons/fa": "0.13.0",
"@vicons/fluent": "0.13.0",
"@vicons/ionicons4": "0.13.0",
"@vicons/ionicons5": "0.13.0",
"@vicons/material": "0.13.0",
"@vicons/tabler": "0.13.0",
"@vicons/utils": "0.1.4",
"@vueuse/core": "12.3.0",
"@xterm/addon-fit": "0.10.0",
"@xterm/xterm": "5.5.0",
"ansi_up": "6.0.2",
"better-auth": "1.1.10",
"blurhash": "2.0.5",
"buffer": "6.0.3",
"canvas-confetti": "1.9.3",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"crossbell.js": "npm:[email protected]",
"date-fns": "4.1.0",
"ejs": "3.1.10",
"es-toolkit": "1.31.0",
"event-source-polyfill": "1.0.31",
"highlight.js": "11.11.1",
"js-cookie": "3.0.5",
"js-yaml": "4.1.0",
"json5": "2.2.3",
"lodash.transform": "4.6.0",
"markdown-escape": "2.0.0",
"marked": "13.0.3",
"monaco-editor": "0.50.0",
"monaco-editor-auto-typings": "0.4.5",
"naive-ui": "2.41.0",
"octokit": "4.0.3",
"openai": "4.77.3",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"pinia": "2.3.0",
"qier-progress": "1.0.4",
"qs": "6.13.1",
"reflect-metadata": "0.2.2",
"socket.io-client": "4.8.1",
"sortablejs": "1.15.6",
"swrv": "1.0.4",
"tinycolor2": "1.6.0",
"umi-request": "1.4.0",
"unidata.js": "0.8.0",
"validator": "13.12.0",
"vite-plugin-windicss": "1.9.4",
"vue": "3.5.13",
"vue-router": "4.5.0",
"xss": "1.0.15",
"xterm-theme": "1.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@innei/prettier": "0.15.0",
"@types/ejs": "3.1.5",
"@types/event-source-polyfill": "1.0.5",
"@types/js-yaml": "4.0.9",
"@types/markdown-escape": "1.1.3",
"@types/qs": "6.9.17",
"@types/sortablejs": "1.15.8",
"@types/tinycolor2": "1.4.6",
"@types/validator": "13.12.2",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/compiler-sfc": "3.5.13",
"cors": "2.8.5",
"lint-staged": "15.3.0",
"postcss": "8.4.49",
"postcss-nested": "7.0.2",
"postcss-preset-env": "10.1.3",
"prettier": "3.4.2",
"rollup": "^4.30.1",
"rollup-plugin-visualizer": "5.14.0",
"simple-git-hooks": "2.11.1",
"typescript": "5.7.2",
"unplugin-auto-import": "19.0.0",
"vite": "6.0.7",
"vite-plugin-checker": "0.8.0",
"vite-plugin-mkcert": "1.17.6",
"vite-plugin-wasm": "3.4.1",
"vite-tsconfig-paths": "5.1.4",
"windicss": "3.5.6"
},
"packageManager": "[email protected]"
}