|
@@ -623,6 +623,9 @@ importers:
|
|
|
vite:
|
|
|
specifier: ^6.0.7
|
|
|
version: 6.0.7(@types/node@22.10.6)(jiti@2.4.2)(sass@1.83.1)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
|
|
+ vite-plugin-pages:
|
|
|
+ specifier: ^0.32.4
|
|
|
+ version: 0.32.4(@vue/compiler-sfc@3.5.13)(vite@6.0.7(@types/node@22.10.6)(jiti@2.4.2)(sass@1.83.1)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))
|
|
|
vite-plugin-vue-layouts:
|
|
|
specifier: ^0.11.0
|
|
|
version: 0.11.0(vite@6.0.7(@types/node@22.10.6)(jiti@2.4.2)(sass@1.83.1)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))
|
|
@@ -4843,6 +4846,10 @@ packages:
|
|
|
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
|
|
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
|
|
|
|
+ esprima-extract-comments@1.1.0:
|
|
|
+ resolution: {integrity: sha512-sBQUnvJwpeE9QnPrxh7dpI/dp67erYG4WXEAreAMoelPRpMR7NWb4YtwRPn9b+H1uLQKl/qS8WYmyaljTpjIsw==}
|
|
|
+ engines: {node: '>=4'}
|
|
|
+
|
|
|
esprima@4.0.1:
|
|
|
resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==}
|
|
|
engines: {node: '>=4'}
|
|
@@ -4949,6 +4956,10 @@ packages:
|
|
|
resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==}
|
|
|
engines: {node: '>=4'}
|
|
|
|
|
|
+ extract-comments@1.1.0:
|
|
|
+ resolution: {integrity: sha512-dzbZV2AdSSVW/4E7Ti5hZdHWbA+Z80RJsJhr5uiL10oyjl/gy7/o+HI1HwK4/WSZhlq4SNKU3oUzXlM13Qx02Q==}
|
|
|
+ engines: {node: '>=6'}
|
|
|
+
|
|
|
extract-zip@2.0.1:
|
|
|
resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==}
|
|
|
engines: {node: '>= 10.17.0'}
|
|
@@ -6672,6 +6683,10 @@ packages:
|
|
|
resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==}
|
|
|
engines: {node: '>=6'}
|
|
|
|
|
|
+ parse-code-context@1.0.0:
|
|
|
+ resolution: {integrity: sha512-OZQaqKaQnR21iqhlnPfVisFjBWjhnMl5J9MgbP8xC+EwoVqbXrq78lp+9Zb3ahmLzrIX5Us/qbvBnaS3hkH6OA==}
|
|
|
+ engines: {node: '>=6'}
|
|
|
+
|
|
|
parse-gitignore@2.0.0:
|
|
|
resolution: {integrity: sha512-RmVuCHWsfu0QPNW+mraxh/xjQVw/lhUCUru8Zni3Ctq3AoMhpDTq0OVdKS6iesd6Kqb7viCV3isAL43dciOSog==}
|
|
|
engines: {node: '>=14'}
|
|
@@ -8305,6 +8320,24 @@ packages:
|
|
|
'@nuxt/kit':
|
|
|
optional: true
|
|
|
|
|
|
+ vite-plugin-pages@0.32.4:
|
|
|
+ resolution: {integrity: sha512-OM8CNb8mAzyYR8ASRC0+2LXVB8ecR/5JHc5RpxbWtF+CmhjhmIELs0iV5y8qvU48soZbk+NsFOYlhoIcjw3+ew==}
|
|
|
+ peerDependencies:
|
|
|
+ '@solidjs/router': '*'
|
|
|
+ '@vue/compiler-sfc': ^2.7.0 || ^3.0.0
|
|
|
+ react-router: '*'
|
|
|
+ vite: ^2.0.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0 || ^6.0.0
|
|
|
+ vue-router: '*'
|
|
|
+ peerDependenciesMeta:
|
|
|
+ '@solidjs/router':
|
|
|
+ optional: true
|
|
|
+ '@vue/compiler-sfc':
|
|
|
+ optional: true
|
|
|
+ react-router:
|
|
|
+ optional: true
|
|
|
+ vue-router:
|
|
|
+ optional: true
|
|
|
+
|
|
|
vite-plugin-router-warn@1.0.0:
|
|
|
resolution: {integrity: sha512-jnr7faHJPkKxukBXVpg7Ui1UDqhmxD7xU6JGidq8ivSHTsNAPqzSpPpwW8O1PBP/0+Owq4bLfNNk11drOkz4xA==}
|
|
|
|
|
@@ -11114,7 +11147,7 @@ snapshots:
|
|
|
'@typescript-eslint/types': 8.19.0
|
|
|
'@typescript-eslint/visitor-keys': 8.19.0
|
|
|
debug: 4.4.0(supports-color@8.1.1)
|
|
|
- fast-glob: 3.3.2
|
|
|
+ fast-glob: 3.3.3
|
|
|
is-glob: 4.0.3
|
|
|
minimatch: 9.0.5
|
|
|
semver: 7.6.3
|
|
@@ -13637,6 +13670,10 @@ snapshots:
|
|
|
acorn-jsx: 5.3.2(acorn@8.14.0)
|
|
|
eslint-visitor-keys: 3.4.3
|
|
|
|
|
|
+ esprima-extract-comments@1.1.0:
|
|
|
+ dependencies:
|
|
|
+ esprima: 4.0.1
|
|
|
+
|
|
|
esprima@4.0.1: {}
|
|
|
|
|
|
esquery@1.6.0:
|
|
@@ -13809,6 +13846,11 @@ snapshots:
|
|
|
iconv-lite: 0.4.24
|
|
|
tmp: 0.0.33
|
|
|
|
|
|
+ extract-comments@1.1.0:
|
|
|
+ dependencies:
|
|
|
+ esprima-extract-comments: 1.1.0
|
|
|
+ parse-code-context: 1.0.0
|
|
|
+
|
|
|
extract-zip@2.0.1(supports-color@8.1.1):
|
|
|
dependencies:
|
|
|
debug: 4.4.0(supports-color@8.1.1)
|
|
@@ -14163,7 +14205,7 @@ snapshots:
|
|
|
dependencies:
|
|
|
array-union: 2.1.0
|
|
|
dir-glob: 3.0.1
|
|
|
- fast-glob: 3.3.2
|
|
|
+ fast-glob: 3.3.3
|
|
|
ignore: 5.3.2
|
|
|
merge2: 1.4.1
|
|
|
slash: 3.0.0
|
|
@@ -14171,7 +14213,7 @@ snapshots:
|
|
|
globby@14.0.2:
|
|
|
dependencies:
|
|
|
'@sindresorhus/merge-streams': 2.3.0
|
|
|
- fast-glob: 3.3.2
|
|
|
+ fast-glob: 3.3.3
|
|
|
ignore: 5.3.2
|
|
|
path-type: 5.0.0
|
|
|
slash: 5.1.0
|
|
@@ -15976,6 +16018,8 @@ snapshots:
|
|
|
dependencies:
|
|
|
callsites: 3.1.0
|
|
|
|
|
|
+ parse-code-context@1.0.0: {}
|
|
|
+
|
|
|
parse-gitignore@2.0.0: {}
|
|
|
|
|
|
parse-imports@2.2.1:
|
|
@@ -17732,6 +17776,24 @@ snapshots:
|
|
|
- rollup
|
|
|
- supports-color
|
|
|
|
|
|
+ vite-plugin-pages@0.32.4(@vue/compiler-sfc@3.5.13)(vite@6.0.7(@types/node@22.10.6)(jiti@2.4.2)(sass@1.83.1)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(vue-router@4.5.0(vue@3.5.13(typescript@5.7.3))):
|
|
|
+ dependencies:
|
|
|
+ '@types/debug': 4.1.12
|
|
|
+ debug: 4.4.0(supports-color@8.1.1)
|
|
|
+ dequal: 2.0.3
|
|
|
+ extract-comments: 1.1.0
|
|
|
+ fast-glob: 3.3.3
|
|
|
+ json5: 2.2.3
|
|
|
+ local-pkg: 0.5.1
|
|
|
+ picocolors: 1.1.1
|
|
|
+ vite: 6.0.7(@types/node@22.10.6)(jiti@2.4.2)(sass@1.83.1)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0)
|
|
|
+ yaml: 2.7.0
|
|
|
+ optionalDependencies:
|
|
|
+ '@vue/compiler-sfc': 3.5.13
|
|
|
+ vue-router: 4.5.0(vue@3.5.13(typescript@5.7.3))
|
|
|
+ transitivePeerDependencies:
|
|
|
+ - supports-color
|
|
|
+
|
|
|
vite-plugin-router-warn@1.0.0: {}
|
|
|
|
|
|
vite-plugin-vue-devtools@7.6.8(@nuxt/kit@3.15.1(magicast@0.3.5)(rollup@4.29.1))(rollup@4.29.1)(vite@6.0.7(@types/node@22.10.6)(jiti@2.4.2)(sass@1.83.1)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)):
|