ui_migration refactor(store) update packages and eslint configuration for pinia
This commit is contained in:
parent
2701ad0eba
commit
1db63ad778
3 changed files with 395 additions and 104 deletions
|
|
@ -10,7 +10,7 @@ const isProd = process.env.NODE_ENV === "production";
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
ignores: ["dist/**/*", "lib/**/*", "**/*.min.js", "tools/architecture_dashboard/**/*"],
|
ignores: ["dist/**/*", "lib/**/*", "**/*.min.js", "tools/architecture_dashboard/**/*"],
|
||||||
},
|
},
|
||||||
|
|
||||||
js.configs.recommended,
|
js.configs.recommended,
|
||||||
|
|
||||||
|
|
|
||||||
494
webapp/package-lock.json
generated
494
webapp/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -14,11 +14,14 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^14.1.0",
|
"@vueuse/core": "^14.1.0",
|
||||||
"axios": "^1.7.7",
|
"axios": "^1.7.7",
|
||||||
|
"eslint-plugin-pinia": "^0.4.2",
|
||||||
"material-design-icons": "^3.0",
|
"material-design-icons": "^3.0",
|
||||||
"mitt": "^3.0.1",
|
"mitt": "^3.0.1",
|
||||||
"mousetrap": "^1.6.5",
|
"mousetrap": "^1.6.5",
|
||||||
"openseadragon": "^5.0.0",
|
"openseadragon": "^5.0.0",
|
||||||
"pinia": "^3.0.4",
|
"pinia": "^3.0.4",
|
||||||
|
"pinia-plugin-persistedstate": "^4.7.1",
|
||||||
|
"typescript-eslint": "^8.59.0",
|
||||||
"uikit": "^3.24.2",
|
"uikit": "^3.24.2",
|
||||||
"vue": "^3.4.0",
|
"vue": "^3.4.0",
|
||||||
"vue-router": "4.0.0",
|
"vue-router": "4.0.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue