{
  "name": "@astrouxds/ag-grid-theme",
  "version": "8.1.0",
  "description": "AG Grid theme using Astro UXDS styling",
  "main": "index.js",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build.sass": "sass src/styles/scss/index.scss src/styles/astro-ag-theme.css",
    "build": "npm run build.sass && webpack --config webpack.config.js",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RocketCommunicationsInc/ag-grid-theme.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/RocketCommunicationsInc/ag-grid-theme/issues"
  },
  "homepage": "https://github.com/RocketCommunicationsInc/ag-grid-theme#readme",
  "devDependencies": {
    "@astrouxds/tokens": "^1.12.0",
    "copy-webpack-plugin": "^12.0.2",
    "css-loader": "^7.1.2",
    "mini-css-extract-plugin": "^2.2.2",
    "sass": "^1.45.2",
    "sass-loader": "^16.0.1",
    "style-loader": "^4.0.0",
    "webpack": "^5.73.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "ag-grid-community": "^32.1.0"
  }
}
