Files
dialog-relations-website/package.json
Dominik Polakovics c4d01f2a47
All checks were successful
Build / build (push) Successful in 4m18s
Build / deploy-stage (push) Successful in 4m47s
Build / switch-stage (push) Successful in 2m3s
feat: update image size handling in textimage component for better layout control
2025-06-16 12:44:31 +02:00

24 lines
631 B
JSON

{
"name": "dialog-relations-website",
"version": "1.0.0",
"scripts": {
"build:css": "NODE_ENV=production webpack --config webpack.config.js --mode production",
"dev:css": "webpack --config webpack.config.js --mode development --watch"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"css-loader": "^6.7.3",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.5.3",
"postcss-loader": "^8.1.1",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.4.17",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"yaml-loader": "^0.8.1"
}
}