-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) 路 1.25 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) 路 1.25 KB
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
{
"name": "Custom Image Auto Uploader",
"version": "2.9.5",
"description": "You can upload and save images from your notes to your remote server, home NAS, or sync them to your cloud storage (Alibaba Cloud OSS, Amazon S3, Cloudflare R2).",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"devcss": "sass --watch src/styles.scss styles.css",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"ver": "node ./update-version.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@codemirror/state": "6.5.0",
"@codemirror/view": "6.38.6",
"@types/node": "^22.19.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"builtin-modules": "^4.0.0",
"esbuild": "^0.24.2",
"obsidian": "^1.11.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"dependencies": {
"file-type": "^19.6.0",
"image-type": "^5.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}