Skip to content

Commit

Permalink
chore: 디자인 시스템 코어 패키지 폴더 구조 생성 및 의존성 패키지 버전 수정 (#ATR-591)
Browse files Browse the repository at this point in the history
  • Loading branch information
LC-02s committed Aug 2, 2024
1 parent c1da64a commit 73c446c
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 6 deletions.
7 changes: 4 additions & 3 deletions packages/design-system/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsup"
},
"dependencies": {
"tsup": "^8.1.0"
Expand All @@ -18,8 +18,9 @@
"@attraction/config": "workspace:^"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@attraction/ds-hooks": "workspace:^",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"keywords": [],
"author": "",
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
8 changes: 7 additions & 1 deletion packages/design-system/packages/core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"extends": "@attraction/config/tsconfig.base.json"
"extends": "@attraction/config/tsconfig.base.json",
"main": "index.ts",
"compilerOptions": {
"jsx": "preserve"
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 73c446c

Please sign in to comment.