|
|
|
@ -55,6 +55,7 @@ |
|
|
|
"flowbite-typography": "^1.0.5", |
|
|
|
"flowbite-typography": "^1.0.5", |
|
|
|
"playwright": "^1.50.1", |
|
|
|
"playwright": "^1.50.1", |
|
|
|
"postcss": "^8.5.6", |
|
|
|
"postcss": "^8.5.6", |
|
|
|
|
|
|
|
"postcss-import": "^16.1.1", |
|
|
|
"postcss-load-config": "6.x", |
|
|
|
"postcss-load-config": "6.x", |
|
|
|
"prettier": "^3.6.2", |
|
|
|
"prettier": "^3.6.2", |
|
|
|
"prettier-plugin-svelte": "^3.4.0", |
|
|
|
"prettier-plugin-svelte": "^3.4.0", |
|
|
|
@ -6452,6 +6453,16 @@ |
|
|
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
|
|
"url": "https://github.com/sponsors/jonschlinkert" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/pify": { |
|
|
|
|
|
|
|
"version": "2.3.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", |
|
|
|
|
|
|
|
"dev": true, |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"engines": { |
|
|
|
|
|
|
|
"node": ">=0.10.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
"node_modules/plantuml-encoder": { |
|
|
|
"node_modules/plantuml-encoder": { |
|
|
|
"version": "1.4.0", |
|
|
|
"version": "1.4.0", |
|
|
|
"resolved": "https://registry.npmjs.org/plantuml-encoder/-/plantuml-encoder-1.4.0.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/plantuml-encoder/-/plantuml-encoder-1.4.0.tgz", |
|
|
|
@ -6543,6 +6554,24 @@ |
|
|
|
"node": "^10 || ^12 || >=14" |
|
|
|
"node": "^10 || ^12 || >=14" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/postcss-import": { |
|
|
|
|
|
|
|
"version": "16.1.1", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.1.1.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-2xVS1NCZAfjtVdvXiyegxzJ447GyqCeEI5V7ApgQVOWnros1p5lGNovJNapwPpMombyFBfqDwt7AD3n2l0KOfQ==", |
|
|
|
|
|
|
|
"dev": true, |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"postcss-value-parser": "^4.0.0", |
|
|
|
|
|
|
|
"read-cache": "^1.0.0", |
|
|
|
|
|
|
|
"resolve": "^1.1.7" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"engines": { |
|
|
|
|
|
|
|
"node": ">=18.0.0" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"peerDependencies": { |
|
|
|
|
|
|
|
"postcss": "^8.0.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
"node_modules/postcss-load-config": { |
|
|
|
"node_modules/postcss-load-config": { |
|
|
|
"version": "6.0.1", |
|
|
|
"version": "6.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-6.0.1.tgz", |
|
|
|
@ -6976,6 +7005,16 @@ |
|
|
|
"node": ">=6" |
|
|
|
"node": ">=6" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
"node_modules/read-cache": { |
|
|
|
|
|
|
|
"version": "1.0.0", |
|
|
|
|
|
|
|
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", |
|
|
|
|
|
|
|
"integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", |
|
|
|
|
|
|
|
"dev": true, |
|
|
|
|
|
|
|
"license": "MIT", |
|
|
|
|
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
"pify": "^2.3.0" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
"node_modules/readdirp": { |
|
|
|
"node_modules/readdirp": { |
|
|
|
"version": "3.6.0", |
|
|
|
"version": "3.6.0", |
|
|
|
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", |
|
|
|
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", |
|
|
|
|