You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
engelsystem/package.json

45 lines
1.3 KiB
JSON

{
"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-only",
"scripts": {
"build": "npm run -s build:clean && NODE_ENV=production run-p build:assets build:webpack",
"build:clean": "rimraf public/assets",
"build:assets": "node resources/assets/scripts/copyAssets.js",
"build:webpack": "webpack",
"build:watch": "webpack --watch"
},
"dependencies": {
6 years ago
"bootstrap": "^3",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"chart.js": "^2",
"jquery": "^3.3.1",
"jquery-ui": "^1.11.2",
"moment": "^2.8.2",
"moment-timezone": "^0.4.0",
"select2": "^4.0.6-rc.1",
"select2-bootstrap-theme": "0.1.0-beta.10"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
6 years ago
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"imports-loader": "^0.8.0",
"less": "^3.9.0",
"less-loader": "^4.0.5",
6 years ago
"mini-css-extract-plugin": "^0.4.5",
"mkdirp": "^0.5.1",
"npm-run-all": "^4.1.3",
6 years ago
"optimize-css-assets-webpack-plugin": "^5.0.1",
"rimraf": "^2.6.2",
6 years ago
"style-loader": "^0.23.1",
"webpack": "^4.27.0",
6 years ago
"webpack-cli": "^3.1.2"
}
}