mirror of
https://github.com/mprojectscode/obsidian-bases-charts-plugin.git
synced 2026-07-22 06:43:19 +00:00
53 lines
1.9 KiB
JSON
53 lines
1.9 KiB
JSON
{
|
|
"name": "bases-charts",
|
|
"version": "0.0.8",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "vite build --mode=development --watch",
|
|
"build": "vite build --mode=production",
|
|
"tsc": "tsc -noEmit -skipLibCheck",
|
|
"test": "bun test",
|
|
"test:log": "LOG_TESTS=true bun test",
|
|
"format": "prettier --write --plugin prettier-plugin-svelte .",
|
|
"format:check": "prettier --check --plugin prettier-plugin-svelte .",
|
|
"lint": "eslint --max-warnings=0 packages/** --no-warn-ignored",
|
|
"lint:fix": "eslint --max-warnings=0 --fix packages/** --no-warn-ignored",
|
|
"svelte-check": "svelte-check --compiler-warnings \"unused-export-let:ignore\"",
|
|
"check": "bun run format:check && bun run tsc && bun run svelte-check && bun run lint && bun run test",
|
|
"check:fix": "bun run format && bun run tsc && bun run svelte-check && bun run lint:fix && bun run test",
|
|
"release": "bun run automation/release.ts",
|
|
"stats": "bun run automation/stats.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Moritz Jung",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@happy-dom/global-registrator": "^19.0.2",
|
|
"@lemons_dev/parsinom": "^0.1.0",
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
"@types/bun": "^1.2.23",
|
|
"builtin-modules": "^5.0.0",
|
|
"eslint": "^9.37.0",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-isaacscript": "^4.0.0",
|
|
"eslint-plugin-no-relative-import-paths": "^1.6.1",
|
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
"eslint-plugin-svelte": "^3.12.4",
|
|
"obsidian": "latest",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"string-argv": "^0.3.2",
|
|
"svelte": "^5.39.8",
|
|
"svelte-check": "^4.3.2",
|
|
"svelte-preprocess": "^6.0.3",
|
|
"svelteplot": "^0.4.8",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.45.0",
|
|
"vite": "^7.1.9",
|
|
"vite-plugin-banner": "^0.8.1",
|
|
"vite-plugin-static-copy": "^3.1.3",
|
|
"eslint-plugin-obsidianmd": "^0.1.4"
|
|
}
|
|
}
|