{ "private": true, "scripts": { "build": "webpack --config webpack.prod.js", "build:dev": "webpack --config webpack.dev.js", "build:prod": "webpack --config webpack.prod.js", "postinstall": "bash ../scripts/clear_webpack_cache.sh" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.24.9", "@babel/eslint-parser": "^7.24.8", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.24.8", "babel-loader": "^9.1.3", "copy-webpack-plugin": "^12.0.2", "css-loader": "^7.1.2", "eslint": "^9.7.0", "glob": "^11.0.0", "sass": "^1.77.8", "sass-loader": "^14.2.1", "style-loader": "^4.0.0", "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-merge": "^6.0.1" }, "dependencies": { "@babel/runtime": "^7.24.8", "alpinejs": "^3.14.1", "axios": "^1.7.2", "bootstrap": "^5.3.3", "bootstrap-icons": "^1.11.3", "just-clone": "^6.2.0", "on-change": "^5.0.1", "simplebar": "^6.2.7" } }