1
0
Fork 0

refactor: monorepified && npm workspaces

This commit is contained in:
Vojtěch Mareš 2022-01-04 01:03:34 +01:00
parent 973c247893
commit 9b0c9d0854
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
26 changed files with 349 additions and 3727 deletions

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "static-sites",
"private": true,
"version": "0.0.0",
"repository": {
"type": "git",
"url": "ssh://git@gitlab.mareshq.com:6022/mareshq/static-sites.git"
},
"author": "Vojtech Mares <iam@vojtechmares.com>",
"workspaces": [
"themes/*",
"sites/*"
],
"scripts": {
"fmt": "prettier --write .",
"fmt-check": "prettier --check ."
},
"devDependencies": {
"prettier": "^2.4.1"
}
}