1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-05-31 16:33:01 +02:00
parent 2c04ee2c93
commit bb2bce9bcf
53 changed files with 565 additions and 531 deletions

View file

@ -21,27 +21,30 @@
"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": {
"@freesewing/core": "^2.0.0-beta.12",
"@freesewing/css-theme": "^2.0.0-beta.12",
"@freesewing/examples": "^2.0.0-beta.12",
"@freesewing/i18n": "^2.0.0-beta.12",
"@freesewing/mui-theme": "^2.0.0-beta.12",
"@freesewing/pattern-info": "^2.0.0-beta.12",
"@freesewing/rendertest": "^2.0.0-beta.12",
"@freesewing/utils": "^2.0.0-beta.12",
"react": "^16.8",
"prop-types": "15.7.2",
"@freesewing/pattern-info": "^2.0.0-beta.13",
"@freesewing/mui-theme": "^2.0.0-beta.13",
"@freesewing/css-theme": "^2.0.0-beta.13",
"@freesewing/core": "^2.0.0-beta.13",
"@freesewing/examples": "^2.0.0-beta.13",
"@freesewing/rendertest": "^2.0.0-beta.13",
"typeface-roboto-condensed": "latest",
"@freesewing/i18n": "^2.0.0-beta.13",
"@freesewing/utils": "^2.0.0-beta.13",
"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",
"prop-types": "15.7.2",
"react": "^16.8",
"react-intl": "^2.8.0",
"typeface-roboto-condensed": "latest"
"prismjs": "1.16.0"
},
"dependencies": {},
"devDependencies": {},
"files": [
"Blockquote/*",
"Draft/*",