change npm to yarn; some changes

This commit is contained in:
2020-10-29 22:17:01 +03:00
parent 438868b58c
commit 05c8f36bda
12 changed files with 12107 additions and 16915 deletions
+15 -11
View File
@@ -6,27 +6,31 @@
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.11",
"@sentry/browser": "5.26.0",
"@fortawesome/react-fontawesome": "0.1.12",
"@sentry/react": "5.27.2",
"bbcode-to-react": "0.2.9",
"react": "16.14.0",
"react-dom": "16.14.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-loader-spinner": "3.1.14",
"redux": "4.0.5",
"react-redux": "7.2.1",
"react-router-dom": "5.2.0"
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
"eruda": "2.4.1",
"eruda-dom": "2.0.0",
"eruda-memory": "2.0.0",
"eruda-features": "2.0.0"
},
"devDependencies": {
"@types/node": "14.11.8",
"@types/react": "16.9.52",
"@types/react-dom": "16.9.8",
"@types/node": "14.14.6",
"@types/react": "16.9.55",
"@types/react-dom": "16.9.9",
"@types/react-redux": "7.1.9",
"@types/react-router-dom": "5.1.6",
"@types/react-transition-group": "4.4.0",
"node-sass": "4.14.1",
"redux-devtools-extension": "2.13.8",
"typescript": "4.0.3",
"react-scripts": "3.4.3"
"typescript": "4.0.5",
"react-scripts": "4.0.0"
},
"scripts": {
"start": "react-scripts start",