libresign/package.json
Vitor Mattos af4ffc6677
Changelog
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-10-23 20:38:54 -03:00

81 lines
2.7 KiB
JSON

{
"name": "libresign",
"description": "A app for signing documents",
"version": "5.2.0",
"license": "agpl",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.config.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.config.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.config.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix",
"test:unit": "jest",
"test:unit:watch": "jest --watch",
"test:coverage": "jest --collect-coverage"
},
"dependencies": {
"@fontsource/dancing-script": "^4.5.8",
"@nextcloud/axios": "^1.11.0",
"@nextcloud/dialogs": "^3.1.4",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.2.1",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.4.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.29.1",
"dompurify": "^2.4.0",
"linkifyjs": "^3.0.5",
"lodash-es": "^4.17.21",
"marked": "^4.1.1",
"style-loader": "^3.3.1",
"vue": "^2.7.10",
"vue-advanced-cropper": "^1.11.5",
"vue-drag-resize": "^1.5.4",
"vue-pdf": "^4.3.0",
"vue-router": "^3.6.5",
"vuelidate": "^0.7.7",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webpack-merge": "^5.8.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=16.0.0",
"npm": "^8"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^8.0.0",
"@nextcloud/eslint-plugin": "^2.0.0",
"@nextcloud/webpack-vue-config": "^5.3.0",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/test-utils": "^1.3.0",
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-risxss": "^2.1.0",
"file-loader": "^6.2.0",
"jest": "^26.6.3",
"jest-environment-jsdom-sixteen": "^2.0.0",
"jest-localstorage-mock": "^2.4.21",
"jest-mock-axios": "^4.6.1",
"jest-transform-stub": "^2.0.0",
"stylelint": "^14.9.1",
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-scss": "^4.3.0",
"stylelint-webpack-plugin": "^3.3.0",
"url-loader": "^4.1.1",
"uuidv4": "^6.2.13",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.7.8"
}
}