mirror of https://github.com/VERT-sh/VERT.git
73 lines
2.2 KiB
JSON
73 lines
2.2 KiB
JSON
{
|
|
"name": "vert",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/lib/paraglide && 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",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check .; p=$?; eslint .; e=$?; [ $p -eq 0 ] && [ $e -eq 0 ]"
|
|
},
|
|
"devDependencies": {
|
|
"@inlang/paraglide-js": "^2.15.0",
|
|
"@poppanator/sveltekit-svg": "^5.0.1",
|
|
"@sveltejs/adapter-static": "^3.0.10",
|
|
"@sveltejs/kit": "^2.55.0",
|
|
"@sveltejs/vite-plugin-svelte": "^4.0.4",
|
|
"@types/eslint": "^9.6.1",
|
|
"@types/sanitize-html": "^2.16.1",
|
|
"autoprefixer": "^10.4.27",
|
|
"css-select": "5.1.0",
|
|
"eslint": "^9.39.4",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-svelte": "^2.46.1",
|
|
"globals": "^15.15.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-svelte": "^3.5.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"sass": "^1.98.0",
|
|
"svelte": "^5.54.0",
|
|
"svelte-check": "^4.4.5",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.57.1",
|
|
"vite": "^5.4.21",
|
|
"vite-plugin-top-level-await": "^1.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@bjorn3/browser_wasi_shim": "^0.4.2",
|
|
"@ffmpeg/ffmpeg": "^0.12.15",
|
|
"@ffmpeg/util": "^0.12.2",
|
|
"@fontsource/azeret-mono": "^5.2.11",
|
|
"@fontsource/lexend": "^5.2.11",
|
|
"@fontsource/radio-canada-big": "^5.2.7",
|
|
"@imagemagick/magick-wasm": "^0.0.37",
|
|
"@mediabunny/ac3": "^1.40.0",
|
|
"@mediabunny/flac-encoder": "^1.40.0",
|
|
"@mediabunny/mp3-encoder": "^1.40.0",
|
|
"@stripe/stripe-js": "^8.11.0",
|
|
"byte-data": "^19.0.1",
|
|
"client-zip": "^2.5.0",
|
|
"clsx": "^2.1.1",
|
|
"fflate": "^0.8.2",
|
|
"lucide-svelte": "^0.554.0",
|
|
"mediabunny": "^1.40.0",
|
|
"music-metadata": "^11.12.3",
|
|
"overlayscrollbars": "^2.14.0",
|
|
"overlayscrollbars-svelte": "^0.5.5",
|
|
"p-queue": "^9.1.0",
|
|
"riff-file": "^1.0.3",
|
|
"sanitize-html": "^2.17.2",
|
|
"svelte-stripe": "^1.4.0",
|
|
"vert-wasm": "^0.0.2",
|
|
"vite-plugin-wasm": "^3.6.0"
|
|
},
|
|
"trustedDependencies": [
|
|
"@parcel/watcher",
|
|
"@swc/core"
|
|
]
|
|
}
|