feat: initial bulma restructuring

This commit is contained in:
2025-04-13 09:00:27 +02:00
parent 7b336f2817
commit 809c73a767
11 changed files with 1329 additions and 2142 deletions

View File

@@ -6,7 +6,9 @@
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"ex-trans": "i18next -c i18next-parser.config.js",
"build": "webpack --config webpack.config.js"
"build": "webpack --config webpack.config.js",
"build-bulma": "sass --load-path=node_modules src/main.scss src/main.css",
"start-bulma": "npm run build-bulma -- --watch"
},
"repository": {
"type": "git",
@@ -19,13 +21,21 @@
"author": "Julian-Samuel Gebühr",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@creativebulma/bulma-tooltip": "^1.2.0",
"css-loader": "^7.1.2",
"sass": "^1.86.3",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"bulma": "^1.0.3",
"bulma-tooltip": "^3.0.2",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2"
"i18next-http-backend": "^2.5.2",
"sass-migrator": "^2.3.1"
}
}