{
  "name": "rollups",
  "description": "Rollups 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/favicon.png": "copy public/favicon.png",
    "node_modules/@bryntum/demo-resources/images/users/*": "copy public/users/",
    "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": "~4.2.4",
    "@testing-library/react": "~9.3.2",
    "@testing-library/user-event": "~7.1.2",
    "react": "~16.14.0",
    "react-dom": "~16.14.0",
    "react-scripts": "~3.4.4"
  },
  "devDependencies": {
    "babel-preset-react-app": "npm:@bryntum/babel-preset-react-app@10.0.0",
    "postinstall": "~0.7.4",
    "sass": "~1.42.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "browserslist": {
    "production": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "eslintConfig": {
    "extends": "react-app"
  }
}
