|
@@ -9,6 +9,7 @@
|
|
|
"version": "0.0.0",
|
|
"version": "0.0.0",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@mdi/font": "6.2.95",
|
|
"@mdi/font": "6.2.95",
|
|
|
|
|
+ "axios": "^1.6.8",
|
|
|
"roboto-fontface": "*",
|
|
"roboto-fontface": "*",
|
|
|
"vue": "^3.4.21",
|
|
"vue": "^3.4.21",
|
|
|
"vue-router": "^4.3.0",
|
|
"vue-router": "^4.3.0",
|
|
@@ -18,7 +19,7 @@
|
|
|
"@babel/types": "^7.24.0",
|
|
"@babel/types": "^7.24.0",
|
|
|
"@types/node": "^20.11.25",
|
|
"@types/node": "^20.11.25",
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
|
- "sass": "^1.71.1",
|
|
|
|
|
|
|
+ "sass": "^1.75.0",
|
|
|
"typescript": "^5.4.2",
|
|
"typescript": "^5.4.2",
|
|
|
"unplugin-fonts": "^1.1.1",
|
|
"unplugin-fonts": "^1.1.1",
|
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
@@ -883,6 +884,21 @@
|
|
|
"node": ">= 8"
|
|
"node": ">= 8"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/asynckit": {
|
|
|
|
|
+ "version": "0.4.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/axios": {
|
|
|
|
|
+ "version": "1.6.8",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/axios/-/axios-1.6.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "follow-redirects": "^1.15.6",
|
|
|
|
|
+ "form-data": "^4.0.0",
|
|
|
|
|
+ "proxy-from-env": "^1.1.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/balanced-match": {
|
|
"node_modules/balanced-match": {
|
|
|
"version": "1.0.2",
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
@@ -946,6 +962,17 @@
|
|
|
"fsevents": "~2.3.2"
|
|
"fsevents": "~2.3.2"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/combined-stream": {
|
|
|
|
|
+ "version": "1.0.8",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
|
|
|
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "delayed-stream": "~1.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.8"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/computeds": {
|
|
"node_modules/computeds": {
|
|
|
"version": "0.0.1",
|
|
"version": "0.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/computeds/-/computeds-0.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/computeds/-/computeds-0.0.1.tgz",
|
|
@@ -980,6 +1007,14 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/delayed-stream": {
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=0.4.0"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/entities": {
|
|
"node_modules/entities": {
|
|
|
"version": "4.5.0",
|
|
"version": "4.5.0",
|
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
@@ -1071,6 +1106,32 @@
|
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/follow-redirects": {
|
|
|
|
|
+ "version": "1.15.6",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.6.tgz",
|
|
|
|
|
+ "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">=4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
|
+ "debug": {
|
|
|
|
|
+ "optional": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/form-data": {
|
|
|
|
|
+ "version": "4.0.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "asynckit": "^0.4.0",
|
|
|
|
|
+ "combined-stream": "^1.0.8",
|
|
|
|
|
+ "mime-types": "^2.1.12"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/fsevents": {
|
|
"node_modules/fsevents": {
|
|
|
"version": "2.3.3",
|
|
"version": "2.3.3",
|
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
@@ -1243,6 +1304,25 @@
|
|
|
"node": ">=8.6"
|
|
"node": ">=8.6"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/mime-db": {
|
|
|
|
|
+ "version": "1.52.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "node_modules/mime-types": {
|
|
|
|
|
+ "version": "2.1.35",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
|
|
|
|
|
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
|
|
|
+ "dependencies": {
|
|
|
|
|
+ "mime-db": "1.52.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "engines": {
|
|
|
|
|
+ "node": ">= 0.6"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
"node_modules/minimatch": {
|
|
"node_modules/minimatch": {
|
|
|
"version": "9.0.4",
|
|
"version": "9.0.4",
|
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
@@ -1352,6 +1432,11 @@
|
|
|
"node": "^10 || ^12 || >=14"
|
|
"node": "^10 || ^12 || >=14"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ "node_modules/proxy-from-env": {
|
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
|
|
|
|
+ },
|
|
|
"node_modules/queue-microtask": {
|
|
"node_modules/queue-microtask": {
|
|
|
"version": "1.2.3",
|
|
"version": "1.2.3",
|
|
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
@@ -1474,9 +1559,9 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/sass": {
|
|
"node_modules/sass": {
|
|
|
- "version": "1.74.1",
|
|
|
|
|
- "resolved": "https://registry.npmjs.org/sass/-/sass-1.74.1.tgz",
|
|
|
|
|
- "integrity": "sha512-w0Z9p/rWZWelb88ISOLyvqTWGmtmu2QJICqDBGyNnfG4OUnPX9BBjjYIXUpXCMOOg5MQWNpqzt876la1fsTvUA==",
|
|
|
|
|
|
|
+ "version": "1.75.0",
|
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/sass/-/sass-1.75.0.tgz",
|
|
|
|
|
+ "integrity": "sha512-ShMYi3WkrDWxExyxSZPst4/okE9ts46xZmJDSawJQrnte7M1V9fScVB+uNXOVKRBt0PggHOwoZcn8mYX4trnBw==",
|
|
|
"devOptional": true,
|
|
"devOptional": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"chokidar": ">=3.0.0 <4.0.0",
|
|
"chokidar": ">=3.0.0 <4.0.0",
|