swissChili | ab615d8 | 2024-03-08 17:15:13 -0500 | [diff] [blame^] | 1 | { |
| 2 | "name": "units-wasm", |
| 3 | "version": "1.0.0", |
| 4 | "main": "index.js", |
| 5 | "repository": "git@github.com:swissChili/units-wasm.git", |
| 6 | "author": "swissChili <swisschili@fastmail.com>", |
| 7 | "license": "GPL-3.0", |
| 8 | "private": true, |
| 9 | "dependencies": { |
| 10 | "preact": "^10.19.6", |
| 11 | "preact-dom": "^1.0.1", |
| 12 | "react": "^18.2.0", |
| 13 | "react-dom": "^18.2.0" |
| 14 | }, |
| 15 | "devDependencies": { |
| 16 | "buffer": "^5.5.0||^6.0.0", |
| 17 | "crypto-browserify": "^3.12.0", |
| 18 | "esbuild": "^0.20.1", |
| 19 | "events": "^3.1.0", |
| 20 | "path-browserify": "^1.0.0", |
| 21 | "process": "^0.11.10", |
| 22 | "stream-browserify": "^3.0.0", |
| 23 | "string_decoder": "^1.3.0", |
| 24 | "vm-browserify": "^1.1.2" |
| 25 | } |
| 26 | } |