generated from zhouhua/obsidian-markdown-media-card
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.5 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-popkit",
"version": "1.0.13",
"description": "Select text to instantly access quick tools",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"typesafe-i18n": "typesafe-i18n",
"lint": "eslint ./"
},
"keywords": [
"obsidian"
],
"author": "Zhou Hua",
"repository": {
"type": "git",
"url": "https://github.com/zhouhua/obsidian-popkit"
},
"bugs": {
"url": "https://github.com/zhouhua/obsidian-popkit/issues"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@stylistic/eslint-plugin": "^2.3.0",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/parser": "7.15.0",
"builtin-modules": "3.3.0",
"esbuild": "0.23.0",
"eslint": "^9.6.0",
"obsidian": "latest",
"tslib": "2.6.3",
"typescript": "5.5.3",
"typescript-eslint": "^7.15.0"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/base": "5.0.0-beta.40",
"lodash": "^4.17.21",
"lucide-react": "^0.400.0",
"mathjs": "^13.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typesafe-i18n": "^5.26.2"
}
}