mirror of
https://github.com/daledesilva/obsidian_project-browser.git
synced 2026-07-22 09:40:27 +00:00
79 lines
2.6 KiB
JSON
79 lines
2.6 KiB
JSON
{
|
|
"name": "obsidian_project-browser",
|
|
"version": "0.3.2",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"test": "npm run test:unit && npm run test:e2e",
|
|
"test:unit": "jest",
|
|
"test:unit:watch": "jest --watch",
|
|
"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",
|
|
"download-test-plugins": "bash scripts/download-test-plugins.sh",
|
|
"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": "sh ./scripts/open-qa.sh",
|
|
"open-qa-verbose": "sh ./scripts/open-qa.sh --verbose",
|
|
"lint": "eslint src manifest.json manifest-beta.json LICENSE",
|
|
"build": "node esbuild.config.mjs production",
|
|
"internal-release": "sh ./scripts/internal-release.sh",
|
|
"beta-release": "sh ./scripts/beta-release.sh",
|
|
"public-release": "sh ./scripts/public-release.sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.7",
|
|
"@babel/preset-env": "^7.24.7",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@babel/preset-typescript": "^7.24.7",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^14.3.1",
|
|
"@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",
|
|
"@types/sortablejs": "^1.15.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",
|
|
"eslint": "^10.5.0",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"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": "4.7.4",
|
|
"wdio-obsidian-reporter": "^2.4.0",
|
|
"wdio-obsidian-service": "^2.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^2.1.0",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"chalk": "^4.1.2",
|
|
"classnames": "^2.5.1",
|
|
"esbuild-plugin-copy": "^2.0.1",
|
|
"esbuild-sass-plugin": "^2.4.4",
|
|
"jotai": "^2.10.0",
|
|
"lucide-react": "^0.358.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^9.1.0",
|
|
"react-sortablejs": "^6.1.4",
|
|
"semver": "^7.6.3",
|
|
"sortablejs": "^1.15.2",
|
|
"uuid": "^10.0.0"
|
|
}
|
|
}
|