generated from trashhalo/obsidian-rust-plugin
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
33 lines (33 loc) · 951 Bytes
/
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
{
"name": "obisidian-note-linker",
"version": "1.2.7",
"description": "Automatically find and link notes in Obsidian",
"main": "main.js",
"scripts": {
"build": "wasm-pack build --target web && rollup --config rollup.config.js",
"build:copy": "npm run build && ./copy_to_vault.sh /home/aw/Documents/Obsidian/anki"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^4.0.0",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"rollup": "^2.32.1",
"rollup-plugin-base64": "^1.0.1",
"rollup-plugin-web-worker-loader": "^1.6.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@rollup/plugin-typescript": "^8.3.2",
"@surma/rollup-plugin-off-main-thread": "^2.2.3",
"comlink": "^4.3.1",
"obsidian": "^0.14.8",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}