chore: Updated to auto-config for strapi
This commit is contained in:
parent
87726a333d
commit
562be55f8a
6 changed files with 189 additions and 19 deletions
|
@ -208,6 +208,18 @@ simone:
|
||||||
'@freesewing/plugin-buttons': *freesewing
|
'@freesewing/plugin-buttons': *freesewing
|
||||||
'@freesewing/plugin-flip': *freesewing
|
'@freesewing/plugin-flip': *freesewing
|
||||||
'@freesewing/plugin-bust': *freesewing
|
'@freesewing/plugin-bust': *freesewing
|
||||||
|
strapi:
|
||||||
|
_:
|
||||||
|
strapi: &strapi '3.6.5'
|
||||||
|
strapi-admin: *strapi
|
||||||
|
strapi-utils: *strapi
|
||||||
|
strapi-plugin-content-type-builder: *strapi
|
||||||
|
strapi-plugin-content-manager: *strapi
|
||||||
|
strapi-plugin-users-permissions: *strapi
|
||||||
|
strapi-plugin-email: *strapi
|
||||||
|
strapi-plugin-upload: *strapi
|
||||||
|
strapi-plugin-i18n: *strapi
|
||||||
|
strapi-connector-mongoose: *strapi
|
||||||
sven:
|
sven:
|
||||||
peer:
|
peer:
|
||||||
'@freesewing/brian': *freesewing
|
'@freesewing/brian': *freesewing
|
||||||
|
|
|
@ -19,6 +19,9 @@ diana: 'A FreeSewing pattern for a top with a draped neck'
|
||||||
examples: 'A FreeSewing pattern holding examples for our documentation'
|
examples: 'A FreeSewing pattern holding examples for our documentation'
|
||||||
florent: 'A FreeSewing pattern for a flat cap'
|
florent: 'A FreeSewing pattern for a flat cap'
|
||||||
florence: 'A FreeSewing pattern for a face mask'
|
florence: 'A FreeSewing pattern for a face mask'
|
||||||
|
freesewing.org: 'fixme'
|
||||||
|
freesewing.dev: 'fixme'
|
||||||
|
freesewing.shared: 'fixme'
|
||||||
gatsby-remark-jargon: 'A gatsby-transformer-remark sub-plugin for jargon terms'
|
gatsby-remark-jargon: 'A gatsby-transformer-remark sub-plugin for jargon terms'
|
||||||
holmes: 'A FreeSewing pattern for a Sherlock Holmes hat'
|
holmes: 'A FreeSewing pattern for a Sherlock Holmes hat'
|
||||||
hortensia: 'A FreeSewing pattern for a handbag'
|
hortensia: 'A FreeSewing pattern for a handbag'
|
||||||
|
@ -62,6 +65,7 @@ sandy: 'A FreeSewing pattern for a circle skirt'
|
||||||
shin: 'A FreeSewing pattern for swim trunks'
|
shin: 'A FreeSewing pattern for swim trunks'
|
||||||
simon: 'A FreeSewing pattern for a button down shirt'
|
simon: 'A FreeSewing pattern for a button down shirt'
|
||||||
simone: 'A FreeSewing pattern for a button down shirt (Simone = Simon for people with breasts)'
|
simone: 'A FreeSewing pattern for a button down shirt (Simone = Simon for people with breasts)'
|
||||||
|
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'
|
||||||
|
@ -73,6 +77,3 @@ 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'
|
||||||
waralee: 'A FreeSewing pattern for wrap pants'
|
waralee: 'A FreeSewing pattern for wrap pants'
|
||||||
freesewing.org: 'fixme'
|
|
||||||
freesewing.dev: 'fixme'
|
|
||||||
freesewing.shared: 'fixme'
|
|
||||||
|
|
|
@ -11,6 +11,9 @@ customRollup:
|
||||||
- remark-jargon
|
- remark-jargon
|
||||||
- utils
|
- utils
|
||||||
- prettier-config
|
- prettier-config
|
||||||
|
- strapi
|
||||||
|
- freesewing.dev
|
||||||
|
- freesewing.org
|
||||||
namedExports:
|
namedExports:
|
||||||
- css-theme
|
- css-theme
|
||||||
- models
|
- models
|
||||||
|
@ -57,6 +60,10 @@ packageJson:
|
||||||
css-theme:
|
css-theme:
|
||||||
main: dist/theme.css
|
main: dist/theme.css
|
||||||
module: '!'
|
module: '!'
|
||||||
|
freesewing.dev:
|
||||||
|
private: true
|
||||||
|
freesewing.org:
|
||||||
|
private: true
|
||||||
holmes:
|
holmes:
|
||||||
author: AlfaLyr (https://github.com/alfalyr)
|
author: AlfaLyr (https://github.com/alfalyr)
|
||||||
i18n:
|
i18n:
|
||||||
|
@ -82,6 +89,17 @@ packageJson:
|
||||||
- package.json
|
- package.json
|
||||||
sandy:
|
sandy:
|
||||||
author: AlfaLyr (https://github.com/alfalyr)
|
author: AlfaLyr (https://github.com/alfalyr)
|
||||||
|
strapi:
|
||||||
|
private: true
|
||||||
|
scripts:
|
||||||
|
develop: strapi develop
|
||||||
|
start: strapi start
|
||||||
|
build: strapi build
|
||||||
|
strapi: strapi
|
||||||
|
homepage: "https://posts.freesewing.org/"
|
||||||
|
files: []
|
||||||
|
publishConfig: {}
|
||||||
|
rollup: {}
|
||||||
utils:
|
utils:
|
||||||
# react-scripts doesn't handle .mjs files correctly
|
# react-scripts doesn't handle .mjs files correctly
|
||||||
module: '!'
|
module: '!'
|
||||||
|
|
9
packages/strapi/CHANGELOG.md
Normal file
9
packages/strapi/CHANGELOG.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Change log for: @freesewing/strapi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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,3 +1,118 @@
|
||||||
# Strapi application
|

|
||||||
|
<p align='center'><a
|
||||||
|
href="https://www.npmjs.com/package/@freesewing/strapi"
|
||||||
|
title="@freesewing/strapi on NPM"
|
||||||
|
><img src="https://img.shields.io/npm/v/@freesewing/strapi.svg"
|
||||||
|
alt="@freesewing/strapi on NPM"/>
|
||||||
|
</a><a
|
||||||
|
href="https://opensource.org/licenses/MIT"
|
||||||
|
title="License: MIT"
|
||||||
|
><img src="https://img.shields.io/npm/l/@freesewing/strapi.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%3Astrapi"
|
||||||
|
title="Open issues tagged pkg:strapi"
|
||||||
|
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:strapi.svg?label=Issues"
|
||||||
|
alt="Open issues tagged pkg:strapi"/>
|
||||||
|
</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>
|
||||||
|
|
||||||
A quick description of your strapi application
|
# @freesewing/strapi
|
||||||
|
|
||||||
|
Freesewing's Strapi instance
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## What am I looking at? 🤔
|
||||||
|
|
||||||
|
This repository is our *monorepo*
|
||||||
|
holding [all our NPM packages](https://freesewing.dev/reference/packages/).
|
||||||
|
|
||||||
|
This folder holds: @freesewing/strapi
|
||||||
|
|
||||||
|
## 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
|
||||||
|
npx create-freesewing-pattern
|
||||||
|
```
|
||||||
|
|
||||||
|
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/).
|
||||||
|
|
||||||
|
We also have a [pattern design tutorial](https://freesewing.dev/tutorials/pattern-design/) that
|
||||||
|
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.
|
||||||
|
|
||||||
|
## Support FreeSewing: Become a patron 🥰
|
||||||
|
|
||||||
|
FreeSewing is an open source project run by a community,
|
||||||
|
and financially supported by our patrons.
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
## 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,15 +1,32 @@
|
||||||
{
|
{
|
||||||
"name": "strapi",
|
"name": "@freesewing/strapi",
|
||||||
"private": true,
|
"version": "2.17.4",
|
||||||
"version": "0.1.0",
|
"description": "Freesewing's Strapi instance",
|
||||||
"description": "FreeSewing's Strapi instance",
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||||
|
"homepage": "https://posts.freesewing.org/",
|
||||||
|
"repository": "github:freesewing/freesewing",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/freesewing/freesewing/issues"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"freesewing",
|
||||||
|
"design",
|
||||||
|
"diy",
|
||||||
|
"fashion",
|
||||||
|
"made to measure",
|
||||||
|
"parametric design",
|
||||||
|
"sewing"
|
||||||
|
],
|
||||||
|
"main": "dist/index.js",
|
||||||
|
"module": "dist/index.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"develop": "strapi develop",
|
"develop": "strapi develop",
|
||||||
"start": "strapi start",
|
"start": "strapi start",
|
||||||
"build": "strapi build",
|
"build": "strapi build",
|
||||||
"strapi": "strapi"
|
"strapi": "strapi"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"peerDependencies": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"strapi": "3.6.5",
|
"strapi": "3.6.5",
|
||||||
"strapi-admin": "3.6.5",
|
"strapi-admin": "3.6.5",
|
||||||
|
@ -22,15 +39,13 @@
|
||||||
"strapi-plugin-i18n": "3.6.5",
|
"strapi-plugin-i18n": "3.6.5",
|
||||||
"strapi-connector-mongoose": "3.6.5"
|
"strapi-connector-mongoose": "3.6.5"
|
||||||
},
|
},
|
||||||
"author": {
|
"devDependencies": {},
|
||||||
"name": "Joost De Cock <joost@joost.at>"
|
"files": [],
|
||||||
},
|
"publishConfig": {},
|
||||||
"strapi": {
|
|
||||||
"uuid": "ebdf450e-ca5d-4963-a198-748ccbd07370"
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.16.0 <=14.x.x",
|
"node": ">=12.0.0",
|
||||||
"npm": "^6.0.0"
|
"npm": ">=6"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"rollup": {},
|
||||||
|
"private": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue