|
|
@@ -3,17 +3,6 @@
|
|
|
"version": "0.1.0",
|
|
|
"private": true,
|
|
|
"dependencies": {
|
|
|
- "@testing-library/jest-dom": "^4.2.4",
|
|
|
- "@testing-library/react": "^9.3.2",
|
|
|
- "@testing-library/user-event": "^7.1.2",
|
|
|
- "@types/jest": "^24.0.0",
|
|
|
- "@types/node": "^12.12.62",
|
|
|
- "@types/react": "^16.9.49",
|
|
|
- "@types/react-dom": "^16.9.8",
|
|
|
- "@types/react-modal": "^3.10.6",
|
|
|
- "@types/react-router": "^5.1.8",
|
|
|
- "@types/react-router-dom": "^5.1.5",
|
|
|
- "@types/styled-components": "^5.1.3",
|
|
|
"ace-builds": "^1.4.12",
|
|
|
"axios": "^0.20.0",
|
|
|
"dotenv": "^8.2.0",
|
|
|
@@ -22,9 +11,7 @@
|
|
|
"react-dom": "^16.13.1",
|
|
|
"react-modal": "^3.11.2",
|
|
|
"react-router-dom": "^5.2.0",
|
|
|
- "react-scripts": "3.4.3",
|
|
|
- "styled-components": "^5.2.0",
|
|
|
- "typescript": "~3.7.2"
|
|
|
+ "styled-components": "^5.2.0"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
@@ -40,6 +27,8 @@
|
|
|
"@types/react": "^16.9.49",
|
|
|
"@types/react-dom": "^16.9.8",
|
|
|
"@types/react-modal": "^3.10.6",
|
|
|
+ "@types/react-router": "^5.1.8",
|
|
|
+ "@types/react-router-dom": "^5.1.5",
|
|
|
"@types/styled-components": "^5.1.3",
|
|
|
"file-loader": "^6.1.0",
|
|
|
"html-webpack-plugin": "^4.5.0",
|