mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "@imput/cobalt-web",
|
|
"version": "10.2.0",
|
|
"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.5.0",
|
|
"@fontsource-variable/noto-sans-mono": "^5.0.20",
|
|
"@fontsource/ibm-plex-mono": "^5.0.13",
|
|
"@fontsource/redaction-10": "^5.0.2",
|
|
"@imput/libav.js-remux-cli": "^5.5.6",
|
|
"@imput/version-info": "workspace:^",
|
|
"@sveltejs/adapter-static": "^3.0.2",
|
|
"@sveltejs/kit": "^2.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
|
"@tabler/icons-svelte": "3.6.0",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/fluent-ffmpeg": "^2.1.25",
|
|
"@types/node": "^20.14.10",
|
|
"@vitejs/plugin-basic-ssl": "^1.1.0",
|
|
"compare-versions": "^6.1.0",
|
|
"dotenv": "^16.0.1",
|
|
"eslint": "^8.57.0",
|
|
"glob": "^10.4.5",
|
|
"mdsvex": "^0.11.2",
|
|
"mime": "^4.0.4",
|
|
"svelte": "^4.2.19",
|
|
"svelte-check": "^3.6.0",
|
|
"svelte-preprocess": "^6.0.2",
|
|
"sveltekit-i18n": "^2.4.2",
|
|
"ts-deepmerge": "^7.0.1",
|
|
"tslib": "^2.4.1",
|
|
"turnstile-types": "^1.2.2",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^8.8.0",
|
|
"vite": "^5.3.6"
|
|
}
|
|
}
|