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

@ -24,21 +24,27 @@
"module": "dist/index.mjs",
"scripts": {
"clean": "rimraf dist",
"nodebuild": "BABEL_ENV=production rollup -c -o dist/index.js -f cjs",
"modulebuild": "BABEL_ENV=production rollup -c -o dist/index.mjs -f es",
"build": "npm run clean && npm run nodebuild && npm run modulebuild",
"build": "npm run clean && rollup -c",
"test": "echo \"tutorial: 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"
"start": "rollup -c -w",
"netlify": "echo \"Not configured yet\""
},
"peerDependencies": {
"@freesewing/core": "^2.0.0-beta.12",
"@freesewing/plugin-bundle": "^2.0.0-beta.12"
"@freesewing/core": "^2.0.0-beta.13",
"@freesewing/plugin-bundle": "^2.0.0-beta.13"
},
"dependencies": {},
"devDependencies": {
"react": "^16.8",
"react-dom": "^16.8",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-eslint": "10.0.1",
"eslint": "^5.16.0",
"babel-jest": "24.7.1",
"jest": "24.7.1",
"@freesewing/components": "^2.0.0-beta.13",
"@freesewing/css-theme": "^2.0.0-beta.13",
"@freesewing/i18n": "^2.0.0-beta.13",
@ -48,21 +54,11 @@
"@freesewing/plugin-buttons": "^2.0.0-beta.13",
"@freesewing/plugin-flip": "^2.0.0-beta.13",
"@freesewing/utils": "^2.0.0-beta.13",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"webpack": "4.29.6",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
@ -72,7 +68,11 @@
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",