{ "name": "@freesewing/mui-theme", "version": "0.33.0", "description": "A Material-UI theme for FreeSewing web UIs", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", "repository": "github:freesewing/freesewing", "license": "MIT", "bugs": { "url": "https://github.com/freesewing/freesewing/issues" }, "keywords": [ "freesewing", "material-ui", "react", "theme" ], "main": "dist/index.js", "module": "dist/index.mjs", "scripts": { "clean": "rimraf ../../dist/mui-theme", "nodebuild": "BABEL_ENV=production rollup -c -o ../../dist/mui-theme/index.js -f cjs", "modulebuild": "BABEL_ENV=production rollup -c -o ../../dist/mui-theme/index.mjs -f es", "build": "npm run clean && npm run nodebuild && npm run modulebuild", "test": "echo \"mui-theme: No tests configured. Perhaps you'd like to do this?\" && exit 0", "pubtest": "npm publish --registry http://localhost:6662" }, "peerDependencies": { "@material-ui/core": "^3.9.3", "react": "^16.3.0", "react-dom": "^16.3.0" }, "files": [ "../../dist/packages/mui-theme/*", "README.md", "package.json" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=8.0.0", "npm": ">=5" } }