moyf_yearly-glance/package.json
2026-06-08 20:00:43 +08:00

71 lines
2.6 KiB
JSON

{
"name": "yearly-glance",
"version": "4.2.5",
"description": "Year at a glance - overview of annual events with customizable management options.",
"main": "main.js",
"scripts": {
"dev": "node scripts/esbuild.config.mjs",
"dev:local": "node scripts/esbuild.config.mjs local",
"build": "tsc -noEmit -skipLibCheck && node scripts/esbuild.config.mjs production",
"build:local": "tsc -noEmit -skipLibCheck && node scripts/esbuild.config.mjs production keep-console local",
"version": "node scripts/version-bump.mjs",
"changelog:u": "conventional-changelog -p angular -i CHANGELOG.md -s -u -n ./scripts/changelog-option.js && conventional-changelog -p angular -i CHANGELOG-zh.md -s -u -n ./scripts/changelog-option-zh.js",
"changelog:all": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -n ./scripts/changelog-option.js && conventional-changelog -p angular -i CHANGELOG-zh.md -s -r 0 -n ./scripts/changelog-option-zh.js",
"changelog:uT": "node scripts/generate-translated-changelog.mjs",
"changelog:allT": "node scripts/generate-translated-changelog.mjs --all",
"release:pre": "npm run build && npm run version && npm run changelog:u",
"release:preT": "npm run build && npm run version && npm run changelog:uT",
"release:tag": "node scripts/release-tag.mjs",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"lint:obsidian": "npx eslint@9 --config eslint.obsidian.mjs \"src/**/*.ts\" \"src/**/*.tsx\"",
"test": "node scripts/jest-compat.mjs",
"test:watch": "jest --watch"
},
"keywords": [
"Obsidian Plugin"
],
"author": "Moy & RavenHogWarts",
"license": "MIT",
"engines": {
"node": ">=18.x"
},
"overrides": {
"@conventional-changelog/git-client": "^2.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/jest": "^30.0.0",
"@types/node": "^20.19.25",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"esbuild": "^0.27.1",
"eslint": "^9.39.4",
"eslint-plugin-obsidianmd": "^0.3.0",
"jest": "^30.0.4",
"obsidian": "latest",
"postcss": "^8.5.1",
"postcss-nesting": "^13.0.1",
"ts-jest": "^29.4.0",
"tslib": "^2.8.1",
"typescript": "4.7.4"
},
"dependencies": {
"html-react-parser": "^5.2.5",
"lucide-react": "^0.555.0",
"lunar-typescript": "^1.7.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^12.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}