forked from javalent/fantasy-statblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.96 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
{
"name": "fantasy-statblocks",
"version": "3.16.2",
"description": "Create Fantasy statblocks in Obsidian.md",
"scripts": {
"dev": "node ./esbuild.config.mjs",
"build": "node ./esbuild.config.mjs production",
"release": "standard-version",
"push": "git push --follow-tags origin"
},
"standard-version": {
"t": "",
"releaseCommitMessageFormat": "Fantasy Statblocks Release: v{{currentTag}}"
},
"keywords": [],
"author": "Jeremy Valentine",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@codemirror/commands": "^6.2.1",
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/language": "^6.6.0",
"@codemirror/search": "^6.2.3",
"@codemirror/view": "^6.9.1",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.3",
"@lezer/javascript": "^1.4.1",
"@lezer/lr": "^1.3.3",
"@popperjs/core": "^2.11.2",
"@tsconfig/svelte": "^2.0.1",
"@types/dom-to-image": "^2.6.2",
"@types/node": "^14.17.21",
"@types/xmldom": "^0.1.31",
"@xmldom/xmldom": "^0.7.10",
"builtin-modules": "^3.3.0",
"cross-env": "^7.0.3",
"dom-to-image": "^2.6.0",
"dotenv": "^14.2.0",
"esbuild": "^0.14.43",
"esbuild-loader": "^2.16.0",
"esbuild-plugin-inline-worker": "^0.1.1",
"esbuild-sass-plugin": "^2.3.3",
"esbuild-svelte": "^0.6.3",
"fast-copy": "^2.1.1",
"fast-sort": "^3.0.2",
"jest": "^27.4.7",
"obsidian": "^1.4.11",
"obsidian-overload": "^1.22.0",
"standard-version": "^9.3.2",
"svelte": "^3.49.0",
"svelte-dnd-action": "^0.9.28",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.10.2",
"title-case": "^3.0.3",
"tslib": "^2.0.3",
"typescript": "^4.0.3"
},
"dependencies": {
"yaml": "^2.1.3"
}
}