{
  "name": "timeline",
  "description": "Timeline demo (React)",
  "version": "5.6.0",
  "author": {
    "name": "Bryntum",
    "url": "https://bryntum.com",
    "email": "info@bryntum.com"
  },
  "license": "commercial",
  "homepage": "./",
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "postinstall": "postinstall"
  },
  "postinstall": {
    "node_modules/@bryntum/demo-resources/images/users/*": "copy public/users/",
    "node_modules/@bryntum/demo-resources/images/favicon.png": "copy public/",
    "node_modules/@bryntum/gantt/*.css*": "copy public/themes/",
    "node_modules/@bryntum/gantt/fonts/*": "copy public/themes/fonts/"
  },
  "dependencies": {
    "@bryntum/demo-resources": "1.2.0",
    "@bryntum/gantt": "5.6.0",
    "@bryntum/gantt-react": "5.6.0",
    "@testing-library/jest-dom": "~5.11.4",
    "@testing-library/react": "~11.1.0",
    "@testing-library/user-event": "~12.1.10",
    "react": "~17.0.1",
    "react-dom": "~17.0.1",
    "react-scripts": "4.0.1",
    "web-vitals": "~0.2.4"
  },
  "devDependencies": {
    "postinstall": "~0.7.4",
    "sass": "~1.32.5"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  }
}
