-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 3.93 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 3.93 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "spring-boot-admin-server-ui",
"private": true,
"description": "Spring Boot Admin UI",
"scripts": {
"build": "vite build --emptyOutDir --sourcemap",
"build:dev": "cross-env NODE_ENV=development vite build --emptyOutDir --sourcemap --mode development",
"build:watch": "cross-env NODE_ENV=development vite build --emptyOutDir --sourcemap --watch --mode development",
"dev": "vite",
"test": "vitest run --silent",
"test:watch": "vitest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint --ext .js,.ts,.vue src/main/frontend",
"lint:fix": "eslint --ext .js,.ts,.vue --fix src/main/frontend",
"format": "prettier src/main/frontend --check",
"format:fix": "prettier src/main/frontend --write"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "7.2.0",
"@fortawesome/free-brands-svg-icons": "7.2.0",
"@fortawesome/free-regular-svg-icons": "7.2.0",
"@fortawesome/free-solid-svg-icons": "7.2.0",
"@fortawesome/vue-fontawesome": "3.2.0",
"@headlessui/vue": "1.7.23",
"@primeuix/themes": "^2.0.0",
"@primevue/core": "^4.4.1",
"@stekoe/vue-toast-notificationcenter": "https://github.com/SteKoe/vue-toast-notificationcenter/archive/refs/tags/1.0.0-RC5.tar.gz",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.19",
"@types/sanitize-html": "^2.16.0",
"ansi_up": "6.0.6",
"autolinker": "4.1.5",
"axios": "1.16.0",
"chart.js": "4.5.1",
"chartjs-adapter-moment": "1.0.1",
"classnames": "2.5.1",
"cronstrue": "^3.0.0",
"d3": "^7.9.0",
"d3-array": "3.2.4",
"d3-axis": "3.0.0",
"d3-brush": "3.0.0",
"d3-scale": "4.0.2",
"d3-selection": "3.0.0",
"d3-shape": "3.2.0",
"d3-time": "3.1.0",
"event-source-polyfill": "1.0.31",
"file-saver": "2.0.5",
"fuse.js": "^7.0.0",
"iso8601-duration": "2.1.3",
"js-yaml": "^4.1.0",
"lodash-es": "4.18.1",
"mitt": "^3.0.0",
"moment": "2.30.1",
"popper.js": "1.16.1",
"pretty-bytes": "7.1.0",
"primelocale": "^2.1.7",
"primevue": "^4.4.1",
"qs": "^6.13.0",
"react": "19.2.6",
"resize-observer-polyfill": "1.5.1",
"rxjs": "7.8.2",
"sanitize-html": "^2.17.0",
"tailwindcss": "^4.2.4",
"v3-infinite-loading": "1.3.2",
"vue": "3.5.34",
"vue-i18n": "11.4.2",
"vue-router": "5.0.6",
"vue3-click-away": "1.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^10.0.0",
"@storybook/addon-docs": "^10.0.0",
"@storybook/addon-links": "10.3.6",
"@storybook/vue3-vite": "10.3.6",
"@tailwindcss/vite": "^4.2.2",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/user-event": "14.6.1",
"@testing-library/vue": "8.1.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/d3": "^7.4.3",
"@types/lodash-es": "^4.17.7",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-vue": "6.0.6",
"@vue/test-utils": "2.4.10",
"axios-mock-adapter": "^2.1.0",
"cross-env": "^10.1.0",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^10.0.0",
"globals": "^17.0.0",
"happy-dom": "^20.0.0",
"jsdom": "^29.0.0",
"msw": "2.14.3",
"msw-storybook-addon": "2.0.7",
"prettier": "^3.0.3",
"rollup-plugin-visualizer": "7.0.1",
"storybook": "10.3.6",
"storybook-vue3-router": "^7.0.0",
"typescript": "^6.0.0",
"vite": "8.0.10",
"vite-plugin-static-copy": "3.4.0",
"vitest": "4.1.5",
"vue-eslint-parser": "^10.0.0"
},
"browserslist": [
"> .5%, last 2 versions"
],
"engines": {
"npm": "11.14.0",
"node": "24.15.0"
},
"msw": {
"workerDirectory": [
"./src/main/frontend/public",
"src/main/frontend/public",
"public"
]
},
"overrides": {
"esbuild": "0.28.0"
}
}