feat: add (non-working) edit page

This commit is contained in:
Sam 2022-05-14 16:46:03 +02:00
parent 15797b679c
commit ca2cf9e06f
9 changed files with 140 additions and 11 deletions

View file

@ -10,20 +10,26 @@
"dependencies": {
"@sentry/react": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@types/react-helmet": "^6.1.5",
"axios": "^0.27.2",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-bootstrap-icons": "^1.8.2",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.3",
"react-router-dom": "6",
"recoil": "^0.7.2"
"react-sortablejs": "^6.1.1",
"recoil": "^0.7.2",
"sortablejs": "^1.15.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.1",
"@tailwindcss/typography": "^0.5.2",
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.5",
"@types/sortablejs": "^1.13.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",