{
  "name": "@tomk79/common-file-editor",
  "version": "0.2.0",
  "private": false,
  "description": "汎用的なファイル編集インターフェイスを提供するJavaScriptライブラリ",
  "main": "src/common-file-editor.js",
  "scripts": {
    "patch:jspdf": "node scripts/patch-jspdf.js",
    "preproduction": "npm run patch:jspdf",
    "predevelopment": "npm run patch:jspdf",
    "dev": "npm run development",
    "development": "mix",
    "watch": "mix watch",
    "watch-poll": "mix watch -- --watch-options-poll=1000",
    "hot": "mix watch --hot",
    "prod": "npm run production",
    "production": "mix --production",
    "start": "node ./tests/app/server/server.js;",
    "up": "node ./tests/app/server/server.js;",
    "preview": "open http://127.0.0.1:8080/;",
    "test": "mocha --ui tdd ./tests/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomk79/common-file-editor.git"
  },
  "author": "Tomoya Koyanagi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tomk79/common-file-editor/issues"
  },
  "homepage": "https://github.com/tomk79/common-file-editor#readme",
  "dependencies": {
    "@tomk79/htmm": "^0.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.17.8",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "axios": "^0.25",
    "babel-loader": "^8.2.4",
    "body-parser": "^1.17.1",
    "bootstrap": "^4.3.1",
    "cheerio": "*",
    "csv-loader": "^3.0.5",
    "dateformat": "^5.0.3",
    "diff2html": "^3.4.13",
    "express": "^4.15.2",
    "express-session": "^1.17.2",
    "fs-extra": "^7.0.1",
    "iterate79": "^1.1.1",
    "jquery": "^3.6.0",
    "langbank": "^0.3.1",
    "laravel-mix": "^6.0.6",
    "lodash": "^4.17.21",
    "marked": "^4.0.12",
    "mocha": "^3.2.0",
    "postcss": "^8.1.14",
    "px2style": "github:pickles2/px2style#develop",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "resolve-url-loader": "^5.0.0",
    "sass": "^1.49.9",
    "sass-loader": "^12.6.0",
    "text-loader": "^0.0.1",
    "ts-loader": "^9.5.4",
    "twig": "^1.16.0",
    "twig-loader": "^0.5.5",
    "typescript": "^5.9.3",
    "url-parse": "^1.5.10",
    "utils79": "^0.0.5"
  }
}
