Skip to content

Commit

Permalink
build configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sarath263 committed Jul 7, 2024
1 parent 9e813d7 commit e7105d1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["react"]
}
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.babelrc
Example
test
./example
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@
"mobx"
],
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"react": "^18.2.0"
"@babel/preset-react": "^7.24.7",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.3.1"
},
"author": "sarath263",
"license": "ISC",
Expand Down

0 comments on commit e7105d1

Please sign in to comment.