aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/package.json
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-23 04:03:15 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-23 04:03:15 +0000
commit63ad960e4a8f51486dd25eb61c9c5b0f74cacd81 (patch)
treee5127bede8e3bc7aea3811db0ee30797baf3dfbe /spring-front/package.json
parentwip (diff)
downloadmdrtl-63ad960e4a8f51486dd25eb61c9c5b0f74cacd81.tar.gz
mdrtl-63ad960e4a8f51486dd25eb61c9c5b0f74cacd81.zip
wip
Diffstat (limited to 'spring-front/package.json')
-rw-r--r--spring-front/package.json13
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"
}
}