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-flip': *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:
|
||||
peer:
|
||||
'@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'
|
||||
florent: 'A FreeSewing pattern for a flat cap'
|
||||
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'
|
||||
holmes: 'A FreeSewing pattern for a Sherlock Holmes hat'
|
||||
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'
|
||||
simon: 'A FreeSewing pattern for a button down shirt'
|
||||
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'
|
||||
tamiko: 'A FreeSewing pattern for a zero-waste top'
|
||||
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'
|
||||
wahid: 'A FreeSewing pattern for a classic fitted waistcoat'
|
||||
waralee: 'A FreeSewing pattern for wrap pants'
|
||||
freesewing.org: 'fixme'
|
||||
freesewing.dev: 'fixme'
|
||||
freesewing.shared: 'fixme'
|
||||
|
|
|
@ -11,6 +11,9 @@ customRollup:
|
|||
- remark-jargon
|
||||
- utils
|
||||
- prettier-config
|
||||
- strapi
|
||||
- freesewing.dev
|
||||
- freesewing.org
|
||||
namedExports:
|
||||
- css-theme
|
||||
- models
|
||||
|
@ -57,6 +60,10 @@ packageJson:
|
|||
css-theme:
|
||||
main: dist/theme.css
|
||||
module: '!'
|
||||
freesewing.dev:
|
||||
private: true
|
||||
freesewing.org:
|
||||
private: true
|
||||
holmes:
|
||||
author: AlfaLyr (https://github.com/alfalyr)
|
||||
i18n:
|
||||
|
@ -82,6 +89,17 @@ packageJson:
|
|||
- package.json
|
||||
sandy:
|
||||
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:
|
||||
# react-scripts doesn't handle .mjs files correctly
|
||||
module: '!'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue