frontispiece / apps / frontispiece-editor / package.json
package.json
Raw
{
  "name": "frontispiece-editor",
  "version": "1.0.0",
  "private": true,
  "description": "No-build version of Frontispiece to write stories.",
  "main": "index.js",
  "scripts": {
    "zip": "mkdir out && npm-build-zip --source=dist --destination=out",
    "test": "echo \"Error: no test specified\" && exit 1",
    "visualize": "esbuild-visualizer --metadata ./meta.json"
  },
  "author": "Amorphous (https://amorphic.space)",
  "license": "MPL 2.0",
  "dependencies": {
    "@a-morphous/frontispiece-ink-hookstate": "workspace:^4.0.0",
    "@a-morphous/frontispiece-ink-processor": "workspace:^4.2.0",
    "@a-morphous/frontispiece-line-parser": "workspace:^1.0.0",
    "@hookstate/core": "^4.0.0",
    "@iarna/toml": "^2.2.5",
    "@react-spring/web": "^9.5.5",
    "howler": "^2.2.3",
    "htm": "^3.1.1",
    "inkjs": "^2.2.1",
    "marked": "^5.0.3",
    "normalize.css": "^8.0.1",
    "preact": "^10.11.3"
  },
  "devDependencies": {
    "@types/marked": "^5.0.0",
    "esbuild": "^0.15.15",
    "esbuild-visualizer": "^0.3.1",
    "npm-build-zip": "^1.0.3"
  }
}