aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorVaiTon2023-04-29 23:29:26 +0000
committerVaiTon2023-04-29 23:29:26 +0000
commit5064ceeca3c478386e99557d66e9cfaa829d5407 (patch)
treeccbfa3b3f1741de1f68b2617b498cd4a0bdda896 /frontend/package.json
parentdb851ed4284174c4a759045d89ed6a2a774c0192 (diff)
Use pnpm for frontend
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 8ee4755..f707f2d 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -13,7 +13,6 @@
"bs-custom-file-input": "^1.3.4",
"classnames": "^2.2.6",
"dompurify": "^2.1.1",
- "eslint-config-react-app": "^5.2.1",
"http-proxy-middleware": "^1.0.5",
"lodash": "^4.17.20",
"pondjs": "^0.9.0",
@@ -30,7 +29,8 @@
"react-tag-autocomplete": "^6.0.0-beta.6",
"react-timeseries-charts": "^0.16.1",
"sass": "^1.32.12",
- "typed.js": "^2.0.11"
+ "typed.js": "^2.0.11",
+ "@babel/eslint-parser": "^7.21.3"
},
"scripts": {
"start": "react-scripts start",
@@ -53,8 +53,5 @@
"last 1 safari version"
]
},
- "license": "GPL-3.0",
- "devDependencies": {
- "@babel/eslint-parser": "^7.21.3"
- }
+ "license": "GPL-3.0"
}