Feat/hide unused features
This commit is contained in:
parent
8d5d0a666e
commit
41b86d4a6d
28 changed files with 3357 additions and 20314 deletions
|
|
@ -7,7 +7,6 @@
|
|||
"@headlessui/react": "^1.3.0",
|
||||
"@heroicons/react": "^1.0.3",
|
||||
"@hookform/resolvers": "^2.6.1",
|
||||
"@reach/router": "^1.3.4",
|
||||
"@tailwindcss/forms": "^0.3.3",
|
||||
"@tailwindcss/typography": "^0.4.1",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
|
|
@ -23,11 +22,14 @@
|
|||
"prismjs": "^1.24.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-gravatar": "^2.6.3",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-hook-form": "^7.22.0",
|
||||
"react-hot-toast": "^2.0.0",
|
||||
"react-markdown": "^7.0.1",
|
||||
"react-redux": "^7.2.4",
|
||||
"react-router-dom": "6.2.1",
|
||||
"react-router": "6.2.1",
|
||||
"react-scripts": "4.0.3",
|
||||
"react-simple-code-editor": "^0.11.0",
|
||||
"react-table": "^7.7.0",
|
||||
|
|
@ -69,9 +71,10 @@
|
|||
"devDependencies": {
|
||||
"@types/lodash": "^4.14.171",
|
||||
"@types/prismjs": "^1.16.6",
|
||||
"@types/reach__router": "^1.3.9",
|
||||
"@types/react": "^17.0.18",
|
||||
"@types/react-gravatar": "^2.6.10",
|
||||
"@types/react-helmet": "^6.1.2",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/react-table": "^7.7.2",
|
||||
"autoprefixer": "^9",
|
||||
"dotenv": "^10.0.0",
|
||||
|
|
|
|||
Reference in a new issue