diff options
Diffstat (limited to '')
-rw-r--r-- | spring-front/package.json | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/spring-front/package.json b/spring-front/package.json index 5b9bed5..45ad237 100644 --- a/spring-front/package.json +++ b/spring-front/package.json @@ -6,9 +6,10 @@ "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", + "highlight.js": "^11.5.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-scripts": "5.0.0", + "react-scripts": "^2.1.3", "web-vitals": "^2.1.4" }, "scripts": { @@ -17,12 +18,6 @@ "test": "react-scripts test", "eject": "react-scripts eject" }, - "eslintConfig": { - "extends": [ - "react-app", - "react-app/jest" - ] - }, "browserslist": { "production": [ ">0.2%", @@ -34,9 +29,5 @@ "last 1 firefox version", "last 1 safari version" ] - }, - "devDependencies": { - "eslint": "^8.11.0", - "eslint-plugin-react": "^7.29.4" } } |