mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
feat: init
This commit is contained in:
43
package.json
Normal file
43
package.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "@morten-olsen/goodwrites-repo",
|
||||
"packageManager": "yarn@3.1.0",
|
||||
"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",
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"cli": "yarn workspace @morten-olsen/goodwrites-cli run cli",
|
||||
"dev": "yarn workspace @morten-olsen/personal-webpage next dev",
|
||||
"build": "yarn workspace @morten-olsen/personal-webpage next build && yarn workspace @morten-olsen/personal-webpage next export",
|
||||
"postinstall": "husky install"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"url-loader": "^4.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user