Skip to content

Commit

Permalink
Merge pull request #34 from TEAM-BEAT/init/#33/Jotai
Browse files Browse the repository at this point in the history
[Init/#33] Jotai 추가
  • Loading branch information
pepperdad authored Jul 7, 2024
2 parents 6995fc6 + 11a54e9 commit 9533635
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
]
},
"dependencies": {
"jotai": "^2.8.4",
"postcss": "^8.4.38",
"postcss-scss": "^4.0.9",
"react": "^18.3.1",
Expand Down
Empty file added src/stores/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@hooks/*": ["src/hooks/*"],
"@pages/*": ["src/pages/*"],
"@routes/*": ["src/routes/*"],
"@stores/*": ["src/stores/*"],
"@styles/*": ["src/styles/*"],
"@types/*": ["src/types/*"],
"@utils/*": ["src/utils/*"]
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5435,6 +5435,7 @@ __metadata:
eslint-plugin-storybook: "npm:^0.8.0"
globals: "npm:^15.6.0"
husky: "npm:^8.0.0"
jotai: "npm:^2.8.4"
lint-staged: "npm:^15.2.7"
postcss: "npm:^8.4.38"
postcss-scss: "npm:^4.0.9"
Expand Down Expand Up @@ -9009,6 +9010,21 @@ __metadata:
languageName: node
linkType: hard

"jotai@npm:^2.8.4":
version: 2.8.4
resolution: "jotai@npm:2.8.4"
peerDependencies:
"@types/react": ">=17.0.0"
react: ">=17.0.0"
peerDependenciesMeta:
"@types/react":
optional: true
react:
optional: true
checksum: 10c0/32bd3a41ea9de2f1a17dc179707a37d4c470a44973d8e48dbc8d5284fbf6333b678a203b10216049ab7e62ca34465cf3c765f64ed54cb0ef470246309415ff0f
languageName: node
linkType: hard

"js-tokens@npm:^3.0.0 || ^4.0.0, js-tokens@npm:^4.0.0":
version: 4.0.0
resolution: "js-tokens@npm:4.0.0"
Expand Down

0 comments on commit 9533635

Please sign in to comment.