-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
33 lines (33 loc) · 936 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": "obsidian42-strange-new-worlds",
"version": "2.1.5",
"description": "Revealing networked thought and the strange new worlds created by your vault",
"scripts": {
"dev": "node --no-warnings esbuild.config.mjs",
"build": "node --no-warnings esbuild.config.mjs production",
"lint": "biome check ./src",
"version": "node version-bump.mjs",
"githubaction": "node version-github-action.mjs"
},
"author": "TfTHacker",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@codemirror/commands": "^6.7.1",
"@codemirror/language": "^6.10.3",
"@codemirror/search": "^6.5.7",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.2",
"@types/node": "^22.9.0",
"builtin-modules": "4.0.0",
"esbuild": "0.24.0",
"obsidian": "^1.7.2",
"obsidian-typings": "^2.3.0",
"tslib": "^2.8.1",
"typescript": "5.6.3"
},
"dependencies": {
"preact": "^10.24.3",
"tippy.js": "^6.3.7"
}
}