1
0
Fork 0

feat: Added studio to monorepo

This commit is contained in:
joostdecock 2025-04-21 18:20:52 +02:00 committed by Joost De Cock
parent c17b58f141
commit 02f841c570
177 changed files with 2467 additions and 2118 deletions

View file

@ -32,7 +32,7 @@
# @freesewing/core-plugins
An umbrella package of essential plugins that are bundled with FreeSewing's core library
An umbrella package of essential plugins that are bundled with the FreeSewing core library
# Plugins

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "core-plugins"
"id": "core-plugins",
"description": "An umbrella package of essential plugins that are bundled with the FreeSewing core library",
"version": "4.0.0"
}

View file

@ -1,7 +1,7 @@
{
"name": "@freesewing/core-plugins",
"version": "4.0.0",
"description": "An umbrella package of essential plugins that are bundled with FreeSewing's core library",
"description": "An umbrella package of essential plugins that are bundled with the FreeSewing core library",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
@ -65,4 +65,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-annotations"
"id": "plugin-annotations",
"description": "A FreeSewing plugin that provides pattern annotations",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-bin-pack"
"id": "plugin-bin-pack",
"description": "A FreeSewing plugin that adds a bin-pack algorithm to the core library",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-bust"
"id": "plugin-bust",
"description": "A FreeSewing plugin that helps with bust-adjusting menswear patterns",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-flip"
"id": "plugin-flip",
"description": "A FreeSewing plugin to flip parts horizontally",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,6 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-gore"
"name": "plugin-gore",
"description": "A FreeSewing plugin to generate gores for a semi-sphere or dome",
"id": "4.0.0",
"version": "4.0.0"
}

View file

@ -1,5 +1,5 @@
{
"name": "@freesewing/plugin-gore",
"name": "@freesewing/4.0.0",
"version": "4.0.0",
"description": "A FreeSewing plugin to generate gores for a semi-sphere or dome",
"author": "AlfaLyr (https://github.com/alfalyr)",
@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-i18n"
"id": "plugin-i18n",
"description": "A FreeSewing plugin for pattern translation",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-measurements"
"id": "plugin-measurements",
"description": "A FreeSewing plugin that adds additional measurements that can be calculated from existing ones",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-mirror"
"id": "plugin-mirror",
"description": "A FreeSewing plugin to mirror points or paths",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-path-utils"
}
"id": "plugin-path-utils",
"description": "A FreeSewing plugin that adds various path helper macros",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-ringsector"
"id": "plugin-ringsector",
"description": "A FreeSewing plugin to draft a ring sector (think part of a donut)",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-round"
"id": "plugin-round",
"description": "A FreeSewing plugin to round corners",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-sprinkle"
"id": "plugin-sprinkle",
"description": "A FreeSewing plugin to bulk-add snippets to your pattern",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-svgattr"
"id": "plugin-svgattr",
"description": "A FreeSewing plugin to set SVG attributes",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -32,7 +32,7 @@
# @freesewing/plugin-theme
A FreeSewing plugin that provides a default theme

View file

@ -1,4 +1,4 @@
{
"version": "4.0.0-rc.8",
"version": "4.0.0",
"name": "plugin-theme"
}

View file

@ -1,7 +1,6 @@
{
"name": "@freesewing/plugin-theme",
"name": "@freesewing/undefined",
"version": "4.0.0",
"description": "A FreeSewing plugin that provides a default theme",
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
@ -15,14 +14,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +55,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-timing"
"id": "plugin-timing",
"description": "A FreeSewing plugin to record the time it takes to draft your pattern parts",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}

View file

@ -1,4 +1,5 @@
{
"version": "4.0.0-rc.8",
"name": "plugin-versionfree-svg"
"id": "plugin-versionfree-svg",
"description": "A FreeSewing plugin to keep version info out of your SVG to allow easy diffs across versions",
"version": "4.0.0"
}

View file

@ -15,14 +15,12 @@
},
"keywords": [
"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"parametric design",
"made to measure",
"diy",
"fashion"
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"type": "module",
"module": "src/index.mjs",
@ -58,4 +56,4 @@
"engines": {
"node": ">= 20"
}
}
}