-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
57 lines (57 loc) · 1.95 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
{
"name": "gemini-next",
"version": "3.0.8",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "vite --mode dev",
"build": "vue-tsc --noEmit && vite build --mode release",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antv/g2": "^4.1.34",
"@msgpack/msgpack": "^2.7.2",
"@types/marked": "^4.0.8",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@vueuse/core": "^8.6.0",
"ant-design-vue": "3.2.15",
"axios": "^0.21.1",
"clipboard": "^2.0.10",
"dayjs": "^1.10.7",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"highlight.js": "^11.8.0",
"insert-css": "^2.0.0",
"less": "^4.1.1",
"lodash-es": "^4.17.21",
"marked": "^4.3.0",
"mitt": "^3.0.0",
"monaco-editor": "0.27.0",
"nprogress": "^0.2.0",
"prettier": "^2.7.1",
"sql-formatter": "2.3.3",
"vditor": "^3.8.12",
"vue": "3.2.39",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "9.2.0-beta.34",
"vue-router": "4",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.0.0",
"xlsx": "^0.18.2"
},
"devDependencies": {
"@types/node": "^16.6.1",
"@typescript-eslint/parser": "5.36.2",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/compiler-sfc": "3.2.39",
"eslint-plugin-vue": "^9.3.0",
"typescript": "^4.3.2",
"vite": "3.1.0",
"vue-eslint-parser": "^9.0.3",
"vue-tsc": "1.0.3"
}
}