rveciana_obsidian-cooklang/package.json
Roger Veciana Rovira dc97fc2660 upgrade to svelte 5
2025-06-03 23:15:50 +02:00

46 lines
1.5 KiB
JSON

{
"name": "cooklang-viewer-and-editor",
"version": "0.0.12",
"description": "A plugin development template for devs who want to use svelte in Obsidian.",
"main": "main.js",
"type": "module",
"scripts": {
"lint": "eslint . --ext .ts",
"dev": "npm run lint && vite build --watch",
"build": "npx svelte-check && vite build",
"bumpversion": "node version-bump.mjs && git add manifest.json versions.json && git commit -m 'bump version'",
"postversion": "npm run bumpversion",
"prepare": "husky",
"set-date": "year=`date +%Y` && cat LICENSE|sed \"3s/.*/Copyright (c) $year Roger Veciana i Rovira/\">LICENSE.tmp && mv LICENSE.tmp LICENSE"
},
"keywords": [
"cooklang",
"cooking"
],
"author": "Roger Veciana i Rovira",
"devDependencies": {
"@cooklang/cooklang-ts": "^1.2.7",
"@svelte-plugins/tooltips": "^3.0.3",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@typescript-eslint/parser": "^8.33.1",
"builtin-modules": "^5.0.0",
"esbuild-svelte": "^0.9.3",
"eslint": "^9.28.0",
"eslint-plugin-svelte": "^3.9.0",
"franc": "^6.2.0",
"husky": "^9.1.7",
"jiti": "^2.4.2",
"obsidian": "^1.8.7",
"svelte": "^5.33.10",
"svelte-check": "^4.1.6",
"svelte-i18next": "^2.2.2",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.33.0",
"vite": "^6.3.5",
"vite-plugin-static-copy": "^3.0.0"
}
}