🐛 Fixed issue with scripts for patterns
This commit is contained in:
parent
9e9036dd94
commit
446db0d3a5
50 changed files with 440 additions and 345 deletions
|
@ -8,9 +8,8 @@ _:
|
|||
pubforce: "npm publish"
|
||||
symlink: "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
_types:
|
||||
patterns:
|
||||
pattern:
|
||||
start: "rollup -c -w"
|
||||
plugins:
|
||||
create-freesewing-pattern:
|
||||
clean: "!"
|
||||
nodebuild: "!"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"module": "dist/index.mjs",
|
||||
"scripts": {
|
||||
"watch": "rollup -c -w",
|
||||
"start": "rollup -c -w",
|
||||
"build": "rollup -c",
|
||||
"publish": "npm run build && npm publish --access public"
|
||||
},
|
||||
|
|
|
@ -30,15 +30,23 @@
|
|||
"test": "echo \"aaron: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/brian": "^2.0.0-beta.7",
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8",
|
||||
"@freesewing/brian": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -48,21 +56,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -72,7 +70,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": "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/*",
|
||||
|
|
|
@ -30,15 +30,23 @@
|
|||
"test": "echo \"bent: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/brian": "^2.0.0-beta.7",
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8",
|
||||
"@freesewing/brian": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -48,21 +56,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -72,7 +70,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": "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/*",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"brian: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"bruce: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -30,18 +30,26 @@
|
|||
"test": "echo \"carlita: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/bent": "^2.0.0-beta.7",
|
||||
"@freesewing/carlton": "^2.0.0-beta.7",
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bust": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-buttons": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8",
|
||||
"@freesewing/bent": "^2.0.0-beta.8",
|
||||
"@freesewing/carlton": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bust": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-buttons": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -51,21 +59,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -75,7 +73,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": "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/*",
|
||||
|
|
|
@ -30,16 +30,24 @@
|
|||
"test": "echo \"carlton: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/bent": "^2.0.0-beta.7",
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-buttons": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8",
|
||||
"@freesewing/bent": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-buttons": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -49,21 +57,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -73,7 +71,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": "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/*",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"cathrin: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -26,23 +26,25 @@
|
|||
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.7",
|
||||
"@freesewing/examples": "^2.0.0-beta.7",
|
||||
"@freesewing/i18n": "^2.0.0-beta.7",
|
||||
"@freesewing/mui-theme": "^2.0.0-beta.7",
|
||||
"@freesewing/pattern-info": "^2.0.0-beta.7",
|
||||
"@freesewing/rendertest": "^2.0.0-beta.7",
|
||||
"@freesewing/utils": "^2.0.0-beta.7",
|
||||
"react": "^16.8",
|
||||
"prop-types": "15.7.2",
|
||||
"@freesewing/pattern-info": "^2.0.0-beta.8",
|
||||
"@freesewing/mui-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/examples": "^2.0.0-beta.8",
|
||||
"@freesewing/rendertest": "^2.0.0-beta.8",
|
||||
"typeface-roboto-condensed": "latest",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"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",
|
||||
|
|
|
@ -36,11 +36,13 @@
|
|||
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov",
|
||||
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.mjs -f es"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"bezier-js": "^2.2.13",
|
||||
"bin-pack": "1.0.2",
|
||||
"hooks": "^0.3.2"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -22,9 +22,8 @@
|
|||
"pubforce": "npm publish",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
"@freesewing/pattern-info": "^2.0.0-beta.8",
|
||||
"chalk": "^2.4.2",
|
||||
"commander": "^2.19.0",
|
||||
"conf": "^2.2.0",
|
||||
|
@ -40,8 +39,11 @@
|
|||
"p-each-series": "^1.0.0",
|
||||
"parse-git-config": "^3.0.0",
|
||||
"validate-npm-package-name": "^3.0.0",
|
||||
"which": "^1.3.1"
|
||||
"which": "^1.3.1",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
"@freesewing/pattern-info": "^2.0.0-beta.8"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"lib",
|
||||
"template",
|
||||
|
|
|
@ -28,9 +28,11 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"open-color": "1.6.3"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -24,16 +24,23 @@
|
|||
"build": "npm run clean && npm run nodebuild && npm run modulebuild",
|
||||
"test": "echo \"examples: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
||||
"pubtest": "npm publish --registry http://localhost:6662",
|
||||
"start": "rollup -c -w",
|
||||
"pubforce": "npm publish",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -43,21 +50,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -67,7 +64,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": "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/*",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"florent: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"huey: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"hugo: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -28,8 +28,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/pattern-info": "^2.0.0-beta.7"
|
||||
"@freesewing/pattern-info": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"jaeger: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
"pubforce": "npm publish",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
"react": "^16.8",
|
||||
"react-dom": "^16.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -32,9 +32,11 @@
|
|||
"prepare": "node src/prebuild.js"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@freesewing/aaron": "^2.0.0-beta.8",
|
||||
|
@ -55,6 +55,7 @@
|
|||
"@freesewing/trayvon": "^2.0.0-beta.8",
|
||||
"@freesewing/wahid": "^2.0.0-beta.8"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -34,18 +34,19 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@freesewing/plugin-cutonfold": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-dimension": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-grainline": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-logo": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-round": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-title": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-scalebox": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-sprinkle": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-title": "^2.0.0-beta.8"
|
||||
"@freesewing/plugin-round": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-sprinkle": "^2.0.0-beta.8"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -33,8 +33,10 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"rendertest: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"shin: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -30,17 +30,25 @@
|
|||
"test": "echo \"simon: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/brian": "^2.0.0-beta.7",
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-buttons": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8",
|
||||
"@freesewing/brian": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -50,21 +58,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -74,7 +72,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": "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/*",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"sven: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"tamiko: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -30,14 +30,22 @@
|
|||
"test": "echo \"trayvon: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -47,21 +55,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -71,7 +69,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": "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/*",
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
"pubforce": "npm publish",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {},
|
||||
"devDependencies": {},
|
||||
"files": [
|
||||
"dist/*",
|
||||
"README.md",
|
||||
|
|
|
@ -30,17 +30,25 @@
|
|||
"test": "echo \"wahid: 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 -"
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/brian": "^2.0.0-beta.7",
|
||||
"@freesewing/core": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-buttons": "^2.0.0-beta.7",
|
||||
"@freesewing/plugin-round": "^2.0.0-beta.7"
|
||||
"@freesewing/core": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-bundle": "^2.0.0-beta.8",
|
||||
"@freesewing/brian": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-round": "^2.0.0-beta.8"
|
||||
},
|
||||
"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.8",
|
||||
"@freesewing/css-theme": "^2.0.0-beta.8",
|
||||
"@freesewing/i18n": "^2.0.0-beta.8",
|
||||
|
@ -50,21 +58,11 @@
|
|||
"@freesewing/plugin-buttons": "^2.0.0-beta.8",
|
||||
"@freesewing/plugin-flip": "^2.0.0-beta.8",
|
||||
"@freesewing/utils": "^2.0.0-beta.8",
|
||||
"@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",
|
||||
|
@ -74,7 +72,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": "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/*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue