generated from guopenghui/obsidian-vue-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.49 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
{
"name": "obsidian-node-flow",
"version": "1.1.0",
"description": "Render node streams like `ComfyUi`, `UE`, `Houdini`, `Blender`, etc., to make it easy to write relevant notes. json describes the chart, compared to screenshots, making it easier to modify later. The plugin is also compatible with blogs.",
"main": "main.js",
"scripts": {
"ob:dev": "node ./esbuild.config.mjs",
"ob:build": "tsc -noEmit -skipLibCheck && node ./esbuild.config.mjs production",
"ob:version": "node version-bump.mjs && git add manifest.json versions.json",
"app:dev": "vite --config ./src/NodeFlowApp/vite.config.js",
"app:build": "vite build --config ./src/NodeFlowApp/vite.config.js"
},
"keywords": [
"Obsidian",
"ComfyUi",
"UE",
"Houdini",
"Blender",
"nodeflow"
],
"author": "LincZero",
"license": "GPL-3.0-only",
"dependencies": {
"@dagrejs/dagre": "^1.1.4",
"@vue-flow/background": "^1.3.2",
"@vue-flow/core": "^1.42.1",
"markdown-it": "^14.1.0",
"prismjs": "^1.29.0",
"vue": "^3.2.31"
},
"devDependencies": {
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@the_tree/esbuild-plugin-vue3": "^0.3.1",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"builtin-modules": "^3.2.0",
"esbuild": "^0.14.49",
"eslint": "^9.0.0",
"hash-sum": "^2.0.0",
"obsidian": "^1.7.2",
"tslib": "2.3.1",
"typescript": "^5.6.3"
}
}