{
  "name": "tractorcow-fluent",
  "description": "Fluent localisation module for SilverStrip CMS",
  "engines": {
    "node": "^18.x"
  },
  "scripts": {
    "build": "yarn && yarn lint && rm -rf client/dist/* && NODE_ENV=production webpack --mode production --bail --progress",
    "dev": "NODE_ENV=development webpack --progress",
    "watch": "NODE_ENV=development webpack --watch --progress",
    "css": "WEBPACK_CHILD=css npm run build",
    "lint": "eslint client/src && stylelint client/src"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tractorcow-farm/silverstripe-fluent.git"
  },
  "keywords": [
    "fluent",
    "silverstripe",
    "cms"
  ],
  "author": "Damian Mooyman",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/tractorcow-farm/silverstripe-fluent/issues"
  },
  "homepage": "https://github.com/tractorcow-farm/silverstripe-fluent",
  "devDependencies": {
    "@silverstripe/eslint-config": "^1.3.0",
    "@silverstripe/webpack-config": "^2.0.0",
    "webpack": "^5.74.0",
    "webpack-cli": "^5.0.0"
  },
  "dependencies": {
    "query-string": "^8.1.0",
    "url": "^0.11.0"
  },
  "resolutions": {
    "colors": "1.4.0"
  },
  "browserslist": [
    "defaults"
  ]
}
