@mudlet/mudlet-web 0.3.0 → 0.3.1

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/package.json CHANGED
@@ -1,93 +1,93 @@
1
- {
2
- "name": "@mudlet/mudlet-web",
3
- "version": "0.3.0",
4
- "type": "module",
5
- "description": "Mudlet Web — Mudlet in the browser, usable standalone or as a library for branded builds",
6
- "license": "GPL-2.0-or-later",
7
- "keywords": [
8
- "mud",
9
- "mudlet",
10
- "mud-client",
11
- "telnet",
12
- "lua",
13
- "game"
14
- ],
15
- "homepage": "https://github.com/Mudlet/mudlet-web",
16
- "repository": {
17
- "url": "git+https://github.com/Mudlet/mudlet-web.git"
18
- },
19
- "publishConfig": {
20
- "access": "public"
21
- },
22
- "exports": {
23
- ".": {
24
- "types": "./dist-lib/index.d.ts",
25
- "import": "./dist-lib/index.js"
26
- },
27
- "./vite": {
28
- "types": "./dist-lib/vite.d.ts",
29
- "import": "./dist-lib/vite.js"
30
- },
31
- "./styles.css": "./dist-lib/styles.css"
32
- },
33
- "main": "./dist-lib/index.js",
34
- "types": "./dist-lib/index.d.ts",
35
- "files": [
36
- "dist-lib"
37
- ],
38
- "scripts": {
39
- "dev": "vite",
40
- "build": "tsc && vite build",
41
- "build:lib": "vite build --config vite.lib.config.ts && tsc -p tsconfig.lib.json && tsc -p tsconfig.vite-plugin.json && node scripts/copy-lib-assets.mjs",
42
- "prepublishOnly": "yarn build:lib",
43
- "preview": "vite preview",
44
- "typecheck": "tsc -p tsconfig.test.json",
45
- "test": "vitest run",
46
- "test:watch": "vitest",
47
- "dev:busted": "vite --mode busted --port 5174 --strictPort",
48
- "pretest:e2e": "npm run gen:busted-manifest",
49
- "test:e2e": "playwright test",
50
- "gen:busted-manifest": "playwright test -c playwright.manifest.config.ts",
51
- "sync:mudlet-specs": "node scripts/sync-mudlet-specs.mjs"
52
- },
53
- "dependencies": {
54
- "@codemirror/autocomplete": "^6.20.1",
55
- "@codemirror/commands": "^6.10.3",
56
- "@codemirror/lang-json": "^6.0.2",
57
- "@codemirror/language": "^6.12.3",
58
- "@codemirror/legacy-modes": "^6.5.2",
59
- "@codemirror/state": "^6.6.0",
60
- "@codemirror/theme-one-dark": "^6.1.3",
61
- "@codemirror/view": "^6.41.1",
62
- "@sqlite.org/sqlite-wasm": "^3.53.0-build1",
63
- "@types/dompurify": "^3.0.5",
64
- "@zenfs/core": "^2.5.6",
65
- "@zenfs/dom": "^1.2.9",
66
- "dompurify": "^3.4.12",
67
- "fflate": "^0.8.2",
68
- "lucide-react": "^1.14.0",
69
- "marked": "^18.0.4",
70
- "mudlet-map-binary-reader": "^1.2.0",
71
- "mudlet-map-editor": "^1.3.1",
72
- "mudlet-map-renderer": "^2.6.1",
73
- "pako": "^2.1.0",
74
- "pcre2-wasm-universal": "^1.0.0",
75
- "react": "^19.2.0",
76
- "react-dom": "^19.2.0",
77
- "vite-plugin-node-polyfills": "^0.26.0",
78
- "wasmoon-lua5.1": "^1.18.10",
79
- "zustand": "^5.0.12"
80
- },
81
- "devDependencies": {
82
- "@playwright/test": "^1.61.1",
83
- "@types/node": "^25.6.0",
84
- "@types/pako": "^2.0.0",
85
- "@types/react": "^19.2.0",
86
- "@types/react-dom": "^19.2.0",
87
- "@vitejs/plugin-react": "^6.0.1",
88
- "happy-dom": "^20.9.0",
89
- "typescript": "^5.0.0",
90
- "vite": "8.0.16",
91
- "vitest": "^4.1.7"
92
- }
93
- }
1
+ {
2
+ "name": "@mudlet/mudlet-web",
3
+ "version": "0.3.1",
4
+ "type": "module",
5
+ "description": "Mudlet Web — Mudlet in the browser, usable standalone or as a library for branded builds",
6
+ "license": "GPL-2.0-or-later",
7
+ "keywords": [
8
+ "mud",
9
+ "mudlet",
10
+ "mud-client",
11
+ "telnet",
12
+ "lua",
13
+ "game"
14
+ ],
15
+ "homepage": "https://github.com/Mudlet/mudlet-web",
16
+ "repository": {
17
+ "url": "git+https://github.com/Mudlet/mudlet-web.git"
18
+ },
19
+ "publishConfig": {
20
+ "access": "public"
21
+ },
22
+ "exports": {
23
+ ".": {
24
+ "types": "./dist-lib/index.d.ts",
25
+ "import": "./dist-lib/index.js"
26
+ },
27
+ "./vite": {
28
+ "types": "./dist-lib/vite.d.ts",
29
+ "import": "./dist-lib/vite.js"
30
+ },
31
+ "./styles.css": "./dist-lib/styles.css"
32
+ },
33
+ "main": "./dist-lib/index.js",
34
+ "types": "./dist-lib/index.d.ts",
35
+ "files": [
36
+ "dist-lib"
37
+ ],
38
+ "scripts": {
39
+ "dev": "vite",
40
+ "build": "tsc && vite build",
41
+ "build:lib": "vite build --config vite.lib.config.ts && tsc -p tsconfig.lib.json && tsc -p tsconfig.vite-plugin.json && node scripts/copy-lib-assets.mjs",
42
+ "prepublishOnly": "yarn build:lib",
43
+ "preview": "vite preview",
44
+ "typecheck": "tsc -p tsconfig.test.json",
45
+ "test": "vitest run",
46
+ "test:watch": "vitest",
47
+ "dev:busted": "vite --mode busted --port 5174 --strictPort",
48
+ "pretest:e2e": "npm run gen:busted-manifest",
49
+ "test:e2e": "playwright test",
50
+ "gen:busted-manifest": "playwright test -c playwright.manifest.config.ts",
51
+ "sync:mudlet-specs": "node scripts/sync-mudlet-specs.mjs"
52
+ },
53
+ "dependencies": {
54
+ "@codemirror/autocomplete": "^6.20.1",
55
+ "@codemirror/commands": "^6.10.3",
56
+ "@codemirror/lang-json": "^6.0.2",
57
+ "@codemirror/language": "^6.12.3",
58
+ "@codemirror/legacy-modes": "^6.5.2",
59
+ "@codemirror/state": "^6.6.0",
60
+ "@codemirror/theme-one-dark": "^6.1.3",
61
+ "@codemirror/view": "^6.41.1",
62
+ "@sqlite.org/sqlite-wasm": "^3.53.0-build1",
63
+ "@types/dompurify": "^3.0.5",
64
+ "@zenfs/core": "^2.5.6",
65
+ "@zenfs/dom": "^1.2.9",
66
+ "dompurify": "^3.4.12",
67
+ "fflate": "^0.8.2",
68
+ "lucide-react": "^1.14.0",
69
+ "marked": "^18.0.4",
70
+ "mudlet-map-binary-reader": "^1.2.0",
71
+ "mudlet-map-editor": "^1.3.1",
72
+ "mudlet-map-renderer": "^2.6.1",
73
+ "pako": "^2.1.0",
74
+ "pcre2-wasm-universal": "^1.0.0",
75
+ "react": "^19.2.0",
76
+ "react-dom": "^19.2.0",
77
+ "vite-plugin-node-polyfills": "^0.26.0",
78
+ "wasmoon-lua5.1": "^1.18.10",
79
+ "zustand": "^5.0.12"
80
+ },
81
+ "devDependencies": {
82
+ "@playwright/test": "^1.61.1",
83
+ "@types/node": "^25.6.0",
84
+ "@types/pako": "^2.0.0",
85
+ "@types/react": "^19.2.0",
86
+ "@types/react-dom": "^19.2.0",
87
+ "@vitejs/plugin-react": "^6.0.1",
88
+ "happy-dom": "^20.9.0",
89
+ "typescript": "^5.0.0",
90
+ "vite": "8.0.16",
91
+ "vitest": "^4.1.7"
92
+ }
93
+ }