profilpage/package.json

23 lines
682 B
JSON
Executable File

{
"Name": "Profilpage",
"version": "1.0.0",
"repository": "git@gitlab.a-hoefler.eu:ha/profilpage.git",
"author": "Alec Höfler <ha@a-hoefler.eu>",
"license": "LGPL-3.0-or-later",
"scripts": {
"css": "sass --style compressed --watch scss:public/dist",
"js": "webpack --config ./webpack.config.js",
"css-prod":"sass --style compressed scss:public/dist",
"js-prod":"webpack --config ./webpack.prod.config.js"
},
"devDependencies": {
"expose-loader": "^3.0.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"jquery": "^3.6.0",
"sass": "^1.13.8",
"webpack": "^5.28.0"
}
}