mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 13:08:48 +01:00
Install vuedraggable v2.24.3 to enable drag-and-drop functionality for signing order management in sequential signature flows. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
82 lines
2.7 KiB
JSON
82 lines
2.7 KiB
JSON
{
|
|
"name": "libresign",
|
|
"description": "A app for signing documents",
|
|
"version": "13.0.0-dev.0",
|
|
"license": "agpl",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "webpack --node-env production --progress",
|
|
"dev": "webpack --node-env development --progress",
|
|
"watch": "webpack --node-env development --progress --watch",
|
|
"serve": "webpack serve --node-env development --progress --allowed-hosts all --host 0.0.0.0",
|
|
"typescript:check": "tsc --noEmit",
|
|
"typescript:generate": "npx openapi-typescript -t",
|
|
"lint": "eslint",
|
|
"lint:fix": "eslint --fix",
|
|
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
|
|
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/dancing-script": "^5.2.8",
|
|
"@libresign/vue-pdf-editor": "^1.5.0",
|
|
"@marionebl/option": "^1.0.8",
|
|
"@mdi/js": "^7.4.47",
|
|
"@mdi/svg": "^7.4.47",
|
|
"@nextcloud/auth": "^2.5.3",
|
|
"@nextcloud/axios": "^2.5.2",
|
|
"@nextcloud/capabilities": "^1.2.1",
|
|
"@nextcloud/dialogs": "^6.4.1",
|
|
"@nextcloud/event-bus": "^3.3.3",
|
|
"@nextcloud/files": "^3.12.0",
|
|
"@nextcloud/initial-state": "^2.2.0",
|
|
"@nextcloud/l10n": "^3.4.1",
|
|
"@nextcloud/logger": "^3.0.2",
|
|
"@nextcloud/moment": "^1.3.5",
|
|
"@nextcloud/password-confirmation": "^5.3.2",
|
|
"@nextcloud/paths": "^2.2.2",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/upload": "^1.11.0",
|
|
"@nextcloud/vue": "^8.34.0",
|
|
"@vueuse/core": "^11.3.0",
|
|
"blueimp-md5": "^2.19.0",
|
|
"codemirror": "^5.65.20",
|
|
"copy-webpack-plugin": "^13.0.1",
|
|
"crypto-js": "^4.2.0",
|
|
"debounce": "^2.2.0",
|
|
"js-confetti": "^0.12.0",
|
|
"pinia": "^2.3.1",
|
|
"signature_pad": "^5.1.1",
|
|
"vue": "^2.7.16",
|
|
"vue-advanced-cropper": "^1.11.7",
|
|
"vue-codemirror": "^4.0.6",
|
|
"vue-drag-resize": "^1.5.4",
|
|
"vue-material-design-icons": "^5.3.1",
|
|
"vue-router": "^3.6.5",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuelidate": "^0.7.7"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.5",
|
|
"@nextcloud/babel-config": "^1.3.0",
|
|
"@nextcloud/browserslist-config": "^3.1.2",
|
|
"@nextcloud/eslint-config": "^8.4.2",
|
|
"@nextcloud/stylelint-config": "^3.1.1",
|
|
"@nextcloud/webpack-vue-config": "^6.3.2",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
|
"esbuild-loader": "^4.4.0",
|
|
"openapi-typescript": "^7.10.1",
|
|
"vue-loader": "15.11.1",
|
|
"vue-template-compiler": "^2.7.16"
|
|
}
|
|
}
|