1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-05-21 20:29:38 +02:00
parent b069743e9e
commit 025ff0adde
51 changed files with 403 additions and 333 deletions

View file

@ -28,11 +28,18 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
},
"peerDependencies": {
"@freesewing/core": "^2.0.0-beta.4",
"@freesewing/plugin-bundle": "^2.0.0-beta.4"
"@freesewing/core": "^2.0.0-beta.5",
"@freesewing/plugin-bundle": "^2.0.0-beta.5"
},
"dependencies": {},
"devDependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1",
"@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.5",
"@freesewing/css-theme": "^2.0.0-beta.5",
"@freesewing/i18n": "^2.0.0-beta.5",
@ -42,21 +49,11 @@
"@freesewing/plugin-buttons": "^2.0.0-beta.5",
"@freesewing/plugin-flip": "^2.0.0-beta.5",
"@freesewing/utils": "^2.0.0-beta.5",
"@material-ui/core": "3.9.3",
"@material-ui/icons": "3.0.2",
"@material-ui/lab": "3.0.0-alpha.30",
"@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.4.1",
"react-dom": "^16.4.1",
"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",
@ -66,11 +63,14 @@
"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": "3.9.3",
"@material-ui/icons": "3.0.2",
"@material-ui/lab": "3.0.0-alpha.30",
"react-intl": "2.8.0",
"prop-types": "15.7.2"
},
"files": [
"dist/*",
"scr/*",
"README.md",
"package.json"
],

View file

@ -1,7 +1,7 @@
import { box } from "./shared";
export default part => {
let { Point, points, paths, Path, macro } = part.shorthand();
let { Point, points, paths, Path } = part.shorthand();
points.origin = new Point(10, 10);
points.x = new Point(100, 10);