Interweave/package.json
alterdekim b04d543b87 modified: main.ts
modified:   manifest.json
	modified:   package.json
	modified:   tsconfig.json
2024-04-26 23:37:51 +03:00

36 lines
949 B
JSON

{
"name": "interweave",
"version": "1.0.0",
"description": "Venn and Euler diagrams plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "alterdekim",
"license": "MIT",
"devDependencies": {
"@types/jquery": "^3.5.29",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"@bluefirex/color-ts": "^1.2.1",
"@types/d3": "^7.4.3",
"@types/js-yaml": "^4.0.9",
"@upsetjs/venn.js": "^1.4.2",
"chroma.ts": "^1.0.10",
"d3": "^7.9.0",
"jquery": "^3.7.1",
"js-yaml": "^4.1.0"
}
}