{
  "name": "@freesewing/mui-theme",
  "version": "2.22.2",
  "description": "A Material-UI theme for FreeSewing web UIs",
  "author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
  "homepage": "https://freesewing.org/",
  "repository": "github:freesewing/freesewing",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/freesewing/freesewing/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://freesewing.org/patrons/join"
  },
  "keywords": [
    "freesewing",
    "material-ui",
    "react",
    "theme"
  ],
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "scripts": {
    "build": "node build.js",
    "clean": "rimraf dist",
    "mbuild": "NO_MINIFY=1 node build.js",
    "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
    "test": "echo \"mui-theme: No tests configured. Perhaps you'd like to do this?\" && exit 0",
    "vbuild": "VERBOSE=1 node build.js",
    "lab": "cd ../../sites/lab && yarn start",
    "tips": "node ../../scripts/help.mjs",
    "cibuild_step6": "node build.js"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.12.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "dependencies": {},
  "devDependencies": {},
  "files": [
    "dist/*",
    "README.md"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "engines": {
    "node": ">=14.0.0",
    "npm": ">=6"
  }
}
