summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-02-07 09:25:22 +0100
committerErnst Widerberg <ernst@sunet.se>2022-02-07 09:25:22 +0100
commiteeba7dfe674ea41c62202af119e1c95babae8c54 (patch)
tree2fa1b796bc291ba21c0a832f1243ef2a6aca4805 /package.json
parentd79f5eadcce336d7a4e4867d306c386af7e9f108 (diff)
Remove Babel in favor of Parcel's own transpiler
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 3 insertions, 6 deletions
diff --git a/package.json b/package.json
index 055d649..defb76e 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
"start": "PER_PAGE=${PER_PAGE:=5} parcel --port 8001 src/index.html",
"build": "PER_PAGE=${PER_PAGE:=5} parcel build src/index.html"
},
+ "browserslist": "defaults",
"parcelIgnore": [
"inject.js"
],
@@ -13,10 +14,6 @@
"author": "",
"license": "ISC",
"dependencies": {
- "@babel/core": "^7.14.6",
- "@babel/eslint-parser": "^7.14.7",
- "@babel/preset-env": "^7.14.7",
- "@babel/preset-react": "^7.14.5",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.4",
@@ -25,12 +22,12 @@
"eslint": "^7.29.0",
"eslint-plugin-react": "^7.14.3",
"parcel": "^2.0.0-rc.0",
+ "parcel-resolver-ignore": "2.0.0",
"prettier": "^2.3.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
- "react-router-dom": "^5.3.0",
- "parcel-resolver-ignore": "2.0.0"
+ "react-router-dom": "^5.3.0"
},
"dependenciesComments": {
"parcel-resolver-ignore": "Very small package so its version is pinned, do not update without reading source code"