2018-01-03 01:19:31 +01:00
|
|
|
{
|
|
|
|
"name": "engelsystem",
|
2018-09-10 22:34:27 +02:00
|
|
|
"version": "1.1.0",
|
2018-01-03 01:19:31 +01:00
|
|
|
"main": "index.js",
|
|
|
|
"repository": "https://github.com/engelsystem/engelsystem.git",
|
2018-12-09 13:07:19 +01:00
|
|
|
"author": "https://github.com/engelsystem/engelsystem/contributors",
|
2020-04-25 12:59:15 +02:00
|
|
|
"license": "GPL-2.0-or-later",
|
2018-01-03 01:19:31 +01:00
|
|
|
"scripts": {
|
2021-08-17 14:46:42 +02:00
|
|
|
"build": "NODE_ENV=production yarn build:webpack",
|
2018-09-10 19:53:19 +02:00
|
|
|
"build:webpack": "webpack",
|
2022-11-26 14:50:15 +01:00
|
|
|
"build:watch": "webpack --watch",
|
|
|
|
"lint": "eslint .",
|
|
|
|
"lint:fix": "eslint --fix ."
|
2018-01-03 01:19:31 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-27 19:42:09 +01:00
|
|
|
"@popperjs/core": "^2.11.6",
|
|
|
|
"bootstrap": "^5.2.3",
|
|
|
|
"core-js": "^3.26.1",
|
|
|
|
"jquery": "^3.6.1",
|
2021-07-17 16:42:22 +02:00
|
|
|
"select2": "^4.0.13",
|
2022-11-27 19:42:09 +01:00
|
|
|
"select2-bootstrap-5-theme": "^1.3.0"
|
2018-01-03 01:19:31 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-27 19:42:09 +01:00
|
|
|
"@babel/core": "^7.20.2",
|
2022-11-26 14:50:15 +01:00
|
|
|
"@babel/eslint-parser": "^7.19.1",
|
2022-11-27 19:42:09 +01:00
|
|
|
"@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",
|
2022-11-26 14:50:15 +01:00
|
|
|
"eslint": "^8.28.0",
|
|
|
|
"eslint-plugin-editorconfig": "^4.0.2",
|
2022-11-27 19:42:09 +01:00
|
|
|
"mini-css-extract-plugin": "^2.7.0",
|
|
|
|
"postcss": "^8.4.19",
|
2022-01-28 14:17:20 +01:00
|
|
|
"postcss-loader": "^6.2.1",
|
2022-01-28 14:14:06 +01:00
|
|
|
"resolve-url-loader": "^5.0.0",
|
2022-11-27 19:42:09 +01:00
|
|
|
"sass": "^1.56.1",
|
|
|
|
"sass-loader": "^12.6.0",
|
2022-01-28 14:17:20 +01:00
|
|
|
"style-loader": "^3.3.1",
|
2022-11-27 19:42:09 +01:00
|
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
|
|
"webpack": "^5.75.0",
|
|
|
|
"webpack-cli": "^4.10.0",
|
2021-08-10 11:19:58 +02:00
|
|
|
"webpack-manifest-plugin": "^5.0.0"
|
2018-01-03 01:19:31 +01:00
|
|
|
}
|
|
|
|
}
|