added initial components and routing

This commit is contained in:
plebbitor
2023-01-31 23:08:57 +01:00
parent 1b05ab21bc
commit b0233546f7
9 changed files with 2902 additions and 40 deletions
+10
View File
@@ -3,12 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@plebbit/plebbit-react-hooks": "https://github.com/plebbit/plebbit-react-hooks",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"babel-plugin-styled-components": "^2.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"styled-components": "^5.3.6",
"web-vitals": "^2.1.0"
},
"scripts": {
@@ -34,5 +38,11 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"typescript": "^4.9.5"
},
"resolutions": {
"styled-components": "^5"
}
}