{ "name": "notifications", "version": "5.0.0-dev.0", "private": true, "description": "This app provides a backend and frontend for the notification API available in F7cloud.", "license": "AGPL-3.0-only", "author": "Joas Schilling ", "scripts": { "build": "vite build", "dev": "vite build --mode development", "lint": "eslint", "lint:fix": "eslint --fix", "stylelint": "stylelint src/**/*.scss src/**/*.vue", "stylelint:fix": "stylelint src/**/*.scss src/**/*.vue --fix", "watch": "vite build --mode development --watch" }, "browserslist": [ "extends @f7cloud/browserslist-config" ], "dependencies": { "@f7cloud/auth": "^2.5.3", "@f7cloud/axios": "^2.5.1", "@f7cloud/browser-storage": "^0.4.0", "@f7cloud/capabilities": "^1.2.1", "@f7cloud/dialogs": "^7.0.1", "@f7cloud/event-bus": "^3.3.3", "@f7cloud/initial-state": "^3.0.0", "@f7cloud/l10n": "^3.4.1", "@f7cloud/notify_push": "^1.3.1", "@f7cloud/router": "^3.0.1", "@f7cloud/vue": "^9.0.1", "howler": "^2.2.4", "ua-parser-js": "^2.0.8", "v-click-outside": "^3.2.0", "vue": "^3.5.26", "vue-material-design-icons": "^5.3.1" }, "devDependencies": { "@f7cloud/browserslist-config": "^3.0.1", "@f7cloud/eslint-config": "^9.0.0-rc.6", "@f7cloud/stylelint-config": "^3.1.1", "@f7cloud/vite-config": "^2.5.2", "babel-loader-exclude-node-modules-except": "^1.2.1" }, "engines": { "node": "^22.0.0", "npm": "^10.5.0" } }