51 строка
1.8 KiB
JSON
51 строка
1.8 KiB
JSON
{
|
|
"name": "notifications",
|
|
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
|
|
"version": "2.16.0",
|
|
"author": "Joas Schilling <coding@schilljs.com>",
|
|
"license": "agpl",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --progress --config webpack.js",
|
|
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
|
|
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.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"
|
|
},
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^2.2.1",
|
|
"@nextcloud/axios": "^2.4.0",
|
|
"@nextcloud/browser-storage": "^0.3.0",
|
|
"@nextcloud/capabilities": "^1.1.0",
|
|
"@nextcloud/dialogs": "^5.0.3",
|
|
"@nextcloud/event-bus": "^3.1.0",
|
|
"@nextcloud/initial-state": "^2.1.0",
|
|
"@nextcloud/moment": "^1.2.2",
|
|
"@nextcloud/notify_push": "^1.1.4",
|
|
"@nextcloud/router": "^2.2.1",
|
|
"@nextcloud/vue": "^8.2.0",
|
|
"howler": "^2.2.4",
|
|
"v-click-outside": "^3.2.0",
|
|
"vue": "^2.7.16",
|
|
"vue-material-design-icons": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^20.0.0",
|
|
"npm": "^9.0.0"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.0.0",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^8.3.0",
|
|
"@nextcloud/stylelint-config": "^2.3.1",
|
|
"@nextcloud/webpack-vue-config": "^6.0.1",
|
|
"babel-loader-exclude-node-modules-except": "^1.2.1",
|
|
"vue-template-compiler": "^2.7.16"
|
|
}
|
|
}
|