-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.02 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 3.02 KB
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
{
"name": "@webitel/admin",
"version": "26.8.0",
"private": true,
"scripts": {
"check:libs-train": "node scripts/check-webitel-train.mjs",
"dev": "vite --force",
"build": "vite build",
"preview": "npm run build && vite preview --base /",
"test:unit": "vitest",
"lint:fix": "npx biome check --write ./src",
"lint:fix-staged": "npx lint-staged",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"tsc": "vue-tsc -p tsconfig.json",
"typecheck": "vue-tsc --noEmit -p ./tsconfig.json",
"utils:i": "npm i --install-links",
"utils:up-libs": "npm up @webitel/api-services @webitel/ui-sdk @webitel/styleguide @webitel/ui-datalist && npm run utils:ls-libs",
"utils:ln-libs": "npm link @webitel/api-services @webitel/ui-sdk @webitel/styleguide @webitel/ui-datalist && npm run utils:ls-libs",
"utils:ls-libs": "npm ls @webitel/api-services @webitel/ui-sdk @webitel/styleguide @webitel/ui-datalist",
"prepare": "husky",
"biome:ci:gh": "biome ci ./src --reporter=github",
"test:unit:ci": "vitest run --coverage",
"typecheck:ci": "npm run typecheck"
},
"type": "module",
"dependencies": {
"@regle/schemas": "^1.28.5",
"@vue/compat": "^3.5.x",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^14.x",
"@webitel/api-services": "~26.8",
"@webitel/styleguide": "~26.8",
"@webitel/ui-datalist": "~26.8",
"@webitel/ui-sdk": "~26.8",
"axios": "^1.18.1",
"clipboard-copy": "^4.0.1",
"cron-validator": "^1.4.0",
"cronstrue": "^2.13.0",
"date-fns": "^4.4.0",
"deep-copy": "^1.4.2",
"deep-equal": "^2.2.3",
"deepmerge": "^4.2.2",
"file-saver-es": "^2.0.5",
"jszip": "^3.10.1",
"jszip-utils": "^0.1.0",
"lodash-es": "^4.18.1",
"monaco-editor": "^0.56.0",
"path": "^0.12.7",
"pinia": "^3.0.4",
"qrcode.vue": "^3.10.0",
"qs-esm": "^7.0.2",
"query-string": "^9.4.1",
"sortablejs": "^1.15.7",
"vidstack": "^1.15.6",
"vue": "^3.5.x",
"vue-i18n": "~11.x",
"vue-router": "^4.4.3",
"vue2-dropzone": "^3.6.0",
"vuex": "^4.1.0",
"webitel-sdk": "^26.4.29",
"zod": "^4.x"
},
"devDependencies": {
"@biomejs/biome": "^2.5.6",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^22.10.10",
"@vitejs/plugin-vue": "^6.x",
"@vitest/coverage-v8": "^4.1.10",
"@vue/test-utils": "^2.4.11",
"@vue/tsconfig": "^0.9.1",
"globals": "^16.0.0",
"happy-dom": "^20.11.1",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"prismjs": "^1.29.0",
"sass": "^1.102.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "npm:rolldown-vite@^7.3.1",
"vite-plugin-checker": "^0.14.5",
"vite-plugin-node-polyfills": "^0.x",
"vite-plugin-static-copy": "^3.1.4",
"vite-plugin-vue-devtools": "^7.6.4",
"vite-plugin-vue-docgen": "^0.3.4",
"vitepress": "^1.4.3",
"vitest": "^4.1.11",
"vue-color": "^2.8.1",
"vue-tsc": "^2.2.0"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.28.1",
"@rollup/rollup-linux-x64-gnu": "4.62.3"
},
"overrides": {
"vue-tsc": "^2.2.0",
"vite": "npm:rolldown-vite@^7.3.1",
"brace-expansion": "^2.1.4"
}
}