1
0
Fork 0

🔖 Publish v2.0.0-alpha.26

This commit is contained in:
Joost De Cock 2019-05-11 08:05:11 +02:00
parent 8ced046b0e
commit bd61373d20
49 changed files with 499 additions and 579 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/components",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"description": "A collection of React components for FreeSewing web UIs",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -26,23 +26,21 @@
"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.0-alpha.25",
"@freesewing/mui-theme": "^2.0.0-alpha.25",
"@freesewing/css-theme": "^2.0.0-alpha.25",
"@freesewing/plugin-react": "^2.0.0-alpha.25",
"typeface-roboto-condensed": "latest",
"@freesewing/i18n": "^2.0.0-alpha.25",
"@freesewing/mui-theme": "^2.0.0-alpha.25",
"@freesewing/pattern-info": "^2.0.0-alpha.25",
"@freesewing/plugin-react": "^2.0.0-alpha.25",
"@freesewing/utils": "^2.0.0-alpha.25",
"react-intl": "^2.8.0",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"prismjs": "1.16.0"
"prismjs": "1.16.0",
"prop-types": "15.7.2",
"react": "^16.8",
"react-intl": "^2.8.0",
"typeface-roboto-condensed": "latest"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",