-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
/
Copy pathpackage.json
75 lines (75 loc) · 2.22 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
73
74
75
{
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/vue-fontawesome": "3.0.6",
"@stomp/rx-stomp": "2.0.0",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/core": "10.9.0",
"axios": "1.6.8",
"bootstrap": "4.6.2",
"bootstrap-vue": "2.23.1",
"bootswatch": "4.6.2",
"deepmerge": "4.3.1",
"js-cookie": "3.0.5",
"pinia": "2.1.7",
"rxjs": "7.8.1",
"sockjs-client": "1.6.1",
"vue": "3.4.21",
"vue-i18n": "9.10.2",
"vue-router": "4.3.0"
},
"devDependencies": {
"@module-federation/utilities": "3.0.3-0",
"@pinia/testing": "0.1.3",
"@rushstack/eslint-patch": "1.8.0",
"@tsconfig/node18": "18.2.3",
"@types/node": "20.11.25",
"@types/sinon": "17.0.3",
"@vitejs/plugin-vue": "5.0.4",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "10.0.0",
"@vue/test-utils": "2.4.5",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "10.4.19",
"axios-mock-adapter": "1.22.0",
"browser-sync-webpack-plugin": "2.3.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.10.0",
"css-minimizer-webpack-plugin": "6.0.0",
"eslint": "8.57.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "8.7.1",
"flush-promises": "1.0.2",
"folder-hash": "4.0.4",
"happy-dom": "14.3.6",
"html-webpack-plugin": "5.6.0",
"merge-jsons-webpack-plugin": "2.0.1",
"mini-css-extract-plugin": "2.8.1",
"numeral": "2.0.6",
"postcss-import": "16.1.0",
"postcss-loader": "8.1.1",
"postcss-url": "10.1.3",
"rimraf": "5.0.5",
"sass": "1.72.0",
"sass-loader": "14.1.1",
"sinon": "17.0.1",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"typescript": "5.4.3",
"vite": "5.2.6",
"vite-plugin-static-copy": "1.0.1",
"vitest": "1.4.0",
"vitest-sonar-reporter": "2.0.0",
"vue-loader": "17.4.2",
"vue-style-loader": "4.1.3",
"vue-tsc": "2.0.7",
"webpack": "5.91.0",
"webpack-bundle-analyzer": "4.10.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-merge": "5.10.0",
"workbox-webpack-plugin": "7.0.0"
}
}