@markforster/heroquest-card-creator 0.5.5 → 0.5.6
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/README.md +5 -6
- package/README.npm.md +5 -6
- package/bin/download-miniserve.js +197 -0
- package/out/404/index.html +2 -2
- package/out/404.html +2 -2
- package/out/_next/static/chunks/11-4a01ce75b3953a27.js +1 -0
- package/out/_next/static/chunks/27-0d225eb4341b3d85.js +1 -0
- package/out/_next/static/chunks/358-0ef6606063eec5f1.js +1 -0
- package/out/_next/static/chunks/444-d732bb46f1362e11.js +6 -0
- package/out/_next/static/chunks/app/layout-aece39f950404ab2.js +1 -0
- package/out/_next/static/chunks/{792.1227b94f86940218.js → app/page-569cc63488f6c643.js} +1 -1
- package/out/_next/static/chunks/webpack-8dfc90ea73e2607b.js +1 -0
- package/out/_next/static/css/c6f58e940466cbf8.css +1 -0
- package/out/_next/static/css/ef2f1bbdb37e3362.css +1 -0
- package/out/_next/static/media/avatar.1ff88d2e.jpeg +0 -0
- package/out/_next/static/media/hero-back-border-and-text.59765c87.png +0 -0
- package/out/_next/static/media/large-window-frame.752311e6.png +0 -0
- package/out/_next/static/media/small-large-artwork-border-alpha-mask.410ecda3.png +0 -0
- package/out/_next/static/media/small-large-artwork-border-blend-texture.002a2faa.png +0 -0
- package/out/_next/static/media/small-window-frame.294856f5.png +0 -0
- package/out/_next/static/media/window-parchment.4e3e14fd.png +0 -0
- package/out/index.html +2 -2
- package/out/index.txt +11 -9
- package/out/sitemap.xml +1 -1
- package/package.json +18 -3
- package/out/_next/static/chunks/249-5c74a93fb7af7f6c.js +0 -1
- package/out/_next/static/chunks/275-f9dcc3143453fdcd.js +0 -1
- package/out/_next/static/chunks/358-960ba8f02b2494a3.js +0 -1
- package/out/_next/static/chunks/app/layout-f836dac406328011.js +0 -1
- package/out/_next/static/chunks/app/page-db4487a6c1142fcc.js +0 -1
- package/out/_next/static/chunks/webpack-131d74db4cdb47d6.js +0 -1
- package/out/_next/static/css/2dfa822ec8c08542.css +0 -1
- package/out/_next/static/css/765f83971d263ca1.css +0 -1
- package/out/_next/static/media/large-window.74b2288d.png +0 -0
- package/out/_next/static/media/small-large-artwork-border-alpha-mask.8d3a71ad.png +0 -0
- package/out/_next/static/media/small-large-artwork-border-blend-texture.dcd30133.png +0 -0
- package/out/_next/static/media/small-window.9557abcd.png +0 -0
- /package/out/_next/static/{P_kMzAnfZ0gmNEgFjpc2f → S32rvNtiF_jUmVPh71Cb3}/_buildManifest.js +0 -0
- /package/out/_next/static/{P_kMzAnfZ0gmNEgFjpc2f → S32rvNtiF_jUmVPh71Cb3}/_ssgManifest.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markforster/heroquest-card-creator",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.6",
|
|
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",
|
|
@@ -53,11 +53,15 @@
|
|
|
53
53
|
"prepack": "cp README.npm.md README.md && NEXT_PUBLIC_APP_DISTRIBUTION=npm npm run build && npm run verify:out",
|
|
54
54
|
"prebuild": "npm run generate:embedded-assets && node scripts/copy-zip-worker.cjs",
|
|
55
55
|
"build": "NODE_ENV=production npm run verify:env && NODE_ENV=production next build",
|
|
56
|
-
"build:download": "npm run build && node scripts/package-download.js",
|
|
56
|
+
"build:download": "NEXT_PUBLIC_APP_DISTRIBUTION=download npm run build && npm run download:miniserve && node scripts/package-download.js",
|
|
57
|
+
"build:itch": "NEXT_PUBLIC_APP_DISTRIBUTION=itch npm run build && node scripts/package-itch.js",
|
|
58
|
+
"download:miniserve": "node bin/download-miniserve.js",
|
|
57
59
|
"start": "next start",
|
|
58
60
|
"lint": "next lint",
|
|
59
61
|
"verify:env": "node scripts/verify-env.js",
|
|
60
62
|
"verify:out": "node scripts/verify-out.cjs",
|
|
63
|
+
"dup:report": "npx jscpd --reporters markdown,json --output ./artefacts/reports/jscpd ./src",
|
|
64
|
+
"dup:idents": "node scripts/find-dup-identifiers.cjs",
|
|
61
65
|
"test": "jest",
|
|
62
66
|
"test:watch": "jest --watch",
|
|
63
67
|
"test:coverage": "jest --coverage",
|
|
@@ -83,11 +87,20 @@
|
|
|
83
87
|
"dependencies": {
|
|
84
88
|
"@dnd-kit/core": "^6.3.1",
|
|
85
89
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
90
|
+
"@msgpack/msgpack": "^3.1.3",
|
|
91
|
+
"@tanstack/react-query": "^4.36.1",
|
|
86
92
|
"@zip.js/zip.js": "^2.8.21",
|
|
93
|
+
"@zodios/core": "^10.3.1",
|
|
94
|
+
"@zodios/react": "^10.3.1",
|
|
95
|
+
"axios": "^1.7.7",
|
|
87
96
|
"chalk": "^4.1.2",
|
|
88
97
|
"inquirer": "^9.3.7",
|
|
98
|
+
"jscpd": "^4.0.8",
|
|
89
99
|
"mime": "^3.0.0",
|
|
90
|
-
"
|
|
100
|
+
"pica": "^9.0.1",
|
|
101
|
+
"recharts": "^3.8.0",
|
|
102
|
+
"yaml": "^2.8.0",
|
|
103
|
+
"zod": "^3.23.8"
|
|
91
104
|
},
|
|
92
105
|
"devDependencies": {
|
|
93
106
|
"@next/third-parties": "^16.1.0",
|
|
@@ -100,6 +113,7 @@
|
|
|
100
113
|
"@testing-library/react": "^14.2.1",
|
|
101
114
|
"@types/jest": "^29.5.12",
|
|
102
115
|
"@types/node": "^20",
|
|
116
|
+
"@types/pica": "^9.0.5",
|
|
103
117
|
"@types/react": "^18",
|
|
104
118
|
"@types/react-dom": "^18",
|
|
105
119
|
"@types/three": "^0.182.0",
|
|
@@ -114,6 +128,7 @@
|
|
|
114
128
|
"jest-environment-jsdom": "^29.7.0",
|
|
115
129
|
"jest-html-reporter": "^3.10.2",
|
|
116
130
|
"lucide-react": "^0.561.0",
|
|
131
|
+
"md-to-pdf": "^5.2.5",
|
|
117
132
|
"next": "14.2.15",
|
|
118
133
|
"prettier": "^3.6.2",
|
|
119
134
|
"react": "^18",
|