1
0
Fork 0
This commit is contained in:
Vojtěch Mareš 2022-09-07 01:20:40 +02:00
parent fa96a47bdf
commit 2eb1e7103f
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
12 changed files with 3066 additions and 3371 deletions

View file

@ -7,15 +7,22 @@
"url": "https://gitlab.mareshq.com/mareshq/internal-static-sites"
},
"author": "Vojtech Mares <iam@vojtechmares.com>",
"workspaces": [
"themes/*",
"sites/*"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"fmt": "prettier --write .",
"fmt-check": "prettier --check ."
"fmt-check": "prettier --check .",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"dev": "turbo run dev"
},
"devDependencies": {
"prettier": "^2.4.1"
"prettier": "^2.7.1",
"turbo": "^1.4.5"
},
"dependencies": {
"@babel/core": "^7.19.0",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16"
}
}