THANASOFT-DV/gestion/package.json
2024-12-16 17:24:37 +03:00

60 lines
1.6 KiB
JSON

{
"name": "gestion",
"description": "Application pour gérer votre micro entreprise, client, facture, devis",
"author": "Benjamin AIMARD",
"contributors": [
"contact@cybercorp.fr"
],
"bugs": {
"url": "https://gitlab.com/baimard/gestion/-/issues"
},
"repository": {
"url": "https://gitlab.com/baimard/gestion",
"type": "git"
},
"homepage": "https://gitlab.com/baimard/gestion",
"license": "agpl",
"private": true,
"scripts": {
"webpack": "webpack",
"build": "NODE_ENV=production webpack --config webpack.js",
"dev": "NODE_ENV=production webpack --config webpack.js",
"watch": "NODE_ENV=production webpack --watch --config webpack.js"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/dialogs": ">=3.1.2",
"@nextcloud/l10n": ">=1.4.1",
"@nextcloud/router": ">=1.2.0",
"bootstrap": ">=4.6.0",
"bootstrap-icons": ">=1.4.0",
"canvg": ">=3.0.9",
"css": ">=3.0.0",
"css-loader": ">=5.1.1",
"datatables.net": ">=1.10.23",
"datatables.net-dt": ">=1.10.23",
"datatables.net-plugins": ">=1.10.24",
"eslint": "^8.15.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": ">=6.2.0",
"html2canvas": "^1.0.0-rc.1",
"jquery": ">=3.6.0",
"jspdf": ">=2.3.1",
"nextcloud-webdav-filepicker": ">=0.0.14",
"popper.js": ">=1.16.1",
"postcss-loader": ">=5.0.0",
"sass": ">=1.32.8",
"sass-loader": ">=11.0.1",
"style": ">=0.0.3",
"style-loader": ">=2.0.0",
"webpack": ">=5.61.1",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
]
}