{ "name": "@freesewing/components", "version": "2.0.3", "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" }, "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": "npm run clean && 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", "watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs" }, "peerDependencies": { "react": "^16.8", "prop-types": "15.7.2", "@freesewing/pattern-info": "^2.0.3", "@freesewing/mui-theme": "^2.0.3", "@freesewing/css-theme": "^2.0.3", "@freesewing/plugin-theme": "^2.0.3", "@freesewing/core": "^2.0.3", "@freesewing/models": "^2.0.3", "@freesewing/examples": "^2.0.3", "@freesewing/rendertest": "^2.0.3", "@freesewing/tutorial": "^2.0.3", "typeface-roboto-condensed": "latest", "@freesewing/i18n": "^2.0.3", "@freesewing/utils": "^2.0.3", "react-intl": "^2.8.0", "@material-ui/core": "^4.0.1", "@material-ui/icons": "^4.0.1", "@material-ui/lab": "^v4.0.0-alpha.14", "prismjs": "1.16.0", "file-saver": "^2.0.2" }, "dependencies": {}, "devDependencies": {}, "files": [ "Blockquote/*", "Draft/*", "DraftConfigurator/*", "Emblem/*", "Example/*", "Footer/*", "Icon/*", "LineDrawing/*", "Logo/*", "Navbar/*", "Ogol/*", "Robot/*", "SampleConfigurator/*", "Spinner/*", "withGist/*", "withLanguage/*", "withStorage/*", "Workbench/*" ], "publishConfig": { "access": "public", "tag": "latest" }, "engines": { "node": ">=8.0.0", "npm": ">=5" } }