generated from zhouhua/obsidian-markdown-media-card
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.41 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
{
"name": "obsidian-power-mode",
"version": "1.0.8",
"description": "Active Power Mode!!!!",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"typesafe-i18n": "typesafe-i18n"
},
"keywords": [
"obsidian",
"plugin",
"power mode",
"combo"
],
"author": "Zhou Hua",
"repository": {
"type": "git",
"url": "https://github.com/zhouhua/obsidian-power-mode"
},
"bugs": {
"url": "https://github.com/zhouhua/obsidian-power-mode/issues"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"builtin-modules": "4.0.0",
"esbuild": "0.24.0",
"eslint": "^9.17.0",
"obsidian": "^1.7.2",
"tslib": "2.8.1",
"typescript": "5.7.2",
"typescript-eslint": "^8.18.1"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"classnames": "^2.5.1",
"json-edit-react": "^1.18.0",
"lodash": "^4.17.21",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typesafe-i18n": "^5.26.2"
}
}