-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/language": "^6.2.1",
"@codemirror/legacy-modes": "^6.1.0",
"@codemirror/state": "6.x",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/lodash": "^4.14.186",
"@vue/apollo-composable": "^4.0.0-alpha.19",
"@vue/apollo-option": "^4.0.0-alpha.20",
"ant-design-vue": "^3.2.11",
"axios": "^0.27.2",
"codemirror": "^6.0.1",
"dayjs": "^1.11.5",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"subscriptions-transport-ws": "^0.11.0",
"unplugin-vue-components": "^0.22.4",
"vue": "^3.2.37",
"vue-codemirror": "^6.1.1",
"vue-request": "^2.0.0-rc.3",
"vue-router": "^4.1.5",
"xterm": "^5.0.0",
"xterm-addon-attach": "^0.7.0",
"xterm-addon-fit": "^0.6.0",
"xterm-addon-serialize": "^0.8.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.8.0",
"@types/node": "^18.7.15",
"@vitejs/plugin-vue": "^3.0.3",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vue-i18n": "9",
"vue-tsc": "^0.39.5"
}
}