{ "name": "@freesewing/components", "version": "2.20.6", "description": "A collection of React components 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" }, "funding": { "type": "individual", "url": "https://freesewing.org/patrons/join" }, "keywords": [ "freesewing", "react" ], "main": "dist/index.js", "scripts": { "clean": "rimraf Blockquote && rimraf Draft && rimraf DraftConfigurator && rimraf Emblem && rimraf Example && rimraf Footer && rimraf Icon && rimraf Logo && rimraf Navbar && rimraf Ogol && rimraf Robot && rimraf SampleConfigurator && rimraf withGist && rimraf withLanguage && rimraf Workbench", "build": "rollup -c", "cibuild_step1": "rollup -c", "test": "echo \"components: No tests configured. Perhaps you'd like to do this?\" && exit 0", "pubtest": "npm publish --registry http://localhost:6662", "pubforce": "npm publish", "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", "start": "rollup -c -w", "storybook": "start-storybook -p 6663", "cibuild_step2": "rollup -c", "watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs" }, "peerDependencies": { "axios": "^0.25.0", "react": "^17.0.2", "@freesewing/pattern-info": "^2.20.6", "@freesewing/mui-theme": "^2.20.6", "@freesewing/css-theme": "^2.20.6", "@freesewing/plugin-theme": "^2.20.6", "@freesewing/core": "^2.20.6", "@freesewing/models": "^2.20.6", "@freesewing/examples": "^2.20.6", "@freesewing/rendertest": "^2.20.6", "@freesewing/tutorial": "^2.20.6", "@fontsource/permanent-marker": "latest", "@fontsource/roboto-mono": "latest", "@fontsource/ubuntu": "latest", "@freesewing/i18n": "^2.20.6", "@freesewing/utils": "^2.20.6", "react-intl": "^5.24.4", "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^v4.0.0-alpha.60", "prismjs": "^1.23.0", "react-markdown": "^6.0.2", "file-saver": "^2.0.5", "yaml": "^1.10.2" }, "dependencies": {}, "devDependencies": {}, "files": [ "Blockquote/*", "Draft/*", "DraftConfigurator/*", "Emblem/*", "Example/*", "Footer/*", "Icon/*", "Legend/*", "LineDrawing/*", "Logo/*", "Navbar/*", "Ogol/*", "Robot/*", "SampleConfigurator/*", "Spinner/*", "withGist/*", "withLanguage/*", "withStorage/*", "Workbench/*" ], "publishConfig": { "access": "public", "tag": "latest" }, "engines": { "node": ">=12.0.0", "npm": ">=6" }, "rollup": { "exports": "default" } }