-
-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
63 lines (63 loc) · 2.08 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@javalent/fantasy-statblocks",
"version": "4.8.1",
"description": "Create Fantasy statblocks in Obsidian.md",
"scripts": {
"dev": "node ./esbuild.config.mjs",
"build": "node ./esbuild.config.mjs production",
"push": "git push --follow-tags origin"
},
"types": "./dist/api.d.ts",
"keywords": [],
"author": "Jeremy Valentine",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.25.2",
"@codemirror/commands": "^6.6.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/language": "^6.10.2",
"@codemirror/search": "^6.5.6",
"@codemirror/view": "^6.33.0",
"@javalent/dice-roller": "^10.5.7",
"@javalent/utilities": "^1.1.6",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.1",
"@lezer/javascript": "^1.4.17",
"@lezer/lr": "^1.4.2",
"@popperjs/core": "^2.11.8",
"@tsconfig/svelte": "^5.0.4",
"@types/dom-to-image": "^2.6.7",
"@types/node": "^22.5.4",
"@types/xmldom": "^0.1.34",
"@xmldom/xmldom": "^0.9.2",
"builtin-modules": "^4.0.0",
"cross-env": "^7.0.3",
"dom-to-image": "^2.6.0",
"dotenv": "^16.4.5",
"esbuild": "^0.23.1",
"esbuild-loader": "^4.2.2",
"esbuild-plugin-inline-worker": "github:mitschabaude/esbuild-plugin-inline-worker",
"esbuild-sass-plugin": "^3.3.1",
"esbuild-svelte": "^0.8.1",
"fast-copy": "^3.0.2",
"fast-equals": "^5.0.1",
"fast-sort": "^3.4.1",
"jest": "^29.7.0",
"obsidian": "^1.6.6",
"obsidian-overload": "^1.167.0",
"standard-version": "^9.5.0",
"svelte": "^4.2.19",
"svelte-dnd-action": "^0.9.50",
"svelte-loader": "^3.2.3",
"svelte-multiselect": "^10.2.0",
"svelte-preprocess": "^6.0.2",
"svelte-select": "^5.8.3",
"title-case": "^4.3.1",
"tslib": "^2.7.0",
"tsup": "^8.2.4",
"typescript": "^5.6.2"
},
"dependencies": {
"yaml": "^2.5.1"
}
}