Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
antonabrosimov committed Dec 5, 2021
1 parent 416340d commit c28285f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@ docker-compose up --build -d

## Used packages

"@reduxjs/toolkit": "^1.6.2",
"formik": "^2.2.9",
"framer-motion": "^5.3.3",
"i18next": "^21.5.4",
"js-cookie": "^3.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.14.3",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"react-snowfall": "^1.1.1",
"react-spring": "^9.3.2",
"react-use-gesture": "^9.1.3",
"sass": "^1.43.4",
"snowstorm": "^1.0.0",
"@reduxjs/toolkit": "^1.6.2" \
"formik": "^2.2.9" \
"framer-motion": "^5.3.3" \
"i18next": "^21.5.4" \
"js-cookie": "^3.0.1" \
"react": "^17.0.0" \
"react-dom": "^17.0.0" \
"react-helmet": "^6.1.0" \
"react-i18next": "^11.14.3" \
"react-icons": "^4.3.1" \
"react-redux": "^7.2.6" \
"react-router-dom": "^6.0.2" \
"react-snowfall": "^1.1.1" \
"react-spring": "^9.3.2" \
"react-use-gesture": "^9.1.3" \
"sass": "^1.43.4" \
"snowstorm": "^1.0.0" \
"styled-components": "^5.3.3"
"@vitejs/plugin-react": "^1.0.0",
"vite": "^2.6.4"
"@vitejs/plugin-react": "^1.0.0" \
"vite": "^2.6.4" \

2 changes: 1 addition & 1 deletion backend/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php

var_dump($_SERVER);
echo phpinfo();

0 comments on commit c28285f

Please sign in to comment.