wtetsu/mouse-dictionary

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mouse-dictionary",
  "version": "1.6.8",
  "repository": "https://github.com/wtetsu/mouse-dictionary.git",
  "author": "wtetsu",
  "license": "MIT",
  "scripts": {
    "res": "node tools/bundle_json.js && node tools/make_dict.js",
    "build": "npm run build-chrome",
    "watch": "npm run watch-chrome",
    "release": "npm run release-chrome",
    "package": "npm run package-chrome",
    "lint": "biome check ./src",
    "format": "biome format --write ./src",
    "test": "vitest run",
    "test-watch": "vitest watch",
    "test-cov": "vitest run --coverage",
    "test-cov-watch": "vitest watch --coverage",
    "build-chrome": "node tools/make_manifest.js chrome development && node tools/build.js chrome development",
    "watch-chrome": "node tools/make_manifest.js chrome development && node tools/build.js chrome development watch",
    "release-chrome": "node tools/make_manifest.js chrome production && npm run res && node tools/build.js chrome production",
    "package-chrome": "npm run release-chrome && node tools/archive.js chrome",
    "build-vivaldi": "node tools/make_manifest.js chrome development activate_extension && node tools/build.js chrome development",
    "watch-vivaldi": "node tools/make_manifest.js chrome development activate_extension && node tools/build.js chrome development watch",
    "release-vivaldi": "node tools/make_manifest.js chrome production activate_extension && npm run res && node tools/build.js chrome production",
    "package-vivaldi": "npm run release-vivaldi && node tools/archive.js chrome",
    "build-firefox": "node tools/make_manifest.js firefox development && node tools/build.js firefox development",
    "watch-firefox": "node tools/make_manifest.js firefox development && node tools/build.js firefox development watch",
    "release-firefox": "node tools/make_manifest.js firefox production && npm run res && node tools/build.js firefox production",
    "package-firefox": "npm run release-firefox && node tools/archive.js firefox",
    "build-safari": "node tools/make_manifest.js safari development && node tools/build.js safari development",
    "watch-safari": "node tools/make_manifest.js safari development && node tools/build.js safari development watch",
    "release-safari": "node tools/make_manifest.js safari production && npm run res && node tools/build.js safari production && yes | xcrun safari-web-extension-converter --force --no-open dist-safari --project-location dist-safari",
    "package-safari": "npm run release-safari && node tools/archive.js safari"
  },
  "dependencies": {
    "deinja": "0.0.3",
    "immer": "^10.1.1",
    "mustache": "^4.2.0",
    "react": "^18.3.1",
    "react-ace": "^13.0.0",
    "react-dom": "^18.3.1",
    "sweetalert": "^2.1.2",
    "uniqlist": "^1.0.4"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/chrome": "^0.0.283",
    "@types/mustache": "^4.2.5",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "@vitest/coverage-v8": "^2.1.5",
    "adm-zip": "^0.5.16",
    "esbuild": "^0.24.0",
    "fast-glob": "^3.3.2",
    "fs-extra": "^11.2.0",
    "json5": "^2.2.3",
    "milligram": "^1.4.1",
    "typescript": "^5.6.3",
    "vitest": "^2.1.5"
  }
}