mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-25 17:38:51 +00:00
- updated all dependencies to safe versions to fix all possible package vulnerabilities - web: removed @types/eslint__js
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "@imput/cobalt-web",
|
|
"version": "11.3",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
|
|
},
|
|
"license": "CC-BY-NC-SA-4.0",
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": ">=9"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/imputnet/cobalt.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/imputnet/cobalt/issues"
|
|
},
|
|
"homepage": "https://cobalt.tools/",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
"@fontsource/redaction-10": "^5.2.5",
|
|
"@imput/libav.js-encode-cli": "6.8.7",
|
|
"@imput/libav.js-remux-cli": "^6.8.7",
|
|
"@imput/version-info": "workspace:^",
|
|
"@sveltejs/adapter-static": "^3.0.10",
|
|
"@sveltejs/kit": "^2.49.2",
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
"@tabler/icons-svelte": "3.6.0",
|
|
"@types/fluent-ffmpeg": "^2.1.28",
|
|
"@types/node": "^25.0.3",
|
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
|
"compare-versions": "^6.1.1",
|
|
"dotenv": "^17.2.3",
|
|
"eslint": "^9.39.2",
|
|
"glob": "^13.0.0",
|
|
"mdsvex": "^0.12.6",
|
|
"mime": "^4.1.0",
|
|
"svelte": "^5.46.0",
|
|
"svelte-check": "^4.3.5",
|
|
"svelte-preprocess": "^6.0.3",
|
|
"svelte-sitemap": "2.7.1",
|
|
"sveltekit-i18n": "^2.4.2",
|
|
"ts-deepmerge": "^7.0.3",
|
|
"tslib": "^2.8.1",
|
|
"turnstile-types": "^1.2.3",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.50.1",
|
|
"vite": "^7.3.0"
|
|
}
|
|
}
|