Skip to content

Commit

Permalink
modify package json
Browse files Browse the repository at this point in the history
  • Loading branch information
alonkeyval committed Jul 23, 2023
1 parent 11fa321 commit 1c23d9d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions frontend/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,22 @@
"@types/node": "20.3.3",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.14",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"next": "latest",
"postcss": "^8.4.26",
"postcss": "8.4.26",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-lottie": "^1.2.3",
"react-query": "^3.39.3",
"reactflow": "^11.7.4",
"styled-components": "^6.0.2",
"swr": "^2.1.5",
"typescript": "5.1.3"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.1.4",
"tailwindcss": "^3.3.3"
"babel-plugin-styled-components": "^2.1.4"
}
}

0 comments on commit 1c23d9d

Please sign in to comment.