1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-05-11 08:14:49 +02:00
parent bd61373d20
commit 65ee7ccd91
50 changed files with 390 additions and 306 deletions

View file

@ -26,21 +26,23 @@
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
},
"peerDependencies": {
"@freesewing/css-theme": "^2.0.0-alpha.25",
"@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": "^16.8",
"prop-types": "15.7.2",
"@freesewing/pattern-info": "^2.0.0-alpha.26",
"@freesewing/mui-theme": "^2.0.0-alpha.26",
"@freesewing/css-theme": "^2.0.0-alpha.26",
"@freesewing/plugin-react": "^2.0.0-alpha.26",
"typeface-roboto-condensed": "latest",
"@freesewing/i18n": "^2.0.0-alpha.26",
"@freesewing/utils": "^2.0.0-alpha.26",
"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",
"prop-types": "15.7.2",
"react": "^16.8",
"react-intl": "^2.8.0",
"typeface-roboto-condensed": "latest"
"prismjs": "1.16.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"dist/*",
"README.md",

View file

@ -1,8 +1,12 @@
export { default as Draft } from "./Draft";
export { default as DraftConfigurator } from "./DraftConfigurator";
export { default as Emblem } from "./Emblem";
export { default as Footer } from "./Footer";
export { default as Icon } from "./Icon";
export { default as Logo } from "./Logo";
export { default as Navbar } from "./Navbar";
export { default as Ogol } from "./Ogol";
export { default as SampleConfigurator } from "./SampleConfigurator";
export { default as withGist } from "./withGist";
export { default as withLanguage } from "./withLanguage";
export { default as Workbench } from "./Workbench";