rveciana_obsidian-cooklang/package.json
2024-03-22 22:44:28 +01:00

42 lines
1.4 KiB
JSON

{
"name": "obsidian-svelte-starter",
"version": "0.0.9",
"description": "A plugin development template for devs who want to use svelte in Obsidian.",
"main": "main.js",
"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",
"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.5",
"@svelte-plugins/tooltips": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^3.0.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"builtin-modules": "3.3.0",
"eslint": "^8.56.0",
"eslint-plugin-svelte": "^2.35.1",
"franc": "^6.2.0",
"husky": "^9.0.11",
"obsidian": "0.15.9",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-i18next": "^2.2.2",
"svelte-preprocess": "^5.1.3",
"tslib": "2.4.0",
"typescript": "5.3.3",
"vite": "^3.0.0"
}
}