experimenting with jsx

This commit is contained in:
Fran Jurmanović
2021-12-18 20:08:20 +01:00
parent b6e17e7137
commit 774e83568f
16 changed files with 311 additions and 106 deletions

View File

@@ -13,6 +13,7 @@
"@github/catalyst": "^1.1.3",
"dayjs": "^1.10.5",
"lit-html": "^1.4.1",
"prettier-plugin-html-template-literals": "^1.0.5",
"validator": "^13.6.0"
},
"devDependencies": {
@@ -21,6 +22,7 @@
"@babel/plugin-proposal-decorators": "^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.16.5",
"@babel/preset-typescript": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
@@ -36,7 +38,7 @@
"eslint-plugin-import": "^2.23.4",
"html-webpack-plugin": "^5.3.1",
"node-sass": "^6.0.0",
"prettier": "^2.3.1",
"prettier": "^2.5.1",
"sass-loader": "^11.1.1",
"sass-to-string": "^1.5.1",
"terser-webpack-plugin": "^5.1.3",