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