WIP
This commit is contained in:
parent
fa96a47bdf
commit
2eb1e7103f
12 changed files with 3066 additions and 3371 deletions
19
package.json
19
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue