{
  "name": "silverstripe-versioned",
  "version": "0.0.0",
  "description": "Versioned functionality for the SilverStripe CMS",
  "main": "./client/src/bundles/bundle.js",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silverstripe/silverstripe-versioned.git"
  },
  "homepage": "https://github.com/silverstripe/silverstripe-versioned",
  "bugs": {
    "url": "https://github.com/silverstripe/silverstripe-versioned/issues"
  },
  "author": "SilverStripe Ltd",
  "engines": {
    "node": ">=6.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": "^0.12.0",
    "babel-jest": "^19.0.0",
    "expose-loader": "^0.7.4",
    "jest-cli": "^19.0.2",
    "sass-loader": "^6.0.7"
  },
  "dependencies": {
    "babel-polyfill": "6.7.4",
    "bootstrap": "4.3.1",
    "classnames": "^2.2.5",
    "jquery": "^3.5.0"
  },
  "babel": {
    "presets": [
      "env"
    ]
  }
}
