-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 613 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 613 Bytes
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
{
"main": "src/main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/turndown": "^5.0.4",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"esbuild": "^0.25.9",
"esbuild-plugin-copy": "^2.1.1",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"docx-preview": "^0.3.0",
"esbuild-sass-plugin": "^3.3.1",
"mammoth": "^1.6.0",
"monkey-around": "^2.3.0",
"sass": "^1.70.0",
"turndown": "^7.2.0"
}
}