mirror of
https://github.com/daledesilva/obsidian_ink.git
synced 2026-07-22 09:50:26 +00:00
97 lines
4.1 KiB
JSON
97 lines
4.1 KiB
JSON
{
|
|
"name": "obsidian_ink",
|
|
"version": "0.3.3",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"test": "npm run test:unit && npm run test:e2e",
|
|
"test:unit": "jest",
|
|
"test:e2e": "npm run build && bash scripts/download-test-plugins.sh && node qa-test-vault/generate.mjs && wdio run ./wdio.conf.mts",
|
|
"test:e2e:spec": "npm run build && bash scripts/download-test-plugins.sh && node qa-test-vault/generate.mjs && wdio run ./wdio.conf.mts --spec",
|
|
"test:e2e:versions": "node scripts/show-e2e-versions.mjs",
|
|
"test:e2e:latest": "OBSIDIAN_VERSIONS=latest/latest npm run test:e2e",
|
|
"test:e2e:beta": "OBSIDIAN_VERSIONS=latest-beta/latest npm run test:e2e",
|
|
"open-qa": "npm run build && bash scripts/download-test-plugins.sh && node qa-test-vault/generate.mjs && npx obsidian-launcher launch --copy --plugin ./dist qa-test-vault",
|
|
"open-qa-verbose": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs development && bash scripts/download-test-plugins.sh && node qa-test-vault/generate.mjs && npx obsidian-launcher launch --copy --plugin ./dist qa-test-vault",
|
|
"open-qa-mobile": "INK_EMULATE_MOBILE=true npm run build && bash scripts/download-test-plugins.sh && node qa-test-vault/generate.mjs && npx obsidian-launcher launch --copy --plugin ./dist qa-test-vault",
|
|
"open-qa-verbose-mobile": "INK_EMULATE_MOBILE=true tsc -noEmit -skipLibCheck && INK_EMULATE_MOBILE=true node esbuild.config.mjs development && bash scripts/download-test-plugins.sh && node qa-test-vault/generate.mjs && npx obsidian-launcher launch --copy --plugin ./dist qa-test-vault",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"build:boox": "npm run build && bash scripts/push-plugin-to-boox.sh --skip-build",
|
|
"push:boox": "bash scripts/push-plugin-to-boox.sh",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"internal-release": "sh ./scripts/internal-release.sh",
|
|
"beta-release": "sh ./scripts/beta-release.sh",
|
|
"public-release": "sh ./scripts/public-release.sh",
|
|
"download-test-plugins": "bash scripts/download-test-plugins.sh",
|
|
"capture:android-webview-console": "node scripts/capture-obsidian-android-webview-console.mjs --session-ts $(date +%Y%m%d-%H%M%S)"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "CC-BY-NC-ND-4.0",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.7",
|
|
"@babel/preset-env": "^7.24.7",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@babel/preset-typescript": "^7.24.7",
|
|
"@codemirror/commands": "^6.6.0",
|
|
"@jest/globals": "^29.7.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^14.3.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/mocha": "^10.0.10",
|
|
"@types/node": "^16.11.6",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/semver": "^7.5.8",
|
|
"@wdio/cli": "^9.24.0",
|
|
"@wdio/globals": "^9.23.0",
|
|
"@wdio/local-runner": "^9.24.0",
|
|
"@wdio/mocha-framework": "^9.24.0",
|
|
"@wdio/spec-reporter": "^9.24.0",
|
|
"babel-jest": "^29.7.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.14.47",
|
|
"esbuild-plugin-svg": "^0.1.0",
|
|
"esbuild-svgr-plugin": "^0.2.0",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-obsidianmd": "^0.4.1",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"mocha": "^11.7.5",
|
|
"obsidian": "^1.7.2",
|
|
"ts-node": "^10.9.2",
|
|
"tslib": "2.4.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.7.2",
|
|
"typescript-eslint": "^8.59.3",
|
|
"wdio-obsidian-reporter": "^2.4.0",
|
|
"wdio-obsidian-service": "^2.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/language": "^6.10.8",
|
|
"@codemirror/state": "^6.6.0",
|
|
"@codemirror/view": "^6.38.6",
|
|
"@lezer/common": "^1.5.2",
|
|
"@reduxjs/toolkit": "^2.1.0",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"@tldraw/assets": "^2.4.3",
|
|
"@tldraw/tldraw": "^2.4.6",
|
|
"@xmldom/xmldom": "^0.8.13",
|
|
"canvg": "^4.0.1",
|
|
"chalk": "^5.4.1",
|
|
"classnames": "^2.5.1",
|
|
"esbuild-plugin-copy": "^2.0.1",
|
|
"esbuild-sass-plugin": "^2.4.4",
|
|
"jotai": "^2.9.3",
|
|
"nanoid": "^5.0.7",
|
|
"perfect-freehand": "^1.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-inlinesvg": "^4.1.3",
|
|
"react-redux": "^9.1.0",
|
|
"semver": "^7.6.2",
|
|
"tippy.js": "^6.3.7",
|
|
"xml-formatter": "^3.6.6"
|
|
}
|
|
}
|