-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "history",
"version": "24.10.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test:unit": "vitest",
"lint:fix": "eslint --fix src"
},
"type": "module",
"dependencies": {
"@vue/compat": "^3.5.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@webitel/ui-sdk": "^24.12.8",
"axios": "^1.7.7",
"deep-copy": "^1.4.2",
"deep-equal": "^2.0.3",
"file-saver-es": "^2.0.5",
"jszip": "^3.4.0",
"jszip-utils": "^0.1.0",
"soundtouchjs": "^0.1.29",
"vue": "^3.5.1",
"vue-chartjs": "^4.1.2",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vuex": "^4.1.0",
"wavesurfer.js": "^5.2.0",
"webitel-sdk": "^24.08.08"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/coverage-v8": "^2.0.5",
"@vue/compiler-sfc": "^3.5.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.4.0",
"eslint-plugin-vue": "^9.26.0",
"happy-dom": "^15.7.3",
"sass": "^1.77.4",
"vite": "5.4.3",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-static-copy": "^2.1.0",
"vite-plugin-svg-sprite": "^0.5.2",
"vite-plugin-vue-devtools": "^7.6.4",
"vitest": "^2.0.5"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5",
"@esbuild/darwin-arm64": "^0.24.0"
}
}