mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "@morten-olsen/goodwrites-repo",
|
|
"workspaces": [
|
|
"packages/goodwrites",
|
|
"packages/goodwrites-webpack-loader",
|
|
"packages/goodwrites-viewer",
|
|
"packages/goodwrites-cli",
|
|
"packages/goodwrites-latex",
|
|
"articles",
|
|
"webpage",
|
|
"profile",
|
|
"packages/markdown-loader"
|
|
],
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.3.0",
|
|
"@commitlint/config-conventional": "^17.3.0",
|
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
"@types/jest": "^29.2.3",
|
|
"commitizen": "^4.2.5",
|
|
"eslint": "^8.29.0",
|
|
"husky": "^8.0.2",
|
|
"jest": "^29.3.1",
|
|
"prettier": "^2.8.0",
|
|
"ts-jest": "^29.0.3",
|
|
"turbo": "^1.7.0",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"cli": "turbo cli --filter=@morten-olsen/goodwrites-cli ",
|
|
"dev": "turbo dev --filter=@morten-olsen/personal-webpage",
|
|
"build": "turbo build",
|
|
"postinstall": "husky install"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"url-loader": "^4.1.1"
|
|
}
|
|
}
|