feat: basic themes for event sites

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent c7a27f1dc7
commit ee84690cd9
28 changed files with 1158 additions and 157 deletions
+3 -5
View File
@@ -1,5 +1,5 @@
{
"name": "myep-next",
"name": "myep",
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
@@ -17,6 +17,8 @@
"postcss-loader": "^8.1.1",
"regenerator-runtime": "^0.13.9",
"tailwindcss": "^3.4.15",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.0",
"webpack-notifier": "^1.15.0"
@@ -29,9 +31,5 @@
"watch": "encore dev --watch",
"build": "encore production --progress",
"cy:open": "cypress open"
},
"dependencies": {
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0"
}
}