🔧 Reconfigure packages
This commit is contained in:
parent
d02bd4e401
commit
7ebc512142
106 changed files with 683 additions and 600 deletions
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,12 +33,19 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/brian": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/brian": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -47,21 +54,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -71,7 +68,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,12 +33,19 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/brian": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/brian": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -47,21 +54,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -71,7 +68,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,15 +33,22 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/bent": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/carlton": "^2.0.0-beta.38",
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39",
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/bent": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38",
|
"@freesewing/carlton": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bust": "^2.0.0-beta.38",
|
"@freesewing/plugin-bust": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.38"
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -50,21 +57,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -74,7 +71,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,13 +33,20 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/bent": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38",
|
"@freesewing/bent": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.38"
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -48,21 +55,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -72,7 +69,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -26,27 +26,29 @@
|
||||||
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
|
"watch": "BABEL_ENV=production rollup -c -w -o dist/index.js -f cjs"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"react": "^16.8",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.38",
|
"prop-types": "15.7.2",
|
||||||
"@freesewing/examples": "^2.0.0-beta.38",
|
"@freesewing/pattern-info": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.38",
|
"@freesewing/mui-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/models": "^2.0.0-beta.38",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/mui-theme": "^2.0.0-beta.38",
|
"@freesewing/plugin-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/pattern-info": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-theme": "^2.0.0-beta.38",
|
"@freesewing/models": "^2.0.0-beta.39",
|
||||||
"@freesewing/rendertest": "^2.0.0-beta.38",
|
"@freesewing/examples": "^2.0.0-beta.39",
|
||||||
"@freesewing/tutorial": "^2.0.0-beta.38",
|
"@freesewing/rendertest": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.38",
|
"@freesewing/tutorial": "^2.0.0-beta.39",
|
||||||
|
"typeface-roboto-condensed": "latest",
|
||||||
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
|
"react-intl": "^2.8.0",
|
||||||
"@material-ui/core": "^4.0.1",
|
"@material-ui/core": "^4.0.1",
|
||||||
"@material-ui/icons": "^4.0.1",
|
"@material-ui/icons": "^4.0.1",
|
||||||
"@material-ui/lab": "^v4.0.0-alpha.14",
|
"@material-ui/lab": "^v4.0.0-alpha.14",
|
||||||
"file-saver": "^2.0.2",
|
|
||||||
"prismjs": "1.16.0",
|
"prismjs": "1.16.0",
|
||||||
"prop-types": "15.7.2",
|
"file-saver": "^2.0.2"
|
||||||
"react": "^16.8",
|
|
||||||
"react-intl": "^2.8.0",
|
|
||||||
"typeface-roboto-condensed": "latest"
|
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"Blockquote/*",
|
"Blockquote/*",
|
||||||
"Draft/*",
|
"Draft/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -35,11 +35,13 @@
|
||||||
"report": "BABEL_ENV=production nyc report --reporter=html",
|
"report": "BABEL_ENV=production nyc report --reporter=html",
|
||||||
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
|
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
|
||||||
},
|
},
|
||||||
|
"peerDependencies": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bezier-js": "^2.2.13",
|
"bezier-js": "^2.2.13",
|
||||||
"bin-pack": "1.0.2",
|
"bin-pack": "1.0.2",
|
||||||
"hooks": "^0.3.2"
|
"hooks": "^0.3.2"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -23,9 +23,8 @@
|
||||||
"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"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
|
"peerDependencies": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
|
||||||
"@freesewing/pattern-info": "^2.0.0-beta.39",
|
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"commander": "^2.19.0",
|
"commander": "^2.19.0",
|
||||||
"conf": "^2.2.0",
|
"conf": "^2.2.0",
|
||||||
|
@ -41,8 +40,11 @@
|
||||||
"p-each-series": "^1.0.0",
|
"p-each-series": "^1.0.0",
|
||||||
"parse-git-config": "^3.0.0",
|
"parse-git-config": "^3.0.0",
|
||||||
"validate-npm-package-name": "^3.0.0",
|
"validate-npm-package-name": "^3.0.0",
|
||||||
"which": "^1.3.1"
|
"which": "^1.3.1",
|
||||||
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
"@freesewing/pattern-info": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
"template",
|
"template",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -27,9 +27,11 @@
|
||||||
"start": "rollup -c -w",
|
"start": "rollup -c -w",
|
||||||
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
|
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
|
||||||
},
|
},
|
||||||
|
"peerDependencies": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"open-color": "1.6.3"
|
"open-color": "1.6.3"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -28,11 +28,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -41,21 +48,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -65,7 +62,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,12 +33,19 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/brian": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/brian": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -47,21 +54,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -71,7 +68,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -142,7 +142,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -153,7 +153,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -28,8 +28,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/pattern-info": "^2.0.0-beta.38"
|
"@freesewing/pattern-info": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,13 +33,20 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/bent": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38",
|
"@freesewing/bent": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.38"
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -48,21 +55,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -72,7 +69,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -133,7 +133,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -28,6 +28,9 @@
|
||||||
"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"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
|
"peerDependencies": {},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -123,7 +123,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -134,7 +134,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
"react": "^16.8",
|
"react": "^16.8",
|
||||||
"react-dom": "^16.8"
|
"react-dom": "^16.8"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -140,7 +140,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -31,9 +31,11 @@
|
||||||
"prepare": "node src/prebuild.js"
|
"prepare": "node src/prebuild.js"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -140,7 +140,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,9 +32,9 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38",
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.38"
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@freesewing/aaron": "^2.0.0-beta.39",
|
"@freesewing/aaron": "^2.0.0-beta.39",
|
||||||
|
@ -56,6 +56,7 @@
|
||||||
"@freesewing/trayvon": "^2.0.0-beta.39",
|
"@freesewing/trayvon": "^2.0.0-beta.39",
|
||||||
"@freesewing/wahid": "^2.0.0-beta.39"
|
"@freesewing/wahid": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -119,7 +119,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,18 +33,19 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@freesewing/plugin-cutonfold": "^2.0.0-beta.39",
|
"@freesewing/plugin-cutonfold": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-dimension": "^2.0.0-beta.39",
|
"@freesewing/plugin-dimension": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-grainline": "^2.0.0-beta.39",
|
"@freesewing/plugin-grainline": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-logo": "^2.0.0-beta.39",
|
"@freesewing/plugin-logo": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-round": "^2.0.0-beta.39",
|
"@freesewing/plugin-title": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-scalebox": "^2.0.0-beta.39",
|
"@freesewing/plugin-scalebox": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-sprinkle": "^2.0.0-beta.39",
|
"@freesewing/plugin-round": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-title": "^2.0.0-beta.39"
|
"@freesewing/plugin-sprinkle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -32,8 +32,10 @@
|
||||||
"start": "rollup -c -w"
|
"start": "rollup -c -w"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38"
|
"@freesewing/core": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
"README.md",
|
"README.md",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -16,6 +16,9 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "echo \"prettier-config: No build required\" && exit 0"
|
"build": "echo \"prettier-config: No build required\" && exit 0"
|
||||||
},
|
},
|
||||||
|
"peerDependencies": {},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
"files": [
|
"files": [
|
||||||
"index.json",
|
"index.json",
|
||||||
"package.json"
|
"package.json"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,14 +33,21 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/brian": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38",
|
"@freesewing/brian": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.38",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.38"
|
"@freesewing/plugin-flip": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -49,21 +56,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -73,7 +70,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
> **Note**: This is part of version 2 of FreeSewing.
|
> **Note**: This is part of version 2 of FreeSewing.
|
||||||
> It is a work in progress, and not ready for prime-time yet
|
> It is a work in progress, and not ready for prime-time yet
|
||||||
>
|
>
|
||||||
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/freesewing/chat).
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
||||||
alt="Follow @freesewing_org on Twitter"/>
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
</a><a
|
</a><a
|
||||||
href="https://gitter.im/freesewing/freesewing"
|
href="https://gitter.im/freesewing/chat"
|
||||||
title="Chat with us on Gitter"
|
title="Chat with us on Gitter"
|
||||||
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
||||||
alt="Chat with us on Gitter"/>
|
alt="Chat with us on Gitter"/>
|
||||||
|
@ -90,7 +90,7 @@ should [become a patron](https://freesewing.org/patrons/join).
|
||||||
|
|
||||||
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
- 💻 Developers website: [freesewing.dev](https://freesewing.org)
|
||||||
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/freesewing)
|
- 💬 Chat: [gitter.im/freesewing](https://gitter.im/freesewing/chat)
|
||||||
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ See [the license file](https://github.com/freesewing/freesewing/blob/develop/LIC
|
||||||
|
|
||||||
## Where to get help 🤯
|
## Where to get help 🤯
|
||||||
|
|
||||||
Our [chatroom on Gitter](https://gitter.im) is the best place to ask questions,
|
Our [chatroom on Gitter](https://gitter.im/freesewing/chat) is the best place to ask questions,
|
||||||
share your feedback, or just hang out.
|
share your feedback, or just hang out.
|
||||||
|
|
||||||
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
If you want to report a problem, please [create an issue](https://github.com/freesewing/freesewing/issues/new).
|
||||||
|
|
|
@ -33,11 +33,18 @@
|
||||||
"netlify": "echo \"Not configured yet\""
|
"netlify": "echo \"Not configured yet\""
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@freesewing/core": "^2.0.0-beta.38",
|
"@freesewing/core": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-bundle": "^2.0.0-beta.38"
|
"@freesewing/plugin-bundle": "^2.0.0-beta.39"
|
||||||
},
|
},
|
||||||
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"react": "^16.8",
|
||||||
|
"react-dom": "^16.8",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
"@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.39",
|
"@freesewing/components": "^2.0.0-beta.39",
|
||||||
"@freesewing/css-theme": "^2.0.0-beta.39",
|
"@freesewing/css-theme": "^2.0.0-beta.39",
|
||||||
"@freesewing/i18n": "^2.0.0-beta.39",
|
"@freesewing/i18n": "^2.0.0-beta.39",
|
||||||
|
@ -46,21 +53,11 @@
|
||||||
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
"@freesewing/plugin-buttons": "^2.0.0-beta.39",
|
||||||
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
"@freesewing/plugin-flip": "^2.0.0-beta.39",
|
||||||
"@freesewing/utils": "^2.0.0-beta.39",
|
"@freesewing/utils": "^2.0.0-beta.39",
|
||||||
"@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",
|
"@svgr/rollup": "^2.4.1",
|
||||||
"babel-eslint": "10.0.1",
|
|
||||||
"babel-jest": "24.7.1",
|
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
"eslint": "^5.16.0",
|
|
||||||
"gh-pages": "^1.2.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",
|
"react-scripts": "^3.0.0",
|
||||||
|
"webpack": "4.29.6",
|
||||||
"rollup": "^0.64.1",
|
"rollup": "^0.64.1",
|
||||||
"rollup-plugin-babel": "^4.0.1",
|
"rollup-plugin-babel": "^4.0.1",
|
||||||
"rollup-plugin-babel-minify": "^7.0.0",
|
"rollup-plugin-babel-minify": "^7.0.0",
|
||||||
|
@ -70,7 +67,11 @@
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.0",
|
"rollup-plugin-peer-deps-external": "^2.2.0",
|
||||||
"rollup-plugin-postcss": "^1.6.2",
|
"rollup-plugin-postcss": "^1.6.2",
|
||||||
"rollup-plugin-url": "^1.4.0",
|
"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": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue