@markforster/heroquest-card-creator 0.5.7 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/404/index.html +2 -2
- package/out/404.html +2 -2
- package/out/_next/static/chunks/358-093f06c76ef552c3.js +1 -0
- package/out/_next/static/chunks/666-31cc4ac2e1da423b.js +67 -0
- package/out/_next/static/chunks/app/{page-d36a86b2140351a3.js → page-e8e21f5187e889dd.js} +1 -1
- package/out/_next/static/chunks/cb7556af-5873e8e79b279109.js +8 -0
- package/out/_next/static/chunks/{webpack-8dfc90ea73e2607b.js → webpack-ba1cadfd2844d385.js} +1 -1
- package/out/_next/static/css/dce9e36837d00ef7.css +1 -0
- package/out/_next/static/css/df5ed6630712ed91.css +1 -0
- package/out/_next/static/css/efb6360d41342859.css +1 -0
- package/out/index.html +2 -2
- package/out/index.txt +7 -7
- package/out/sitemap.xml +1 -1
- package/package.json +11 -2
- package/out/_next/static/chunks/358-cc4e3dff559fc294.js +0 -1
- package/out/_next/static/chunks/656-4f3d005874f1aa14.js +0 -1
- package/out/_next/static/chunks/cb7556af-ac91ad5099c3d0ef.js +0 -8
- package/out/_next/static/css/1874f9a174b17e3f.css +0 -1
- package/out/_next/static/css/c6f58e940466cbf8.css +0 -1
- package/out/_next/static/css/fdfd778cab1c36b9.css +0 -1
- /package/out/_next/static/chunks/{11-4a01ce75b3953a27.js → 11-78f479f14159541f.js} +0 -0
- /package/out/_next/static/chunks/{117-b8bb75121b26b6b3.js → 117-02a1c5ab3bdda11d.js} +0 -0
- /package/out/_next/static/chunks/{444-d732bb46f1362e11.js → 444-5ff9be7c326ca9cf.js} +0 -0
- /package/out/_next/static/chunks/app/_not-found/{page-12d4e6e8548a2d4a.js → page-721e0182aa7da8b9.js} +0 -0
- /package/out/_next/static/chunks/app/{layout-aece39f950404ab2.js → layout-87e7b685b28e1848.js} +0 -0
- /package/out/_next/static/chunks/{fd9d1056-898d1c4f9326004a.js → fd9d1056-524802b9ec96d394.js} +0 -0
- /package/out/_next/static/{lBNTsG65wz5OkdcMm0uQY → fyDsGvkcNBoE2826O4MLg}/_buildManifest.js +0 -0
- /package/out/_next/static/{lBNTsG65wz5OkdcMm0uQY → fyDsGvkcNBoE2826O4MLg}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markforster/heroquest-card-creator",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Browser-based tool to design HeroQuest-style cards with accurate layouts, asset library, and PNG export — runs locally.",
|
|
5
5
|
"author": "Mark Forster (markforster)",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -58,6 +58,10 @@
|
|
|
58
58
|
"download:miniserve": "node bin/download-miniserve.js",
|
|
59
59
|
"start": "next start",
|
|
60
60
|
"lint": "next lint",
|
|
61
|
+
"fallow:dead-code": "fallow dead-code",
|
|
62
|
+
"fallow:audit": "fallow",
|
|
63
|
+
"fallow:changed": "fallow",
|
|
64
|
+
"fallow:ci": "fallow --fail-on-issues --quiet",
|
|
61
65
|
"verify:env": "node scripts/verify-env.js",
|
|
62
66
|
"verify:out": "node scripts/verify-out.cjs",
|
|
63
67
|
"dup:report": "npx jscpd --reporters markdown,json --output ./artefacts/reports/jscpd ./src",
|
|
@@ -86,7 +90,11 @@
|
|
|
86
90
|
},
|
|
87
91
|
"dependencies": {
|
|
88
92
|
"@dnd-kit/core": "^6.3.1",
|
|
93
|
+
"@dnd-kit/helpers": "^0.4.0",
|
|
89
94
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
95
|
+
"@dnd-kit/react": "^0.4.0",
|
|
96
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
97
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
90
98
|
"@msgpack/msgpack": "^3.1.3",
|
|
91
99
|
"@tanstack/react-query": "^4.36.1",
|
|
92
100
|
"@zip.js/zip.js": "^2.8.21",
|
|
@@ -98,6 +106,7 @@
|
|
|
98
106
|
"jscpd": "^4.0.8",
|
|
99
107
|
"mime": "^3.0.0",
|
|
100
108
|
"pica": "^9.0.1",
|
|
109
|
+
"react-select": "^5.10.2",
|
|
101
110
|
"recharts": "^3.8.0",
|
|
102
111
|
"yaml": "^2.8.0",
|
|
103
112
|
"zod": "^3.23.8"
|
|
@@ -124,6 +133,7 @@
|
|
|
124
133
|
"eslint-import-resolver-node": "^0.3.9",
|
|
125
134
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
126
135
|
"eslint-plugin-import": "^2.32.0",
|
|
136
|
+
"fallow": "^2.74.0",
|
|
127
137
|
"jest": "^29.7.0",
|
|
128
138
|
"jest-environment-jsdom": "^29.7.0",
|
|
129
139
|
"jest-html-reporter": "^3.10.2",
|
|
@@ -136,7 +146,6 @@
|
|
|
136
146
|
"react-dom": "^18",
|
|
137
147
|
"react-hook-form": "^7.68.0",
|
|
138
148
|
"react-router-dom": "^7.13.0",
|
|
139
|
-
"react-snowfall": "^2.2.0",
|
|
140
149
|
"three": "^0.167.1",
|
|
141
150
|
"typescript": "^5"
|
|
142
151
|
},
|