{ "name": "engelsystem", "version": "1.1.0", "main": "index.js", "repository": "https://github.com/engelsystem/engelsystem.git", "author": "https://github.com/engelsystem/engelsystem/contributors", "license": "GPL-2.0-or-later", "scripts": { "build": "NODE_ENV=production yarn build:webpack", "build:webpack": "webpack", "build:watch": "webpack --watch", "lint": "eslint .", "lint:fix": "eslint --fix ." }, "dependencies": { "@popperjs/core": "^2.11.6", "bootstrap": "^5.2.3", "core-js": "^3.26.1", "jquery": "^3.6.1", "select2": "^4.0.13", "select2-bootstrap-5-theme": "^1.3.0" }, "devDependencies": { "@babel/core": "^7.20.2", "@babel/eslint-parser": "^7.19.1", "@babel/preset-env": "^7.20.2", "autoprefixer": "^10.4.13", "babel-loader": "^8.3.0", "bootstrap-icons": "^1.10.2", "css-loader": "^6.7.2", "css-minimizer-webpack-plugin": "^3.4.1", "eslint": "^8.28.0", "eslint-plugin-editorconfig": "^4.0.2", "mini-css-extract-plugin": "^2.7.0", "postcss": "^8.4.19", "postcss-loader": "^6.2.1", "resolve-url-loader": "^5.0.0", "sass": "^1.56.1", "sass-loader": "^12.6.0", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.6", "webpack": "^5.75.0", "webpack-cli": "^4.10.0", "webpack-manifest-plugin": "^5.0.0" } }