Skip to content

Commit

Permalink
fix: scripts-package-init 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJeongHooo committed Jul 13, 2024
1 parent 29e7441 commit f8d153e
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 42 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,21 @@
"type-check": "turbo run type-check",
"check:spell": "cspell '**' --gitignore --no-progress",
"postinstall": "husky install",
"generate:package": "turbo gen package-template"
"generate:workspace": "turbo gen workspace-template"
},
"dependencies": {
"@emotion/react": "^11.11.4"
},
"devDependencies": {
"@turbo/gen": "^1.12.4",
"@types/fs-extra": "^11.0.4",
"cspell": "^8.10.0",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"husky": "^9.0.11",
"next": "14.2.4",
"prettier": "^3.2.5",
"turbo": "^2.0.4",
"@turbo/gen": "^1.12.4",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@8.15.6",
Expand Down
61 changes: 61 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f8d153e

Please sign in to comment.