|
3 | 3 | "version": "0.16.5", |
4 | 4 | "description": "Add description, summary and more info to folders with folder notes.", |
5 | 5 | "scripts": { |
6 | | - "dev": "cross-env BUILD=dev node esbuild.config.mjs", |
7 | | - "check": "tsc --noEmit", |
8 | | - "build": "cross-env BUILD=production node esbuild.config.mjs", |
9 | | - "prettier": "prettier --write 'src/**/*.+(ts|tsx|json|html|css)'", |
10 | | - "eslint": "eslint . --ext .ts,.tsx --fix", |
11 | | - "release": "release-it" |
| 6 | + "build": "cross-env BUILD=production node esbuild.config.mjs" |
12 | 7 | }, |
13 | 8 | "keywords": [], |
14 | 9 | "author": "", |
15 | 10 | "license": "MIT", |
16 | 11 | "devDependencies": { |
17 | 12 | "@aidenlx/esbuild-plugin-obsidian": "^0.1.8", |
18 | 13 | "@aidenlx/folder-note-core": "^1.3.3", |
19 | | - "@aidenlx/obsidian-icon-shortcodes": "^0.9.0", |
20 | | - "@aidenlx/obsidian-plugin-bumper": "^0.1.12", |
21 | | - "@release-it/bumper": "^4.0.0", |
22 | | - "@release-it/conventional-changelog": "^5.1.0", |
| 14 | + "@aidenlx/obsidian-icon-shortcodes": "^0.6.2", |
23 | 15 | "@types/array.prototype.flat": "^1.2.1", |
24 | 16 | "@types/node": "^17.0.23", |
25 | | - "@typescript-eslint/eslint-plugin": "^5.55.0", |
26 | | - "@typescript-eslint/parser": "^5.55.0", |
27 | 17 | "array.prototype.flat": "^1.2.5", |
28 | 18 | "assert-never": "^1.2.1", |
29 | | - "conventional-changelog-angular": "^5.0.13", |
30 | 19 | "cross-env": "^7.0.3", |
31 | | - "cz-conventional-changelog": "^3.3.0", |
32 | | - "esbuild": "^0.17.4", |
| 20 | + "esbuild": "^0.17.19", |
33 | 21 | "esbuild-plugin-less": "^1.1.6", |
34 | | - "eslint": "~8.36.0", |
35 | | - "eslint-config-prettier": "^8.5.0", |
36 | | - "eslint-import-resolver-typescript": "^2.7.0", |
37 | | - "eslint-plugin-import": "^2.26.0", |
38 | | - "eslint-plugin-jsdoc": "^38.0.6", |
39 | | - "eslint-plugin-prefer-arrow": "~1.2.3", |
40 | | - "eslint-plugin-prettier": "^4.2.1", |
41 | | - "eslint-plugin-simple-import-sort": "~7.0.0", |
42 | 22 | "fast-deep-equal": "^3.1.3", |
43 | 23 | "monkey-around": "^2.3.0", |
44 | 24 | "obsidian": "~1.2.8", |
45 | 25 | "path-browserify": "^1.0.1", |
46 | 26 | "prettier": "^2.6.1", |
47 | | - "release-it": "^15.4.2", |
48 | 27 | "semver": "^7.3.5", |
49 | 28 | "typescript": "~5.0.4" |
50 | 29 | }, |
| 30 | + "overrides": { |
| 31 | + "esbuild": "^0.17.19" |
| 32 | + }, |
51 | 33 | "browser": { |
52 | 34 | "path": "path-browserify" |
53 | 35 | }, |
|
0 commit comments