71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "ic10emu",
|
|
"version": "0.2.0",
|
|
"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.6.4",
|
|
"@rsbuild/plugin-image-compress": "^0.6.4",
|
|
"@rsbuild/plugin-type-check": "^0.6.4",
|
|
"@rspack/cli": "^0.6.2",
|
|
"@rspack/core": "^0.6.2",
|
|
"@swc/helpers": "^0.5.10",
|
|
"@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.75.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"ts-lit-plugin": "^2.0.2",
|
|
"ts-loader": "^9.5.1",
|
|
"typescript": "^5.4.5",
|
|
"typescript-lit-html-plugin": "^0.9.0"
|
|
},
|
|
"dependencies": {
|
|
"@leeoniya/ufuzzy": "^1.0.14",
|
|
"@lit/context": "^1.1.1",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@shoelace-style/shoelace": "^2.15.0",
|
|
"ace-builds": "^1.33.0",
|
|
"ace-linters": "^1.2.0",
|
|
"bootstrap": "^5.3.3",
|
|
"bson": "^6.6.0",
|
|
"buffer": "^6.0.3",
|
|
"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.1.3",
|
|
"lzma-web": "^3.0.1",
|
|
"marked": "^12.0.2",
|
|
"stream-browserify": "^3.0.0",
|
|
"uuid": "^9.0.1",
|
|
"vm-browserify": "^1.1.2"
|
|
}
|
|
}
|