Files
ic10emu/www/package.json
Rachel Powers 70833e0b00 refactor(ui): start using signals
smaller DOM updates  & easier data update paths.
fix sl-select problems with force update on signal sub

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
2024-08-16 23:40:17 -07:00

73 lines
2.0 KiB
JSON

{
"name": "ic10emu",
"version": "0.2.3",
"description": "an IC10 emulator for IC10 mips from Stationeers",
"main": "index.js",
"scripts": {
"build": "rsbuild build",
"start": "rsbuild dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryex/ic10emu.git"
},
"keywords": [
"webassembly",
"wasm",
"rust",
"webpack"
],
"author": "Rachel Powers <powers.e.rachel@gmail.com>",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/ryex/ic10emu/issues"
},
"homepage": "https://github.com/ryex/ic10emu#readme",
"devDependencies": {
"@oneidentity/zstd-js": "^1.0.3",
"@rsbuild/core": "^0.7.10",
"@rsbuild/plugin-image-compress": "^0.7.10",
"@rsbuild/plugin-type-check": "^0.7.10",
"@rspack/cli": "^0.7.5",
"@rspack/core": "^0.7.5",
"@swc/helpers": "^0.5.12",
"@types/ace": "^0.0.52",
"@types/bootstrap": "^5.2.10",
"@types/wicg-file-system-access": "^2023.10.5",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"lit-scss-loader": "^2.0.1",
"mini-css-extract-plugin": "^2.9.0",
"postcss-loader": "^8.1.1",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"ts-lit-plugin": "^2.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"typescript-lit-html-plugin": "^0.9.0"
},
"dependencies": {
"@leeoniya/ufuzzy": "^1.0.14",
"@lit-labs/preact-signals": "^1.0.2",
"@lit/context": "^1.1.2",
"@popperjs/core": "^2.11.8",
"@shoelace-style/shoelace": "^2.16.0",
"ace-builds": "^1.35.4",
"ace-linters": "^1.2.3",
"bootstrap": "^5.3.3",
"bson": "^6.8.0",
"buffer": "^6.0.3",
"comlink": "^4.4.1",
"crypto-browserify": "^3.12.0",
"ic10emu_wasm": "file:..\\ic10emu_wasm\\pkg",
"ic10lsp_wasm": "file:..\\ic10lsp_wasm\\pkg",
"idb": "^8.0.0",
"jquery": "^3.7.1",
"lit": "^3.2.0",
"lzma-web": "^3.0.1",
"marked": "^14.0.0",
"stream-browserify": "^3.0.0",
"uuid": "^10.0.0",
"vm-browserify": "^1.1.2"
}
}