Skip to content

Commit

Permalink
feat: Updated frontend/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 23, 2024
1 parent 58358b0 commit 43645f7
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,41 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.0.0-alpha.11",
"@apollo/react-hooks": "^3.1.3",
"@reach/router": "^1.2.1",
"@types/jest": "24.0.17",
"@types/jsonwebtoken": "^8.3.4",
"@types/jwt-decode": "^2.2.1",
"@types/node": "12.7.2",
"@types/reach__router": "^1.2.4",
"@types/react": "16.9.2",
"@types/react-dom": "16.8.5",
"@types/react-helmet": "^5.0.14",
"@types/showdown": "^1.9.3",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"antd": "4.0.0-alpha.14",
"apollo-boost": "^0.4.4",
"apollo-link-context": "^1.0.19",
"array-move": "^2.2.1",
"axios": "^0.19.0",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"moment": "^2.24.0",
"parse-domain": "^2.3.4",
"react": "^16.9.0",
"react-apollo-hooks": "^0.5.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-mde": "^8.0.1",
"react-scripts": "3.1.2",
"react-sortable-hoc": "^1.10.1",
"showdown": "^1.9.1",
"typescript": "3.5.3"
"@ant-design/icons": "^4.7.0",
"@apollo/react-hooks": "^4.0.0",
"@reach/router": "^2.0.0",
"@types/jest": "^27.0.0",
"@types/jsonwebtoken": "^9.0.0",
"@types/jwt-decode": "^3.0.0",
"@types/node": "^16.0.0",
"@types/reach__router": "^2.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.0.0",
"@types/showdown": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"antd": "^5.0.0",
"apollo-boost": "^1.0.0",
"apollo-link-context": "^2.0.0",
"array-move": "^3.0.0",
"axios": "^0.24.0",
"graphql": "^16.0.0",
"graphql-tag": "^3.0.0",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.0.0",
"mobx": "^6.0.0",
"mobx-react": "^7.0.0",
"moment": "^3.0.0",
"parse-domain": "^3.0.0",
"react": "^17.0.0",
"react-apollo-hooks": "^1.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.0.0",
"react-mde": "^9.0.0",
"react-scripts": "^4.0.0",
"react-sortable-hoc": "^2.0.0",
"showdown": "^2.0.0",
"typescript": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 43645f7

Please sign in to comment.