Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 22, 2023
1 parent f92626a commit 02705ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 206 deletions.
7 changes: 4 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
"react-twitter-widgets": "^1.11.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.23.4",

"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-async-generator-functions": "^7.23.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"start": "yarn start",
"build": "yarn build",
"test": "craco test",
"eject": "craco eject"
},
Expand Down
Loading

0 comments on commit 02705ef

Please sign in to comment.