{
  "private": true,
  "main": "libs/main.js",
  "scripts": {
    "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/biflora/server.js;",
    "up": "node ./tests/biflora/server.js;",
    "preview": "open http://127.0.0.1:8088/;",
    "test": "mocha --ui tdd ./tests/",
    "testcafe": "./node_modules/.bin/testcafe firefox:headless ./tests/testcafe/mainTest.js --skip-js-errors --app \"php -S 127.0.0.1:8088 -t ./\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/broccoli-html-editor/broccoli-field-table.git"
  },
  "author": "Tomoya Koyanagi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/broccoli-html-editor/broccoli-field-table/issues"
  },
  "homepage": "https://github.com/broccoli-html-editor/broccoli-field-table#readme",
  "dependencies": {
    "desktop-utils": "^0.1.2",
    "iterate79": "~1.1.1",
    "langbank": "github:tomk79/node-langbank.git#develop"
  },
  "devDependencies": {
    "@babel/core": "^7.17.8",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@tomk79/table-tag-editor": "github:tomk79/table-tag-editor#develop",
    "axios": "^0.25",
    "babel-loader": "^8.2.4",
    "biflora": "0.0.1-alpha.1",
    "body-parser": "^1.17.1",
    "bootstrap": "^4.3.1",
    "cheerio": "*",
    "csv-loader": "^3.0.3",
    "dateformat": "^5.0.3",
    "diff2html": "^3.4.13",
    "express": "^4.15.2",
    "express-session": "^1.17.2",
    "fs-extra": "^7.0.1",
    "gitparse79": "github:tomk79/node-git-parser#develop",
    "gitui79": "github:tomk79/gitui79.js#develop",
    "iterate79": "^1.1.1",
    "jquery": "^3.6.0",
    "laravel-mix": "^6.0.6",
    "lodash": "^4.17.21",
    "marked": "^4.0.12",
    "mocha": "^10.1.0",
    "phpjs": "^1.3.2",
    "postcss": "^8.1.14",
    "px2style": "github:pickles2/px2style#develop",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "resolve-url-loader": "^5.0.0",
    "sass": "^1.49.9",
    "sass-loader": "^12.6.0",
    "testcafe": "^1.17.1",
    "twig-loader": "^0.5.5",
    "url-parse": "^1.5.10",
    "utils79": "^0.0.5"
  },
  "baobabConfig": {
    "defaultPort": 8088,
    "frontendDocumentRoot": "./tests/testdata/htdocs/",
    "backendJs": "./tests/baobab/backend/main.js",
    "backendApis": "./tests/baobab/backend/apis/"
  }
}
