Remove craco to fix vulnerabilities

This commit is contained in:
braginini
2022-04-03 17:08:07 +02:00
parent e131ded7a2
commit ed82212e77
6 changed files with 13272 additions and 26427 deletions

View File

@@ -4,27 +4,28 @@
"private": true,
"dependencies": {
"@auth0/auth0-react": "^1.6.0",
"@craco/craco": "^6.4.3",
"@headlessui/react": "^1.4.0",
"@tailwindcss/postcss7-compat": "^2.0.2",
"@headlessui/react": "^1.5.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"autoprefixer": "^9",
"highlight.js": "^11.5.0",
"highlight.js": "^11.2.0",
"history": "^5.0.1",
"postcss": "^7",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"web-vitals": "^0.2.4"
"react-scripts": "^5.0.0",
"web-vitals": "^0.2.4",
"@heroicons/react": "^1.0.4",
"autoprefixer": "^10.4.4",
"heroicons": "^1.0.6",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
@@ -46,6 +47,6 @@
]
},
"devDependencies": {
"@heroicons/react": "^1.0.4"
}
}