engelsystem/package.json

46 lines
1.3 KiB
JSON
Raw Normal View History

2018-01-03 01:19:31 +01:00
{
"name": "engelsystem",
"version": "1.1.0",
2018-01-03 01:19:31 +01:00
"main": "index.js",
"repository": "https://github.com/engelsystem/engelsystem.git",
"author": "https://github.com/engelsystem/engelsystem/contributors",
"license": "GPL-2.0-or-later",
2018-01-03 01:19:31 +01:00
"scripts": {
2020-03-01 02:36:54 +01:00
"build": "npm run -s build:clean && NODE_ENV=production run-p build:webpack",
2018-09-10 19:53:19 +02:00
"build:clean": "rimraf public/assets",
"build:webpack": "webpack",
2018-01-03 01:19:31 +01:00
"build:watch": "webpack --watch"
},
"dependencies": {
2018-11-27 21:45:04 +01:00
"bootstrap": "^3",
2020-04-05 21:59:01 +02:00
"chart.js": "^2.9.3",
"core-js": "^3.6.4",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"jquery": "^3.5.1",
2018-01-03 01:19:31 +01:00
"jquery-ui": "^1.11.2",
2019-10-11 21:15:54 +02:00
"moment": "^2.12.0",
"moment-timezone": "^0.4.0",
2020-04-05 21:59:01 +02:00
"select2": "^4.0.13",
2018-01-03 01:19:31 +01:00
"select2-bootstrap-theme": "0.1.0-beta.10"
},
"devDependencies": {
2020-04-05 21:59:01 +02:00
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.4.2",
"file-loader": "^6.0.0",
"imports-loader": "^0.8.0",
2020-04-05 21:59:01 +02:00
"less": "^3.11.1",
2019-08-19 00:07:08 +02:00
"less-loader": "^5",
2020-04-05 21:59:01 +02:00
"mini-css-extract-plugin": "^0.9.0",
"mkdirp": "^1.0.4",
2018-09-10 19:53:19 +02:00
"npm-run-all": "^4.1.3",
2018-11-27 21:45:04 +01:00
"optimize-css-assets-webpack-plugin": "^5.0.1",
2020-04-05 21:59:01 +02:00
"rimraf": "^3.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
2018-01-03 01:19:31 +01:00
}
}