cobalt/web/package.json

58 lines
1.8 KiB
JSON
Raw Normal View History

2024-06-13 10:32:17 +01:00
{
"name": "cobalt-web",
2024-08-03 19:52:27 +01:00
"version": "10.0.0",
2024-06-13 10:32:17 +01: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 10:26:04 +01:00
"license": "CC-BY-NC-SA-4.0",
2024-06-19 16:20:18 +01:00
"engines": {
"node": ">=20",
"pnpm": ">=9"
2024-06-19 16:20:18 +01:00
},
2024-06-13 10:32:17 +01: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 12:55:06 +01:00
"@eslint/js": "^9.5.0",
2024-08-04 14:24:10 +01:00
"@fontsource/redaction-10": "^5.0.2",
"@sveltejs/adapter-static": "^3.0.2",
2024-06-13 10:32:17 +01:00
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
2024-06-19 12:55:06 +01:00
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.10",
2024-06-29 18:58:00 +01:00
"compare-versions": "^6.1.0",
2024-06-19 12:55:06 +01:00
"eslint": "^8.57.0",
2024-06-29 18:58:00 +01:00
"mdsvex": "^0.11.2",
2024-06-13 10:32:17 +01:00
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^6.0.2",
2024-06-13 10:32:17 +01:00
"tslib": "^2.4.1",
2024-06-19 12:55:06 +01:00
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1",
2024-06-13 10:32:17 +01:00
"vite": "^5.0.3"
2024-06-14 11:33:01 +01:00
},
"dependencies": {
2024-06-14 16:48:57 +01:00
"@fontsource-variable/noto-sans-mono": "^5.0.20",
2024-06-14 11:33:01 +01:00
"@fontsource/ibm-plex-mono": "^5.0.13",
"@imput/ffmpeg-core": "^0.0.3",
"@imput/ffmpeg-util": "^0.12.1",
"@imput/ffmpeg.wasm": "^0.12.11",
"@imput/version-info": "workspace:^",
"@tabler/icons-svelte": "3.6.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"sveltekit-i18n": "^2.4.2",
"ts-deepmerge": "^7.0.0"
2024-06-13 10:32:17 +01:00
}
}