mirror of
https://github.com/h-sphere/sql-seal-charts.git
synced 2026-07-22 05:37:34 +00:00
64 lines
No EOL
1.8 KiB
JSON
64 lines
No EOL
1.8 KiB
JSON
{
|
|
"name": "sqlseal-charts",
|
|
"version": "0.3.0",
|
|
"description": "Chart extension for SQLSeal Obsidian plugin",
|
|
"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",
|
|
"typecheck": "tsc -noEmit -skipLibCheck",
|
|
"release": "pnpm run build && changeset publish",
|
|
"ci:publish": "./scripts/tag-and-publish.sh",
|
|
"ci:version": "changeset version && pnpm run version",
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"sqlseal",
|
|
"charts",
|
|
"visualisation",
|
|
"graphs"
|
|
],
|
|
"repository": {
|
|
"type": "github",
|
|
"url": "https://github.com/h-sphere/sql-seal-charts"
|
|
},
|
|
"author": "Kacper Kula",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.29.5",
|
|
"@types/acorn": "^6.0.4",
|
|
"@types/estree": "^1.0.6",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^22.13.10",
|
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
"@typescript-eslint/parser": "^8.26.1",
|
|
"builtin-modules": "^5.0.0",
|
|
"esbuild": "^0.25.1",
|
|
"jest": "^29.7.0",
|
|
"obsidian": "^1.8.7",
|
|
"ts-jest": "^29.2.6",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"dependencies": {
|
|
"@hypersphere/sqlseal": "^0.28.0",
|
|
"@types/leaflet": "^1.9.16",
|
|
"@types/lodash": "^4.17.16",
|
|
"@vanakat/plugin-api": "^0.2.1",
|
|
"acorn": "^8.14.1",
|
|
"echarts": "^5.6.0",
|
|
"echarts-gl": "^2.0.9",
|
|
"echarts-stat": "^1.2.0",
|
|
"json5": "^2.2.3",
|
|
"lodash": "^4.17.21",
|
|
"vitepress": "^1.6.3",
|
|
"vue": "^3.5.13",
|
|
"zod": "^3.24.2"
|
|
}
|
|
} |