{
  "name": "@preamp/mixer",
  "version": "1.43.0",
  "description": "VideoAmp's CSS framework",
  "files": [
    "dist/"
  ],
  "main": "dist/mixer.css",
  "scripts": {
    "start": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --config=webpack.config.js",
    "build": "yarn clean && NODE_ENV=production node_modules/webpack/bin/webpack.js --config=webpack.config.js",
    "prepublishOnly": "yarn build",
    "clean": "rm -rf dist",
    "nuke": "rm -rf node_modules",
    "clean:all": "yarn clean & yarn nuke"
  },
  "devDependencies": {
    "autoprefixer": "^10.2.6",
    "css-loader": "^6.0.0",
    "cssnano": "^4.1.7",
    "eslint": "^4.18.2",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-prettier": "^2.6.2",
    "mini-css-extract-plugin": "^2.0.0",
    "node-sass": "^6.0.0",
    "postcss": "^8.3.2",
    "postcss-loader": "^6.1.0",
    "remove-files-webpack-plugin": "^1.4.5",
    "sass-loader": "^12.0.0",
    "style-loader": "^3.0.0",
    "tailwindcss": "^1.1.2",
    "webpack": "^5.38.1",
    "webpack-cli": "^4.7.2",
    "webpack-command": "^0.5.1",
    "webpack-remove-empty-scripts": "^0.7.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VideoAmp/preamp.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VideoAmp/preamp/issues"
  },
  "homepage": "https://github.com/VideoAmp/preamp#readme",
  "resolutions": {
    "json-schema": "^0.4.0",
    "loader-utils": "^2.0.4",
    "minimist": "^1.2.6"
  },
  "engines": {
    "node": ">=14.16.0",
    "yarn": ">=1.9.4"
  },
  "gitHead": "a8f6cd891dcae5d4164a6e858286ae1b312caca6"
}
