mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-01-21 19:46:00 +01:00
ea8002e2d9
Display a info card in the settings, indicating when the last news update job ran. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"name": "news",
|
|
"description": "News",
|
|
"version": "0.0.1",
|
|
"author": "Carl Schwan <carl@carlschwan.eu>",
|
|
"contributors": [],
|
|
"bugs": {
|
|
"url": "https://github.com/nextcloud/news/issues"
|
|
},
|
|
"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 --node-env development serve --progress",
|
|
"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",
|
|
"sass": "sass css",
|
|
"sass:watch": "sass --watch css"
|
|
},
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^2.0.0",
|
|
"@nextcloud/axios": "^1.10.0",
|
|
"@nextcloud/dialogs": "^3.1.4",
|
|
"@nextcloud/initial-state": "^2.0.0",
|
|
"@nextcloud/l10n": "^1.6.0",
|
|
"@nextcloud/moment": "^1.2.1",
|
|
"@nextcloud/password-confirmation": "^1.0.1",
|
|
"@nextcloud/router": "^2.0.0",
|
|
"@nextcloud/vue": "^7.8.0",
|
|
"vue": "^2.7.0"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": "^16.0.0",
|
|
"npm": "^7.0.0 || ^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.0.0",
|
|
"@nextcloud/browserslist-config": "^2.2.0",
|
|
"@nextcloud/eslint-config": "^8.0.0",
|
|
"@nextcloud/stylelint-config": "^2.1.2",
|
|
"@nextcloud/webpack-vue-config": "^5.2.1"
|
|
}
|
|
}
|