|
1 | 1 | { |
2 | 2 | "name": "htmlrunner", |
3 | | - "version": "1.2.0", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "A small live HTML/JS runner with console capture.", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
|
38 | 38 | "@fortawesome/fontawesome-free": "^7.2.0", |
39 | 39 | "@nisoku/sairin": "^0.1.2", |
40 | 40 | "@prettier/plugin-xml": "^3.4.2", |
41 | | - "@types/codemirror": "^5.60.17", |
| 41 | + "@replit/codemirror-indentation-markers": "^6.5.3", |
42 | 42 | "@uiw/codemirror-theme-bbedit": "^4.25.9", |
43 | 43 | "@uiw/codemirror-theme-monokai": "^4.25.9", |
44 | | - "@zenfs/core": "^2.5.6", |
45 | | - "@zenfs/dom": "^1.2.9", |
| 44 | + "almostnode": "^0.2.14", |
46 | 45 | "buffer": "^6.0.3", |
47 | 46 | "codemirror": "^6.0.2", |
| 47 | + "comlink": "^4.4.2", |
| 48 | + "esbuild-wasm": "^0.28.0", |
48 | 49 | "eslint-linter-browserify": "^10.3.0", |
49 | 50 | "file-saver": "^2.0.5", |
50 | | - "fontawesome": "^5.6.3", |
51 | | - "isomorphic-git": "^1.38.1", |
52 | 51 | "jszip": "^3.10.1", |
| 52 | + "marked": "^18.0.10", |
53 | 53 | "prettier": "^3.8.3", |
54 | | - "prettier-plugin-css-order": "^2.2.0", |
55 | 54 | "split.js": "^1.6.5", |
| 55 | + "wasm-git": "^0.0.17", |
56 | 56 | "xterm": "^5.3.0", |
57 | 57 | "xterm-addon-fit": "^0.8.0" |
58 | 58 | }, |
|
64 | 64 | "@types/file-saver": "^2.0.7", |
65 | 65 | "@types/prettier": "^2.7.3", |
66 | 66 | "@types/split.js": "^1.4.0", |
67 | | - "@vite-pwa/assets-generator": "^1.0.1", |
68 | 67 | "cross-env": "^10.1.0", |
69 | | - "eslint": "^10.4.0", |
70 | 68 | "globals": "^17.6.0", |
71 | 69 | "htmlhint": "^1.9.2", |
72 | 70 | "sharp": "^0.34.4", |
73 | 71 | "typescript": "^6.0.3", |
74 | 72 | "typescript-eslint": "^8.59.4", |
75 | 73 | "vite": "^8.0.12", |
76 | | - "vite-plugin-pwa": "^1.0.3", |
77 | 74 | "vite-plugin-singlefile": "^2.3.0" |
78 | 75 | } |
79 | 76 | } |
0 commit comments