{
  "name": "@splunk/dashboard-themes",
  "description": "Dashboard Shared Utilities",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "Splunk",
  "version": "21.1.2",
  "scripts": {
    "build": "webpack --config ./webpack.config.js --bail",
    "clean": "git ls-files --others -i --exclude-standard *.js *.map | xargs rm",
    "dev": "NODE_ENV=development webpack --config ./webpack.config.js --watch",
    "test": "yarn run test:unit",
    "test:ci": "yarn run test:unit:ci",
    "test:unit": "jest src/.*",
    "test:unit:ci": "yarn run test:unit --ci"
  },
  "dependencies": {
    "@babel/runtime-corejs2": "^7.12.5",
    "lodash": "^4.17.4"
  },
  "peerDependencies": {
    "@splunk/react-ui": "^2.17.0",
    "@splunk/themes": "^0.5.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@splunk/dashboard-build-tools": "21.1.2",
    "@splunk/themes": "^0.5.0",
    "jest": "^26.0.0",
    "ts-jest": "^26.0.0",
    "ts-loader": "^8.0.1",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3",
    "webpack-merge": "^4.2.1"
  }
}
