{
  "name": "silverstripe-asset-admin",
  "version": "0.0.0",
  "description": "Asset management for the SilverStripe CMS",
  "main": "./client/src/boot/index.js",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silverstripe/silverstripe-asset-admin.git"
  },
  "homepage": "https://github.com/silverstripe/silverstripe-asset-admin",
  "bugs": {
    "url": "https://github.com/silverstripe/silverstripe-asset-admin/issues"
  },
  "author": "SilverStripe Ltd",
  "engines": {
    "node": "^10.x"
  },
  "scripts": {
    "build": "yarn && yarn lint && yarn test && NODE_ENV=production webpack -p --bail --progress",
    "dev": "NODE_ENV=development webpack --progress",
    "watch": "NODE_ENV=development webpack --watch --progress",
    "css": "WEBPACK_CHILD=css npm run build",
    "test": "jest",
    "coverage": "jest --coverage",
    "lock": "npm-shrinkwrap --dev",
    "lint": "eslint client/src && sass-lint client/src",
    "lint-js": "eslint client/src",
    "lint-js-fix": "eslint client/src --fix",
    "lint-sass": "sass-lint client/src"
  },
  "jest": {
    "roots": [
      "client/src"
    ],
    "modulePaths": [
      "client/src",
      "../admin/client/src",
      "../admin/node_modules",
      "vendor/silverstripe/admin/client/src",
      "vendor/silverstripe/admin/node_modules"
    ],
    "testMatch": [
      "**/tests/**/*-test.js?(x)"
    ],
    "transform": {
      ".*": "babel-jest"
    }
  },
  "devDependencies": {
    "@silverstripe/eslint-config": "0.0.5",
    "@silverstripe/webpack-config": "^1.7.0",
    "@storybook/addon-actions": "^3.4.11",
    "@storybook/addons": "^3.4.11",
    "@storybook/react": "^3.4.11",
    "babel-jest": "^23.6.0",
    "copy-webpack-plugin": "^4",
    "jest-cli": "^23.6.0",
    "webpack": "^2.6.1"
  },
  "dependencies": {
    "apollo-client": "^2.4.2",
    "apollo-link-batch-http": "^1.2.1",
    "babel-core": "^6.26.3",
    "babel-polyfill": "6.7.4",
    "babel-runtime": "6.26.0",
    "bootstrap": "^4.3.1",
    "classnames": "^2.2.5",
    "deep-freeze-strict": "^1.1.1",
    "dropzone": "^5.5.1",
    "graphql": "^0.13.2",
    "graphql-fragments": "^0.1.0",
    "graphql-tag": "^2.8.0",
    "griddle-react": "^0.8.2",
    "jquery": "^3.5.0",
    "merge": "^1.2.1",
    "modernizr": "^3.5.0",
    "popper.js": "^1.14.4",
    "prop-types": "^15.6.2",
    "qs": "^6.2.1",
    "url": "^0.11.0",
    "react": "^16.6.1",
    "react-apollo": "^2.1.0",
    "react-dnd": "^5.0.0",
    "react-dnd-html5-backend": "^5.0.1",
    "react-dom": "^16.6.1",
    "react-redux": "^5.0.7",
    "react-router-dom": "^4.4.0-beta.6",
    "react-selectable": "^2.1.1",
    "reactstrap": "^6.4.0",
    "redux": "^4.0.0",
    "redux-form": "^7.4.2",
    "redux-logger": "^2.4.0",
    "redux-thunk": "^1.0.3",
    "url": "^0.11.0",
    "webpack-sources": "^1.1.0"
  },
  "babel": {
    "presets": [
      "env",
      "react"
    ],
    "plugins": [
      "transform-object-rest-spread"
    ]
  }
}
