{
  "name": "@agreed/ui",
  "version": "6.0.0",
  "license": "MIT",
  "proxy": "http://localhost:3001/",
  "scripts": {
    "start": "node server/index.js",
    "start:dev": "npm run start:dev:server & npm run start -- --port 3001",
    "start:dev:server": "react-scripts start",
    "build": "node scripts/build.js",
    "build:dev": "PUBLIC_URL=./ react-scripts build",
    "lint": "eslint -c .eslintrc.json 'src/**/*.js' --fix",
    "lintfix": "eslint -c .eslintrc.json 'src/**/*.js' --fix"
  },
  "bin": {
    "agreed-ui": "bin/agreed-ui.js"
  },
  "homepage": "https://github.com/recruit-tech/agreed-ui",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/recruit-tech/agreed.git"
  },
  "dependencies": {
    "@agreed/core": "^6.0.0",
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "colo": "1.0.0",
    "express": "4.18.2",
    "fs-extra": "11.1.0",
    "json-schema-to-flow-type": "1.0.0",
    "lodash.template": "4.5.0",
    "minimist": "1.2.8",
    "serialize-javascript": "6.0.1"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.23.10",
    "@babel/preset-react": "^7.23.3",
    "axios": "0.27.2",
    "classnames": "2.3.1",
    "eslint": "7.32.0",
    "eslint-config-prettier": "8.7.0",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react": "7.30.0",
    "prettier": "2.8.4",
    "prop-types": "15.8.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-json-tree": "0.18.0",
    "react-scripts": "5.0.1"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "publishConfig": {
    "access": "public"
  },
  "description": "UI for [Agreed](https://www.npmjs.com/package/agreed-core)",
  "bugs": {
    "url": "https://github.com/recruit-tech/agreed/issues"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "keywords": [
    "agreed",
    "ui"
  ],
  "author": "yosuke-furukawa"
}
