-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.21 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
{
"name": "web-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"generate": "openapi --input http://127.0.0.1:3000/swagger-json --output ./src/services/api --client axios --useOptions"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^37.0.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^37.0.0",
"@ckeditor/ckeditor5-theme-lark": "^37.0.0",
"@ckeditor/ckeditor5-vue": "^5.0.0",
"@ckeditor/vite-plugin-ckeditor5": "^0.1.1",
"@cloudflare/json-schema-walker": "^0.1.1",
"@element-plus/icons-vue": "^2.1.0",
"@imengyu/vue3-context-menu": "^1.2.5",
"@vueuse/core": "^9.13.0",
"ajv": "^8.12.0",
"axios": "^1.3.2",
"change-case": "^4.1.2",
"ckeditor5": "^37.0.1",
"crypto-js": "^4.1.1",
"element-plus": "^2.7.1",
"json-bigint": "^1.0.0",
"lc-error-definition": "^1.0.1",
"lc-vue-auto-height-wrapper": "^1.1.14",
"lc-vue-auto-pagination": "^1.0.11",
"lc-vue-biz-select": "^1.1.8",
"lc-vue-flex": "^1.0.1",
"lc-vue-form-filter": "^1.1.2",
"lc-vue-pro-layout": "^1.1.6",
"lodash": "^4.17.21",
"marked": "^12.0.2",
"moment": "^2.24.0",
"monaco-editor": "^0.36.1",
"normalize.css": "^8.0.1",
"qs": "^6.9.1",
"rxjs": "^7.8.0",
"simple-async-debounce": "^1.0.1",
"simple-deferred2": "^1.0.4",
"socket.io-client": "^4.6.1",
"uuid": "^9.0.0",
"validator": "^13.7.0",
"vue": "^3.4.23",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/json-bigint": "^1.0.1",
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.6",
"@types/qs": "^6.9.7",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^9.9.0",
"openapi-typescript-codegen": "^0.23.0",
"sass": "^1.58.1",
"typescript": "^4.9.3",
"vite": "^4.3.0",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-require-transform": "^1.0.9",
"vue-tsc": "^1.0.24"
}
}