2024-06-13 09:32:17 +00:00
|
|
|
{
|
2024-09-09 15:59:40 +00:00
|
|
|
"name": "@imput/cobalt-web",
|
2024-08-03 18:52:27 +00:00
|
|
|
"version": "10.0.0",
|
2024-06-13 09:32:17 +00:00
|
|
|
"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"
|
|
|
|
},
|
2024-07-29 09:26:04 +00:00
|
|
|
"license": "CC-BY-NC-SA-4.0",
|
2024-06-19 15:20:18 +00:00
|
|
|
"engines": {
|
2024-08-03 09:50:42 +00:00
|
|
|
"node": ">=20",
|
|
|
|
"pnpm": ">=9"
|
2024-06-19 15:20:18 +00:00
|
|
|
},
|
2024-06-13 09:32:17 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/imputnet/cobalt.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/imputnet/cobalt/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://cobalt.tools/",
|
|
|
|
"devDependencies": {
|
2024-06-19 11:55:06 +00:00
|
|
|
"@eslint/js": "^9.5.0",
|
2024-08-04 13:24:10 +00:00
|
|
|
"@fontsource/redaction-10": "^5.0.2",
|
2024-08-16 20:50:36 +00:00
|
|
|
"@imput/dom-webcodecs-types": "^0.0.1",
|
2024-06-16 13:21:26 +00:00
|
|
|
"@sveltejs/adapter-static": "^3.0.2",
|
2024-06-13 09:32:17 +00:00
|
|
|
"@sveltejs/kit": "^2.0.0",
|
|
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
2024-06-19 11:55:06 +00:00
|
|
|
"@types/eslint__js": "^8.42.3",
|
2024-08-13 15:33:30 +00:00
|
|
|
"@types/fluent-ffmpeg": "^2.1.25",
|
2024-07-10 16:04:00 +00:00
|
|
|
"@types/node": "^20.14.10",
|
2024-06-29 17:58:00 +00:00
|
|
|
"compare-versions": "^6.1.0",
|
2024-06-19 11:55:06 +00:00
|
|
|
"eslint": "^8.57.0",
|
2024-08-12 16:47:11 +00:00
|
|
|
"glob": "^10.4.5",
|
2024-06-29 17:58:00 +00:00
|
|
|
"mdsvex": "^0.11.2",
|
2024-06-13 09:32:17 +00:00
|
|
|
"svelte": "^4.2.7",
|
|
|
|
"svelte-check": "^3.6.0",
|
2024-07-21 10:06:16 +00:00
|
|
|
"svelte-preprocess": "^6.0.2",
|
2024-06-13 09:32:17 +00:00
|
|
|
"tslib": "^2.4.1",
|
2024-08-15 18:08:57 +00:00
|
|
|
"turnstile-types": "^1.2.2",
|
2024-06-19 11:55:06 +00:00
|
|
|
"typescript": "^5.4.5",
|
|
|
|
"typescript-eslint": "^7.13.1",
|
2024-06-13 09:32:17 +00:00
|
|
|
"vite": "^5.0.3"
|
2024-06-14 10:33:01 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-06-14 15:48:57 +00:00
|
|
|
"@fontsource-variable/noto-sans-mono": "^5.0.20",
|
2024-06-14 10:33:01 +00:00
|
|
|
"@fontsource/ibm-plex-mono": "^5.0.13",
|
2024-08-16 20:50:59 +00:00
|
|
|
"@imput/libav.js-encode-cli": "^5.7.6",
|
|
|
|
"@imput/libav.js-remux-cli": "^5.7.6",
|
2024-08-23 18:40:44 +00:00
|
|
|
"@imput/libavjs-webcodecs-bridge": "^0.1.2",
|
2024-08-24 16:05:07 +00:00
|
|
|
"@imput/libavjs-webcodecs-polyfill": "^0.5.4",
|
2024-08-04 16:01:36 +00:00
|
|
|
"@imput/version-info": "workspace:^",
|
2024-07-17 07:14:56 +00:00
|
|
|
"@tabler/icons-svelte": "3.6.0",
|
2024-08-10 11:21:39 +00:00
|
|
|
"@vitejs/plugin-basic-ssl": "^1.1.0",
|
2024-08-11 12:24:29 +00:00
|
|
|
"mime": "^4.0.4",
|
2024-07-02 18:16:03 +00:00
|
|
|
"sveltekit-i18n": "^2.4.2",
|
2024-08-16 20:58:57 +00:00
|
|
|
"ts-deepmerge": "^7.0.0",
|
|
|
|
"yocto-queue": "^1.1.1"
|
2024-06-13 09:32:17 +00:00
|
|
|
}
|
|
|
|
}
|