forms/package.json

75 строки
2.3 KiB
JSON

{
"name": "forms",
"version": "4.3.0",
"private": true,
"description": "Forms app for nextcloud",
"homepage": "https://github.com/nextcloud/forms#readme",
"bugs": {
"url": "https://github.com/nextcloud/forms/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/forms.git"
},
"license": "AGPL-3.0",
"type": "module",
"scripts": {
"build": "vite --mode production build",
"dev": "vite --mode development build",
"dev:watch": "NODE_OPTIONS='--max-old-space-size=4096' npx vite --mode development build --watch",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"start:nextcloud": "node playwright/start-nextcloud-server.mjs",
"stylelint": "stylelint css/*.css css/*.scss src/**/*.vue",
"stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.vue --fix"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"dependencies": {
"@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^6.0.0",
"@nextcloud/event-bus": "^3.3.1",
"@nextcloud/files": "^3.9.1",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.19.0",
"crypto-js": "^4.2.0",
"debounce": "^2.2.0",
"markdown-it": "^14.1.0",
"p-debounce": "^4.0.0",
"p-queue": "^8.0.1",
"qrcode": "^1.5.4",
"v-click-outside": "^3.2.0",
"vue": "^2.7.16",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^3.6.5",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@mdi/svg": "^7.4.47",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/cypress": "^1.0.0-beta.9",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/prettier-config": "^1.1.0",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/vite-config": "^1.4.2",
"@playwright/test": "^1.48.2",
"@vue/tsconfig": "^0.5.1",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"vite": "^5.4.10"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
}
}