chore: Started import of starfetch patterns
This commit is contained in:
parent
c3c25a5a1f
commit
885d3db845
14 changed files with 556 additions and 318 deletions
|
@ -32,6 +32,7 @@ jaeger: 'A FreeSewing pattern for a sport coat style jacket'
|
||||||
models: 'Body measurements data for a range of default sizes'
|
models: 'Body measurements data for a range of default sizes'
|
||||||
mui-theme: 'A Material-UI theme for FreeSewing web UIs'
|
mui-theme: 'A Material-UI theme for FreeSewing web UIs'
|
||||||
legend: 'A FreeSewing pattern to document pattern notation'
|
legend: 'A FreeSewing pattern to document pattern notation'
|
||||||
|
lunetius: 'FIXME'
|
||||||
paco: 'A FreeSewing pattern for summer pants'
|
paco: 'A FreeSewing pattern for summer pants'
|
||||||
pattern-info: 'Information about available freesewing patterns'
|
pattern-info: 'Information about available freesewing patterns'
|
||||||
penelope: 'A FreeSewing pattern for a pencil skirt'
|
penelope: 'A FreeSewing pattern for a pencil skirt'
|
||||||
|
@ -70,6 +71,7 @@ strapi: "Freesewing's Strapi instance"
|
||||||
sven: 'A FreeSewing pattern for a straightforward sweater'
|
sven: 'A FreeSewing pattern for a straightforward sweater'
|
||||||
tamiko: 'A FreeSewing pattern for a zero-waste top'
|
tamiko: 'A FreeSewing pattern for a zero-waste top'
|
||||||
theo: 'A FreeSewing pattern for classic trousers'
|
theo: 'A FreeSewing pattern for classic trousers'
|
||||||
|
tiberius: 'FIXME'
|
||||||
teagan: 'A FreeSewing pattern for a T-shirt'
|
teagan: 'A FreeSewing pattern for a T-shirt'
|
||||||
titan: 'A FreeSewing pattern for a unisex trouser block'
|
titan: 'A FreeSewing pattern for a unisex trouser block'
|
||||||
trayvon: 'A FreeSewing pattern for a tie'
|
trayvon: 'A FreeSewing pattern for a tie'
|
||||||
|
@ -77,5 +79,6 @@ tutorial: "A FreeSewing pattern for a baby bib that's used in our tutorial"
|
||||||
ursula: 'A FreeSewing pattern for a basic, highly-customizable underwear pattern'
|
ursula: 'A FreeSewing pattern for a basic, highly-customizable underwear pattern'
|
||||||
utils: 'A collection of utilities shared across freesewing projects'
|
utils: 'A collection of utilities shared across freesewing projects'
|
||||||
wahid: 'A FreeSewing pattern for a classic fitted waistcoat'
|
wahid: 'A FreeSewing pattern for a classic fitted waistcoat'
|
||||||
|
walburga: 'FIXME'
|
||||||
waralee: 'A FreeSewing pattern for wrap pants'
|
waralee: 'A FreeSewing pattern for wrap pants'
|
||||||
yuri: 'A FreeSewing pattern for a fancy zipless sweater based on the Huey hoodie'
|
yuri: 'A FreeSewing pattern for a fancy zipless sweater based on the Huey hoodie'
|
||||||
|
|
|
@ -77,6 +77,8 @@ packageJson:
|
||||||
- jargon
|
- jargon
|
||||||
- gatsby
|
- gatsby
|
||||||
- gatsby-plugin
|
- gatsby-plugin
|
||||||
|
lunetius: &starf
|
||||||
|
author: Starfetch (https://github.com/starfetch)
|
||||||
plugin-gore:
|
plugin-gore:
|
||||||
author: AlfaLyr (https://github.com/alfalyr)
|
author: AlfaLyr (https://github.com/alfalyr)
|
||||||
prettier-config:
|
prettier-config:
|
||||||
|
@ -101,6 +103,7 @@ packageJson:
|
||||||
files: []
|
files: []
|
||||||
publishConfig: {}
|
publishConfig: {}
|
||||||
rollup: {}
|
rollup: {}
|
||||||
|
tiberius: *starf
|
||||||
utils:
|
utils:
|
||||||
# react-scripts doesn't handle .mjs files correctly
|
# react-scripts doesn't handle .mjs files correctly
|
||||||
module: '!'
|
module: '!'
|
||||||
|
@ -131,6 +134,7 @@ packageJson:
|
||||||
- 'validateTld/*'
|
- 'validateTld/*'
|
||||||
waralee:
|
waralee:
|
||||||
author: woutervdub (https://github.com/woutervdub)
|
author: woutervdub (https://github.com/woutervdub)
|
||||||
|
walburga: *starf
|
||||||
yuri:
|
yuri:
|
||||||
author: biou (https://github.com/biou)
|
author: biou (https://github.com/biou)
|
||||||
|
|
||||||
|
|
9
packages/lunetius/CHANGELOG.md
Normal file
9
packages/lunetius/CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Change log for: @freesewing/lunetius
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
|
@ -1,33 +1,118 @@
|
||||||
# lunetius
|

|
||||||
|
<p align='center'><a
|
||||||
|
href="https://www.npmjs.com/package/@freesewing/lunetius"
|
||||||
|
title="@freesewing/lunetius on NPM"
|
||||||
|
><img src="https://img.shields.io/npm/v/@freesewing/lunetius.svg"
|
||||||
|
alt="@freesewing/lunetius on NPM"/>
|
||||||
|
</a><a
|
||||||
|
href="https://opensource.org/licenses/MIT"
|
||||||
|
title="License: MIT"
|
||||||
|
><img src="https://img.shields.io/npm/l/@freesewing/lunetius.svg?label=License"
|
||||||
|
alt="License: MIT"/>
|
||||||
|
</a><a
|
||||||
|
href="https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256"
|
||||||
|
title="Code quality on DeepScan"
|
||||||
|
><img src="https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg"
|
||||||
|
alt="Code quality on DeepScan"/>
|
||||||
|
</a><a
|
||||||
|
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Alunetius"
|
||||||
|
title="Open issues tagged pkg:lunetius"
|
||||||
|
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:lunetius.svg?label=Issues"
|
||||||
|
alt="Open issues tagged pkg:lunetius"/>
|
||||||
|
</a><a
|
||||||
|
href="https://todo.freesewing.org/"
|
||||||
|
title="Project board"
|
||||||
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Project%20board-9775fa.svg?logo=github&logoColor=white&logoWidth=15"
|
||||||
|
alt="Project board"/>
|
||||||
|
</a></p><p align='center'><a
|
||||||
|
href="https://twitter.com/freesewing_org"
|
||||||
|
title="Follow @freesewing_org on Twitter"
|
||||||
|
><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"/>
|
||||||
|
</a><a
|
||||||
|
href="https://chat.freesewing.org"
|
||||||
|
title="Chat with us on Discord"
|
||||||
|
><img src="https://img.shields.io/discord/698854858052075530?label=Chat%20on%20Discord"
|
||||||
|
alt="Chat with us on Discord"/>
|
||||||
|
</a><a
|
||||||
|
href="https://freesewing.org/patrons/join"
|
||||||
|
title="Become a FreeSewing Patron"
|
||||||
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Support%20us-blueviolet.svg?logo=cash-app&logoColor=white&logoWidth=15"
|
||||||
|
alt="Become a FreeSewing Patron"/>
|
||||||
|
</a><a
|
||||||
|
href="https://instagram.com/freesewing_org"
|
||||||
|
title="Follow @freesewing_org on Twitter"
|
||||||
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-E4405F.svg?logo=instagram&logoColor=white&logoWidth=15"
|
||||||
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
|
</a></p>
|
||||||
|
|
||||||
>
|
# @freesewing/lunetius
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/lunetius) [](https://standardjs.com)
|
FIXME
|
||||||
|
|
||||||
Check it out on [Netlify](https://lunetius.netlify.app).
|
|
||||||
|
|
||||||
## Install
|
|
||||||
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
This repository is our *monorepo*
|
||||||
|
holding [all our NPM packages](https://freesewing.dev/reference/packages/).
|
||||||
|
|
||||||
|
This folder holds: @freesewing/lunetius
|
||||||
|
|
||||||
|
## About FreeSewing 💀
|
||||||
|
|
||||||
|
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||||
|
|
||||||
|
If you're a maker, checkout [freesewing.org](https://freesewing.org/) where you can generate
|
||||||
|
our sewing patterns adapted to your measurements.
|
||||||
|
|
||||||
|
If you're a developer, our documentation is on [freesewing.dev](https://freesewing.dev/).
|
||||||
|
Our [core library](https://freesewing.dev/reference/api/) is a *batteries-included* toolbox
|
||||||
|
for parametric design of sewing patterns. But we also provide a range
|
||||||
|
of [plugins](https://freesewing.dev/reference/plugins/) that further extend the
|
||||||
|
functionality of the platform.
|
||||||
|
|
||||||
|
If you have NodeJS installed, you can try it right now by running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --save lunetius
|
npx create-freesewing-pattern
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
Or, consult our getting started guides
|
||||||
|
for [Linux](https://freesewing.dev/tutorials/getting-started-linux/),
|
||||||
|
[MacOS](https://freesewing.dev/tutorials/getting-started-mac/),
|
||||||
|
or [Windows](https://freesewing.dev/tutorials/getting-started-windows/).
|
||||||
|
|
||||||
```jsx
|
We also have a [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) that
|
||||||
import React, { Component } from 'react'
|
walks you through your first parametric design,
|
||||||
|
and [a friendly community](https://freesewing.org/community/where/) with
|
||||||
|
people who can help you when you get stuck.
|
||||||
|
|
||||||
import MyComponent from 'lunetius'
|
## Support FreeSewing: Become a patron 🥰
|
||||||
|
|
||||||
class Example extends Component {
|
FreeSewing is an open source project run by a community,
|
||||||
render () {
|
and financially supported by our patrons.
|
||||||
return (
|
|
||||||
<MyComponent />
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## License
|
If you feel what we do is worthwhile, and you can spend a few coind without
|
||||||
|
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
|
||||||
|
|
||||||
© [starf](https://github.com/starf)
|
## Links 👩💻
|
||||||
|
|
||||||
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
|
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||||
|
- 💬 Chat: On Discord via [discord.freesewing.org](https://discord.freesewing.org/)
|
||||||
|
- ✅ Todo list/Kanban board: On Github via [todo.freesewing.org](https://todo.freesewing.org/)
|
||||||
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
## License: MIT 🤓
|
||||||
|
|
||||||
|
© [Joost De Cock](https://github.com/joostdecock).
|
||||||
|
See [the license file](https://github.com/freesewing/freesewing/blob/develop/LICENSE) for details.
|
||||||
|
|
||||||
|
## Where to get help 🤯
|
||||||
|
|
||||||
|
Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to ask questions,
|
||||||
|
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).
|
||||||
|
|
|
@ -1,59 +1,56 @@
|
||||||
{
|
{
|
||||||
"name": "lunetius",
|
"name": "@freesewing/lunetius",
|
||||||
"version": "0.0.1",
|
"version": "2.19.0-alpha.0",
|
||||||
"description": "",
|
"description": "FIXME",
|
||||||
"author": "starf",
|
"author": "Starfetch (https://github.com/starfetch)",
|
||||||
|
"homepage": "https://freesewing.org/",
|
||||||
|
"repository": "github:freesewing/freesewing",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "starf/lunetius",
|
"bugs": {
|
||||||
|
"url": "https://github.com/freesewing/freesewing/issues"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "individual",
|
||||||
|
"url": "https://freesewing.org/patrons/join"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"freesewing",
|
||||||
|
"design",
|
||||||
|
"diy",
|
||||||
|
"fashion",
|
||||||
|
"made to measure",
|
||||||
|
"parametric design",
|
||||||
|
"sewing"
|
||||||
|
],
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.es.js",
|
"module": "dist/index.mjs",
|
||||||
"jsnext:main": "dist/index.es.js",
|
"scripts": {
|
||||||
|
"clean": "rimraf dist",
|
||||||
|
"build": "rollup -c",
|
||||||
|
"lernabuild": "rollup -c",
|
||||||
|
"test": "echo \"lunetius: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
||||||
|
"pubtest": "npm publish --registry http://localhost:6662",
|
||||||
|
"pubforce": "npm publish",
|
||||||
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||||
|
"start": "rollup -c -w"
|
||||||
|
},
|
||||||
|
"peerDependencies": {},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
|
"files": [
|
||||||
|
"dist/*",
|
||||||
|
"README.md",
|
||||||
|
"package.json"
|
||||||
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public",
|
||||||
|
"tag": "next"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12",
|
"node": ">=12.0.0",
|
||||||
"npm": ">=6"
|
"npm": ">=6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"rollup": {
|
||||||
"build": "rollup -c",
|
"exports": "default"
|
||||||
"start": "rollup -c -w",
|
|
||||||
"prepare": "npm run build",
|
|
||||||
"predeploy": "cd example && npm install && npm run build"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"react": "^17.0.2",
|
|
||||||
"react-dom": "^17.0.2",
|
|
||||||
"@freesewing/core": "latest",
|
|
||||||
"@freesewing/plugin-bundle": "latest",
|
|
||||||
"@freesewing/components": "latest",
|
|
||||||
"@freesewing/css-theme": "latest",
|
|
||||||
"@freesewing/i18n": "latest",
|
|
||||||
"@freesewing/mui-theme": "latest",
|
|
||||||
"@freesewing/plugin-bust": "latest",
|
|
||||||
"@freesewing/plugin-buttons": "latest",
|
|
||||||
"@freesewing/plugin-debug": "latest",
|
|
||||||
"@freesewing/plugin-flip": "latest",
|
|
||||||
"@freesewing/utils": "latest",
|
|
||||||
"react-scripts": "^4.0.3",
|
|
||||||
"webpack": "^5.37.0",
|
|
||||||
"rollup": "^2.48.0",
|
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
||||||
"rollup-plugin-terser": "^7.0.2",
|
|
||||||
"@rollup/plugin-babel": "^5.1.0",
|
|
||||||
"@rollup/plugin-commonjs": "^14.0.0",
|
|
||||||
"@rollup/plugin-url": "^6.0.0",
|
|
||||||
"@rollup/plugin-json": "^4.1.0",
|
|
||||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
||||||
"@rollup/plugin-yaml": "^3.0.0",
|
|
||||||
"@material-ui/core": "^4.11.4",
|
|
||||||
"@material-ui/icons": "^4.11.2",
|
|
||||||
"@material-ui/lab": "^4.0.0-alpha.58",
|
|
||||||
"axios": "0.21.1",
|
|
||||||
"react-intl": "5.17.6",
|
|
||||||
"prop-types": "15.7.2",
|
|
||||||
"file-saver": "^2.0.5",
|
|
||||||
"eslint": "^7.27.0",
|
|
||||||
"eslint-config-standard": "^16.0.3",
|
|
||||||
"eslint-config-standard-react": "^11.0.1",
|
|
||||||
"eslint-plugin-node": "^11.1.0",
|
|
||||||
"eslint-plugin-promise": "^5.1.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,43 +1,29 @@
|
||||||
import url from '@rollup/plugin-url'
|
|
||||||
import babel from '@rollup/plugin-babel'
|
|
||||||
import resolve from '@rollup/plugin-node-resolve'
|
import resolve from '@rollup/plugin-node-resolve'
|
||||||
import commonjs from '@rollup/plugin-commonjs'
|
import commonjs from '@rollup/plugin-commonjs'
|
||||||
import json from '@rollup/plugin-json'
|
import json from '@rollup/plugin-json'
|
||||||
import { terser } from 'rollup-plugin-terser'
|
|
||||||
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
|
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
|
||||||
// import postcss from 'rollup-plugin-postcss'
|
import { name, version, description, author, license, main, module, rollup } from './package.json'
|
||||||
import { main, module, name, version, description, author, license } from './package.json'
|
|
||||||
|
const banner = `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
||||||
|
const output = [
|
||||||
|
{
|
||||||
|
banner,
|
||||||
|
file: main,
|
||||||
|
format: 'cjs',
|
||||||
|
sourcemap: true,
|
||||||
|
exports: rollup.exports,
|
||||||
|
},
|
||||||
|
]
|
||||||
|
if (typeof module !== 'undefined')
|
||||||
|
output.push({
|
||||||
|
banner,
|
||||||
|
file: module,
|
||||||
|
format: 'es',
|
||||||
|
sourcemap: true,
|
||||||
|
})
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
input: 'src/index.js',
|
input: 'src/index.js',
|
||||||
output: [
|
output,
|
||||||
{
|
plugins: [peerDepsExternal(), resolve({ modulesOnly: true }), commonjs(), json()],
|
||||||
file: main,
|
|
||||||
format: 'cjs',
|
|
||||||
sourcemap: true,
|
|
||||||
exports: 'default'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
file: module,
|
|
||||||
format: 'es',
|
|
||||||
sourcemap: true,
|
|
||||||
exports: 'default'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
plugins: [
|
|
||||||
peerDepsExternal(),
|
|
||||||
// postcss({ modules: true }),
|
|
||||||
url({ exclude: ['**/*.svg'] }),
|
|
||||||
babel({
|
|
||||||
exclude: 'node_modules/**'
|
|
||||||
}),
|
|
||||||
resolve({ browser: true }),
|
|
||||||
json(),
|
|
||||||
commonjs(),
|
|
||||||
terser({
|
|
||||||
output: {
|
|
||||||
preamble: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
|
||||||
}
|
|
||||||
})
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
9
packages/tiberius/CHANGELOG.md
Normal file
9
packages/tiberius/CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Change log for: @freesewing/tiberius
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
|
@ -1,33 +1,118 @@
|
||||||
# tiberius
|

|
||||||
|
<p align='center'><a
|
||||||
|
href="https://www.npmjs.com/package/@freesewing/tiberius"
|
||||||
|
title="@freesewing/tiberius on NPM"
|
||||||
|
><img src="https://img.shields.io/npm/v/@freesewing/tiberius.svg"
|
||||||
|
alt="@freesewing/tiberius on NPM"/>
|
||||||
|
</a><a
|
||||||
|
href="https://opensource.org/licenses/MIT"
|
||||||
|
title="License: MIT"
|
||||||
|
><img src="https://img.shields.io/npm/l/@freesewing/tiberius.svg?label=License"
|
||||||
|
alt="License: MIT"/>
|
||||||
|
</a><a
|
||||||
|
href="https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256"
|
||||||
|
title="Code quality on DeepScan"
|
||||||
|
><img src="https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg"
|
||||||
|
alt="Code quality on DeepScan"/>
|
||||||
|
</a><a
|
||||||
|
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Atiberius"
|
||||||
|
title="Open issues tagged pkg:tiberius"
|
||||||
|
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:tiberius.svg?label=Issues"
|
||||||
|
alt="Open issues tagged pkg:tiberius"/>
|
||||||
|
</a><a
|
||||||
|
href="https://todo.freesewing.org/"
|
||||||
|
title="Project board"
|
||||||
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Project%20board-9775fa.svg?logo=github&logoColor=white&logoWidth=15"
|
||||||
|
alt="Project board"/>
|
||||||
|
</a></p><p align='center'><a
|
||||||
|
href="https://twitter.com/freesewing_org"
|
||||||
|
title="Follow @freesewing_org on Twitter"
|
||||||
|
><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"/>
|
||||||
|
</a><a
|
||||||
|
href="https://chat.freesewing.org"
|
||||||
|
title="Chat with us on Discord"
|
||||||
|
><img src="https://img.shields.io/discord/698854858052075530?label=Chat%20on%20Discord"
|
||||||
|
alt="Chat with us on Discord"/>
|
||||||
|
</a><a
|
||||||
|
href="https://freesewing.org/patrons/join"
|
||||||
|
title="Become a FreeSewing Patron"
|
||||||
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Support%20us-blueviolet.svg?logo=cash-app&logoColor=white&logoWidth=15"
|
||||||
|
alt="Become a FreeSewing Patron"/>
|
||||||
|
</a><a
|
||||||
|
href="https://instagram.com/freesewing_org"
|
||||||
|
title="Follow @freesewing_org on Twitter"
|
||||||
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-E4405F.svg?logo=instagram&logoColor=white&logoWidth=15"
|
||||||
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
|
</a></p>
|
||||||
|
|
||||||
>
|
# @freesewing/tiberius
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/tiberius) [](https://standardjs.com)
|
FIXME
|
||||||
|
|
||||||
Check it out on [Netlify](https://tiberius.netlify.app/).
|
|
||||||
|
|
||||||
## Install
|
|
||||||
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
This repository is our *monorepo*
|
||||||
|
holding [all our NPM packages](https://freesewing.dev/reference/packages/).
|
||||||
|
|
||||||
|
This folder holds: @freesewing/tiberius
|
||||||
|
|
||||||
|
## About FreeSewing 💀
|
||||||
|
|
||||||
|
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||||
|
|
||||||
|
If you're a maker, checkout [freesewing.org](https://freesewing.org/) where you can generate
|
||||||
|
our sewing patterns adapted to your measurements.
|
||||||
|
|
||||||
|
If you're a developer, our documentation is on [freesewing.dev](https://freesewing.dev/).
|
||||||
|
Our [core library](https://freesewing.dev/reference/api/) is a *batteries-included* toolbox
|
||||||
|
for parametric design of sewing patterns. But we also provide a range
|
||||||
|
of [plugins](https://freesewing.dev/reference/plugins/) that further extend the
|
||||||
|
functionality of the platform.
|
||||||
|
|
||||||
|
If you have NodeJS installed, you can try it right now by running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --save tiberius
|
npx create-freesewing-pattern
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
Or, consult our getting started guides
|
||||||
|
for [Linux](https://freesewing.dev/tutorials/getting-started-linux/),
|
||||||
|
[MacOS](https://freesewing.dev/tutorials/getting-started-mac/),
|
||||||
|
or [Windows](https://freesewing.dev/tutorials/getting-started-windows/).
|
||||||
|
|
||||||
```jsx
|
We also have a [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) that
|
||||||
import React, { Component } from 'react'
|
walks you through your first parametric design,
|
||||||
|
and [a friendly community](https://freesewing.org/community/where/) with
|
||||||
|
people who can help you when you get stuck.
|
||||||
|
|
||||||
import MyComponent from 'tiberius'
|
## Support FreeSewing: Become a patron 🥰
|
||||||
|
|
||||||
class Example extends Component {
|
FreeSewing is an open source project run by a community,
|
||||||
render () {
|
and financially supported by our patrons.
|
||||||
return (
|
|
||||||
<MyComponent />
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## License
|
If you feel what we do is worthwhile, and you can spend a few coind without
|
||||||
|
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
|
||||||
|
|
||||||
© [starf](https://github.com/starf)
|
## Links 👩💻
|
||||||
|
|
||||||
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
|
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||||
|
- 💬 Chat: On Discord via [discord.freesewing.org](https://discord.freesewing.org/)
|
||||||
|
- ✅ Todo list/Kanban board: On Github via [todo.freesewing.org](https://todo.freesewing.org/)
|
||||||
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
## License: MIT 🤓
|
||||||
|
|
||||||
|
© [Joost De Cock](https://github.com/joostdecock).
|
||||||
|
See [the license file](https://github.com/freesewing/freesewing/blob/develop/LICENSE) for details.
|
||||||
|
|
||||||
|
## Where to get help 🤯
|
||||||
|
|
||||||
|
Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to ask questions,
|
||||||
|
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).
|
||||||
|
|
|
@ -1,59 +1,56 @@
|
||||||
{
|
{
|
||||||
"name": "tiberius",
|
"name": "@freesewing/tiberius",
|
||||||
"version": "0.0.1",
|
"version": "2.19.0-alpha.0",
|
||||||
"description": "",
|
"description": "FIXME",
|
||||||
"author": "starf",
|
"author": "Starfetch (https://github.com/starfetch)",
|
||||||
|
"homepage": "https://freesewing.org/",
|
||||||
|
"repository": "github:freesewing/freesewing",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "starf/tiberius",
|
"bugs": {
|
||||||
|
"url": "https://github.com/freesewing/freesewing/issues"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "individual",
|
||||||
|
"url": "https://freesewing.org/patrons/join"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"freesewing",
|
||||||
|
"design",
|
||||||
|
"diy",
|
||||||
|
"fashion",
|
||||||
|
"made to measure",
|
||||||
|
"parametric design",
|
||||||
|
"sewing"
|
||||||
|
],
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.es.js",
|
"module": "dist/index.mjs",
|
||||||
"jsnext:main": "dist/index.es.js",
|
"scripts": {
|
||||||
|
"clean": "rimraf dist",
|
||||||
|
"build": "rollup -c",
|
||||||
|
"lernabuild": "rollup -c",
|
||||||
|
"test": "echo \"tiberius: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
||||||
|
"pubtest": "npm publish --registry http://localhost:6662",
|
||||||
|
"pubforce": "npm publish",
|
||||||
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||||
|
"start": "rollup -c -w"
|
||||||
|
},
|
||||||
|
"peerDependencies": {},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
|
"files": [
|
||||||
|
"dist/*",
|
||||||
|
"README.md",
|
||||||
|
"package.json"
|
||||||
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public",
|
||||||
|
"tag": "next"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12",
|
"node": ">=12.0.0",
|
||||||
"npm": ">=6"
|
"npm": ">=6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"rollup": {
|
||||||
"build": "rollup -c",
|
"exports": "default"
|
||||||
"start": "rollup -c -w",
|
|
||||||
"prepare": "npm run build",
|
|
||||||
"predeploy": "cd example && npm install && npm run build"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"react": "^17.0.2",
|
|
||||||
"react-dom": "^17.0.2",
|
|
||||||
"@freesewing/core": "latest",
|
|
||||||
"@freesewing/plugin-bundle": "latest",
|
|
||||||
"@freesewing/components": "latest",
|
|
||||||
"@freesewing/css-theme": "latest",
|
|
||||||
"@freesewing/i18n": "latest",
|
|
||||||
"@freesewing/mui-theme": "latest",
|
|
||||||
"@freesewing/plugin-bust": "latest",
|
|
||||||
"@freesewing/plugin-buttons": "latest",
|
|
||||||
"@freesewing/plugin-debug": "latest",
|
|
||||||
"@freesewing/plugin-flip": "latest",
|
|
||||||
"@freesewing/utils": "latest",
|
|
||||||
"react-scripts": "^4.0.3",
|
|
||||||
"webpack": "^5.37.0",
|
|
||||||
"rollup": "^2.48.0",
|
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
||||||
"rollup-plugin-terser": "^7.0.2",
|
|
||||||
"@rollup/plugin-babel": "^5.1.0",
|
|
||||||
"@rollup/plugin-commonjs": "^14.0.0",
|
|
||||||
"@rollup/plugin-url": "^6.0.0",
|
|
||||||
"@rollup/plugin-json": "^4.1.0",
|
|
||||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
||||||
"@rollup/plugin-yaml": "^3.0.0",
|
|
||||||
"@material-ui/core": "^4.11.4",
|
|
||||||
"@material-ui/icons": "^4.11.2",
|
|
||||||
"@material-ui/lab": "^4.0.0-alpha.58",
|
|
||||||
"axios": "0.21.1",
|
|
||||||
"react-intl": "5.17.6",
|
|
||||||
"prop-types": "15.7.2",
|
|
||||||
"file-saver": "^2.0.5",
|
|
||||||
"eslint": "^7.27.0",
|
|
||||||
"eslint-config-standard": "^16.0.3",
|
|
||||||
"eslint-config-standard-react": "^11.0.1",
|
|
||||||
"eslint-plugin-node": "^11.1.0",
|
|
||||||
"eslint-plugin-promise": "^5.1.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,43 +1,29 @@
|
||||||
import url from '@rollup/plugin-url'
|
|
||||||
import babel from '@rollup/plugin-babel'
|
|
||||||
import resolve from '@rollup/plugin-node-resolve'
|
import resolve from '@rollup/plugin-node-resolve'
|
||||||
import commonjs from '@rollup/plugin-commonjs'
|
import commonjs from '@rollup/plugin-commonjs'
|
||||||
import json from '@rollup/plugin-json'
|
import json from '@rollup/plugin-json'
|
||||||
import { terser } from 'rollup-plugin-terser'
|
|
||||||
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
|
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
|
||||||
// import postcss from 'rollup-plugin-postcss'
|
import { name, version, description, author, license, main, module, rollup } from './package.json'
|
||||||
import { main, module, name, version, description, author, license } from './package.json'
|
|
||||||
|
const banner = `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
||||||
|
const output = [
|
||||||
|
{
|
||||||
|
banner,
|
||||||
|
file: main,
|
||||||
|
format: 'cjs',
|
||||||
|
sourcemap: true,
|
||||||
|
exports: rollup.exports,
|
||||||
|
},
|
||||||
|
]
|
||||||
|
if (typeof module !== 'undefined')
|
||||||
|
output.push({
|
||||||
|
banner,
|
||||||
|
file: module,
|
||||||
|
format: 'es',
|
||||||
|
sourcemap: true,
|
||||||
|
})
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
input: 'src/index.js',
|
input: 'src/index.js',
|
||||||
output: [
|
output,
|
||||||
{
|
plugins: [peerDepsExternal(), resolve({ modulesOnly: true }), commonjs(), json()],
|
||||||
file: main,
|
|
||||||
format: 'cjs',
|
|
||||||
sourcemap: true,
|
|
||||||
exports: 'default'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
file: module,
|
|
||||||
format: 'es',
|
|
||||||
sourcemap: true,
|
|
||||||
exports: 'default'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
plugins: [
|
|
||||||
peerDepsExternal(),
|
|
||||||
// postcss({ modules: true }),
|
|
||||||
url({ exclude: ['**/*.svg'] }),
|
|
||||||
babel({
|
|
||||||
exclude: 'node_modules/**'
|
|
||||||
}),
|
|
||||||
resolve({ browser: true }),
|
|
||||||
json(),
|
|
||||||
commonjs(),
|
|
||||||
terser({
|
|
||||||
output: {
|
|
||||||
preamble: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
|
||||||
}
|
|
||||||
})
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
9
packages/walburga/CHANGELOG.md
Normal file
9
packages/walburga/CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Change log for: @freesewing/walburga
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
This is the **initial release**, and the start of this change log.
|
||||||
|
|
||||||
|
> Prior to version 2, FreeSewing was not a JavaScript project.
|
||||||
|
> As such, that history is out of scope for this change log.
|
||||||
|
|
|
@ -1,33 +1,118 @@
|
||||||
# walburga
|

|
||||||
|
<p align='center'><a
|
||||||
|
href="https://www.npmjs.com/package/@freesewing/walburga"
|
||||||
|
title="@freesewing/walburga on NPM"
|
||||||
|
><img src="https://img.shields.io/npm/v/@freesewing/walburga.svg"
|
||||||
|
alt="@freesewing/walburga on NPM"/>
|
||||||
|
</a><a
|
||||||
|
href="https://opensource.org/licenses/MIT"
|
||||||
|
title="License: MIT"
|
||||||
|
><img src="https://img.shields.io/npm/l/@freesewing/walburga.svg?label=License"
|
||||||
|
alt="License: MIT"/>
|
||||||
|
</a><a
|
||||||
|
href="https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256"
|
||||||
|
title="Code quality on DeepScan"
|
||||||
|
><img src="https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg"
|
||||||
|
alt="Code quality on DeepScan"/>
|
||||||
|
</a><a
|
||||||
|
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Awalburga"
|
||||||
|
title="Open issues tagged pkg:walburga"
|
||||||
|
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:walburga.svg?label=Issues"
|
||||||
|
alt="Open issues tagged pkg:walburga"/>
|
||||||
|
</a><a
|
||||||
|
href="https://todo.freesewing.org/"
|
||||||
|
title="Project board"
|
||||||
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Project%20board-9775fa.svg?logo=github&logoColor=white&logoWidth=15"
|
||||||
|
alt="Project board"/>
|
||||||
|
</a></p><p align='center'><a
|
||||||
|
href="https://twitter.com/freesewing_org"
|
||||||
|
title="Follow @freesewing_org on Twitter"
|
||||||
|
><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"/>
|
||||||
|
</a><a
|
||||||
|
href="https://chat.freesewing.org"
|
||||||
|
title="Chat with us on Discord"
|
||||||
|
><img src="https://img.shields.io/discord/698854858052075530?label=Chat%20on%20Discord"
|
||||||
|
alt="Chat with us on Discord"/>
|
||||||
|
</a><a
|
||||||
|
href="https://freesewing.org/patrons/join"
|
||||||
|
title="Become a FreeSewing Patron"
|
||||||
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Support%20us-blueviolet.svg?logo=cash-app&logoColor=white&logoWidth=15"
|
||||||
|
alt="Become a FreeSewing Patron"/>
|
||||||
|
</a><a
|
||||||
|
href="https://instagram.com/freesewing_org"
|
||||||
|
title="Follow @freesewing_org on Twitter"
|
||||||
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-E4405F.svg?logo=instagram&logoColor=white&logoWidth=15"
|
||||||
|
alt="Follow @freesewing_org on Twitter"/>
|
||||||
|
</a></p>
|
||||||
|
|
||||||
>
|
# @freesewing/walburga
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/walburga) [](https://standardjs.com)
|
FIXME
|
||||||
|
|
||||||
Check it out on [Netlify](https://walburga.netlify.app).
|
|
||||||
|
|
||||||
## Install
|
|
||||||
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
This repository is our *monorepo*
|
||||||
|
holding [all our NPM packages](https://freesewing.dev/reference/packages/).
|
||||||
|
|
||||||
|
This folder holds: @freesewing/walburga
|
||||||
|
|
||||||
|
## About FreeSewing 💀
|
||||||
|
|
||||||
|
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||||
|
|
||||||
|
If you're a maker, checkout [freesewing.org](https://freesewing.org/) where you can generate
|
||||||
|
our sewing patterns adapted to your measurements.
|
||||||
|
|
||||||
|
If you're a developer, our documentation is on [freesewing.dev](https://freesewing.dev/).
|
||||||
|
Our [core library](https://freesewing.dev/reference/api/) is a *batteries-included* toolbox
|
||||||
|
for parametric design of sewing patterns. But we also provide a range
|
||||||
|
of [plugins](https://freesewing.dev/reference/plugins/) that further extend the
|
||||||
|
functionality of the platform.
|
||||||
|
|
||||||
|
If you have NodeJS installed, you can try it right now by running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install --save walburga
|
npx create-freesewing-pattern
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
Or, consult our getting started guides
|
||||||
|
for [Linux](https://freesewing.dev/tutorials/getting-started-linux/),
|
||||||
|
[MacOS](https://freesewing.dev/tutorials/getting-started-mac/),
|
||||||
|
or [Windows](https://freesewing.dev/tutorials/getting-started-windows/).
|
||||||
|
|
||||||
```jsx
|
We also have a [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) that
|
||||||
import React, { Component } from 'react'
|
walks you through your first parametric design,
|
||||||
|
and [a friendly community](https://freesewing.org/community/where/) with
|
||||||
|
people who can help you when you get stuck.
|
||||||
|
|
||||||
import MyComponent from 'walburga'
|
## Support FreeSewing: Become a patron 🥰
|
||||||
|
|
||||||
class Example extends Component {
|
FreeSewing is an open source project run by a community,
|
||||||
render () {
|
and financially supported by our patrons.
|
||||||
return (
|
|
||||||
<MyComponent />
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## License
|
If you feel what we do is worthwhile, and you can spend a few coind without
|
||||||
|
hardship, then you should [join us and become a patron](https://freesewing.org/community/join).
|
||||||
|
|
||||||
© [starf](https://github.com/starf)
|
## Links 👩💻
|
||||||
|
|
||||||
|
- 💻 Makers website: [freesewing.org](https://freesewing.org)
|
||||||
|
- 💻 Developers website: [freesewing.dev](https://freesewing.dev)
|
||||||
|
- 💬 Chat: On Discord via [discord.freesewing.org](https://discord.freesewing.org/)
|
||||||
|
- ✅ Todo list/Kanban board: On Github via [todo.freesewing.org](https://todo.freesewing.org/)
|
||||||
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
||||||
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
||||||
|
|
||||||
|
## License: MIT 🤓
|
||||||
|
|
||||||
|
© [Joost De Cock](https://github.com/joostdecock).
|
||||||
|
See [the license file](https://github.com/freesewing/freesewing/blob/develop/LICENSE) for details.
|
||||||
|
|
||||||
|
## Where to get help 🤯
|
||||||
|
|
||||||
|
Our [chatrooms on Discord](https://chat.freesewing.org/) are the best place to ask questions,
|
||||||
|
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).
|
||||||
|
|
|
@ -1,59 +1,56 @@
|
||||||
{
|
{
|
||||||
"name": "walburga",
|
"name": "@freesewing/walburga",
|
||||||
"version": "0.0.1",
|
"version": "2.19.0-alpha.0",
|
||||||
"description": "",
|
"description": "FIXME",
|
||||||
"author": "starf",
|
"author": "Starfetch (https://github.com/starfetch)",
|
||||||
|
"homepage": "https://freesewing.org/",
|
||||||
|
"repository": "github:freesewing/freesewing",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "starf/walburga",
|
"bugs": {
|
||||||
|
"url": "https://github.com/freesewing/freesewing/issues"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "individual",
|
||||||
|
"url": "https://freesewing.org/patrons/join"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"freesewing",
|
||||||
|
"design",
|
||||||
|
"diy",
|
||||||
|
"fashion",
|
||||||
|
"made to measure",
|
||||||
|
"parametric design",
|
||||||
|
"sewing"
|
||||||
|
],
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.es.js",
|
"module": "dist/index.mjs",
|
||||||
"jsnext:main": "dist/index.es.js",
|
"scripts": {
|
||||||
|
"clean": "rimraf dist",
|
||||||
|
"build": "rollup -c",
|
||||||
|
"lernabuild": "rollup -c",
|
||||||
|
"test": "echo \"walburga: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
||||||
|
"pubtest": "npm publish --registry http://localhost:6662",
|
||||||
|
"pubforce": "npm publish",
|
||||||
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||||
|
"start": "rollup -c -w"
|
||||||
|
},
|
||||||
|
"peerDependencies": {},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {},
|
||||||
|
"files": [
|
||||||
|
"dist/*",
|
||||||
|
"README.md",
|
||||||
|
"package.json"
|
||||||
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public",
|
||||||
|
"tag": "next"
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12",
|
"node": ">=12.0.0",
|
||||||
"npm": ">=6"
|
"npm": ">=6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"rollup": {
|
||||||
"build": "rollup -c",
|
"exports": "default"
|
||||||
"start": "rollup -c -w",
|
|
||||||
"prepare": "npm run build",
|
|
||||||
"predeploy": "cd example && npm install && npm run build"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"react": "^17.0.2",
|
|
||||||
"react-dom": "^17.0.2",
|
|
||||||
"@freesewing/core": "latest",
|
|
||||||
"@freesewing/plugin-bundle": "latest",
|
|
||||||
"@freesewing/components": "latest",
|
|
||||||
"@freesewing/css-theme": "latest",
|
|
||||||
"@freesewing/i18n": "latest",
|
|
||||||
"@freesewing/mui-theme": "latest",
|
|
||||||
"@freesewing/plugin-bust": "latest",
|
|
||||||
"@freesewing/plugin-buttons": "latest",
|
|
||||||
"@freesewing/plugin-debug": "latest",
|
|
||||||
"@freesewing/plugin-flip": "latest",
|
|
||||||
"@freesewing/utils": "latest",
|
|
||||||
"react-scripts": "^4.0.3",
|
|
||||||
"webpack": "^5.37.0",
|
|
||||||
"rollup": "^2.48.0",
|
|
||||||
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
||||||
"rollup-plugin-terser": "^7.0.2",
|
|
||||||
"@rollup/plugin-babel": "^5.1.0",
|
|
||||||
"@rollup/plugin-commonjs": "^14.0.0",
|
|
||||||
"@rollup/plugin-url": "^6.0.0",
|
|
||||||
"@rollup/plugin-json": "^4.1.0",
|
|
||||||
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
||||||
"@rollup/plugin-yaml": "^3.0.0",
|
|
||||||
"@material-ui/core": "^4.11.4",
|
|
||||||
"@material-ui/icons": "^4.11.2",
|
|
||||||
"@material-ui/lab": "^4.0.0-alpha.58",
|
|
||||||
"axios": "0.21.1",
|
|
||||||
"react-intl": "5.17.6",
|
|
||||||
"prop-types": "15.7.2",
|
|
||||||
"file-saver": "^2.0.5",
|
|
||||||
"eslint": "^7.27.0",
|
|
||||||
"eslint-config-standard": "^16.0.3",
|
|
||||||
"eslint-config-standard-react": "^11.0.1",
|
|
||||||
"eslint-plugin-node": "^11.1.0",
|
|
||||||
"eslint-plugin-promise": "^5.1.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,43 +1,29 @@
|
||||||
import url from '@rollup/plugin-url'
|
|
||||||
import babel from '@rollup/plugin-babel'
|
|
||||||
import resolve from '@rollup/plugin-node-resolve'
|
import resolve from '@rollup/plugin-node-resolve'
|
||||||
import commonjs from '@rollup/plugin-commonjs'
|
import commonjs from '@rollup/plugin-commonjs'
|
||||||
import json from '@rollup/plugin-json'
|
import json from '@rollup/plugin-json'
|
||||||
import { terser } from 'rollup-plugin-terser'
|
|
||||||
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
|
import peerDepsExternal from 'rollup-plugin-peer-deps-external'
|
||||||
// import postcss from 'rollup-plugin-postcss'
|
import { name, version, description, author, license, main, module, rollup } from './package.json'
|
||||||
import { main, module, name, version, description, author, license } from './package.json'
|
|
||||||
|
const banner = `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
||||||
|
const output = [
|
||||||
|
{
|
||||||
|
banner,
|
||||||
|
file: main,
|
||||||
|
format: 'cjs',
|
||||||
|
sourcemap: true,
|
||||||
|
exports: rollup.exports,
|
||||||
|
},
|
||||||
|
]
|
||||||
|
if (typeof module !== 'undefined')
|
||||||
|
output.push({
|
||||||
|
banner,
|
||||||
|
file: module,
|
||||||
|
format: 'es',
|
||||||
|
sourcemap: true,
|
||||||
|
})
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
input: 'src/index.js',
|
input: 'src/index.js',
|
||||||
output: [
|
output,
|
||||||
{
|
plugins: [peerDepsExternal(), resolve({ modulesOnly: true }), commonjs(), json()],
|
||||||
file: main,
|
|
||||||
format: 'cjs',
|
|
||||||
sourcemap: true,
|
|
||||||
exports: 'default'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
file: module,
|
|
||||||
format: 'es',
|
|
||||||
sourcemap: true,
|
|
||||||
exports: 'default'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
plugins: [
|
|
||||||
peerDepsExternal(),
|
|
||||||
// postcss({ modules: true }),
|
|
||||||
url({ exclude: ['**/*.svg'] }),
|
|
||||||
babel({
|
|
||||||
exclude: 'node_modules/**'
|
|
||||||
}),
|
|
||||||
resolve({ browser: true }),
|
|
||||||
json(),
|
|
||||||
commonjs(),
|
|
||||||
terser({
|
|
||||||
output: {
|
|
||||||
preamble: `/**\n * ${name} | v${version}\n * ${description}\n * (c) ${new Date().getFullYear()} ${author}\n * @license ${license}\n */`
|
|
||||||
}
|
|
||||||
})
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue