37 lines
791 B
JSON
37 lines
791 B
JSON
{
|
|
"name": "opendbm-website",
|
|
"private": true,
|
|
"workspaces": [
|
|
"website",
|
|
"plugins/*",
|
|
"sync-api-docs"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "yarn update-lock",
|
|
"update-lock": "yarn-deduplicate"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"case-police": "^0.5.1",
|
|
"eslint": "^8.10.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-mdx": "^1.16.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-yaml": "^0.5.0",
|
|
"husky": "^4.3.8",
|
|
"netlify-plugin-cache": "^1.0.3",
|
|
"prettier": "^2.5.1",
|
|
"pretty-quick": "^3.1.3",
|
|
"yarn-deduplicate": "^3.1.0"
|
|
},
|
|
"resolutions": {
|
|
"trim": "^1.0.1",
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|