forked from javalent/fantasy-statblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.02 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
{
"name": "obsidian-5e-statblocks",
"version": "2.23.3",
"description": "Create 5e styled statblocks in Obsidian.md",
"main": "main.js",
"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": "TTRPG Statblocks Release: v{{currentTag}}"
},
"keywords": [],
"author": "Jeremy Valentine",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@popperjs/core": "^2.11.2",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@tsconfig/svelte": "^2.0.1",
"@types/dom-to-image": "^2.6.2",
"@types/node": "^14.17.21",
"@types/xmldom": "^0.1.31",
"babel-loader": "^8.2.3",
"builtins": "^4.0.0",
"copy-webpack-plugin": "^10.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"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-svelte": "^0.6.3",
"fast-copy": "^2.1.1",
"fast-sort": "^3.0.2",
"jest": "^27.4.7",
"mini-css-extract-plugin": "^2.4.5",
"obsidian": "^0.16.0",
"rollup": "^2.32.1",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-svelte": "^7.1.0",
"standard-version": "^9.3.2",
"svelte": "^3.49.0",
"svelte-dnd-action": "^0.9.12",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.10.2",
"title-case": "^3.0.3",
"ts-loader": "^9.2.6",
"tslib": "^2.0.3",
"typescript": "^4.0.3",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"worker-loader": "^3.0.8",
"xmldom": "^0.6.0"
}
}