-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
152 lines (152 loc) · 3.86 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"author": "polyipseity",
"bugs": {
"url": "https://github.com/polyipseity/obsidian-plugin-library/issues"
},
"dependencies": {
"@capacitor/core": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@jridgewell/trace-mapping": "^0.3.25",
"async-lock": "^1.4.1",
"browser-util-inspect": "^0.2.0",
"convert-source-map": "^2.0.0",
"deep-equal": "^2.2.3",
"file-saver": "^2.0.5",
"i18next": "^23.11.5",
"i18next-resources-to-backend": "^1.2.1",
"import-meta-resolve": "^4.1.0",
"lodash-es": "^4.17.21",
"lucide": "^0.383.0",
"lz-string": "^1.5.0",
"moment": "^2.30.1",
"monkey-around": "^3.0.0",
"obsidian": "~1.2.8",
"p-lazy": "^4.0.0",
"semver": "^7.6.2",
"shq": "^1.0.3",
"source-map": "^0.7.4",
"svelte": "^3.59.2",
"ts-deepmerge": "^7.0.0",
"ts-essentials": "^10.0.0"
},
"description": "Library for Obsidian plugins.",
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@polyipseity/obsidian": "~1.2.8",
"@tsconfig/node16": "^16.1.3",
"@tsconfig/recommended": "^1.0.6",
"@tsconfig/strictest": "^2.0.5",
"@tsconfig/svelte": "^5.0.4",
"@types/async-lock": "^1.4.2",
"@types/browser-util-inspect": "^0.2.4",
"@types/convert-source-map": "^2.0.3",
"@types/css.escape": "^1.5.2",
"@types/deep-equal": "^1.0.4",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"css.escape": "^1.5.1",
"esbuild": "^0.21.4",
"esbuild-compress": "^2.0.0",
"esbuild-node-externals": "^1.13.1",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-svelte": "^0.8.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdownlint": "^0.6.0",
"eslint-plugin-svelte": "^2.39.0",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"typescript-svelte-plugin": "^0.3.38",
"which": "^4.0.0"
},
"exports": {
".": {
"types": "./dist/sources/index.d.ts",
"module": "./dist/index.js",
"import": "./dist/index.js",
"require": null,
"default": "./dist/index.js"
},
"./esbuild-compress": {
"types": "./dist/sources/esbuild-compress/index.d.ts",
"module": "./dist/esbuild-compress/index.js",
"import": "./dist/esbuild-compress/index.js",
"require": null,
"default": "./dist/inject.index.js"
},
"./inject": {
"types": "./dist/sources/inject/index.d.ts",
"module": "./dist/inject/index.js",
"import": "./dist/inject/index.js",
"require": null,
"default": "./dist/inject/index.js"
},
"./style": {
"default": "./dist/style.css"
}
},
"files": [
"dist"
],
"funding": [
{
"type": "Buy Me a Coffee",
"url": "https://buymeacoffee.com/polyipseity"
},
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/polyipseity"
}
],
"homepage": "https://github.com/polyipseity/obsidian-plugin-library#readme",
"keywords": [
"library",
"obsidian",
"obsidian-library",
"obsidian-plugin",
"plugin",
"plugin-library"
],
"license": "MIT",
"main": "dist/index.js",
"name": "@polyipseity/obsidian-plugin-library",
"overrides": {},
"peerDependencies": {
"esbuild": ">=0.17.0"
},
"peerDependenciesMeta": {
"esbuild": {
"optional": true
}
},
"pnpm": {
"overrides": {}
},
"repository": {
"type": "git",
"url": "git+https://github.com/polyipseity/obsidian-plugin-library.git"
},
"scripts": {
"build": "npm run check && npm run build:force",
"build:force": "node build/build.mjs",
"check": "tsc --noEmit && eslint --cache .",
"dev": "npm run build:force -- dev",
"fix": "eslint --cache --fix .",
"postversion": "node build/version-post.mjs"
},
"sideEffects": false,
"style": "dist/style.css",
"type": "module",
"types": "dist/sources/index.d.ts",
"version": "1.25.1",
"workspaces": [
".",
"build/*"
]
}