2023-06-22 20:10:30 +02:00
|
|
|
{
|
|
|
|
"name": "repod",
|
|
|
|
"description": "🔊 Browse, manage and listen to podcasts",
|
2024-03-05 10:55:27 +01:00
|
|
|
"version": "2.0.0",
|
2023-06-22 20:10:30 +02:00
|
|
|
"bugs": {
|
2024-01-30 23:09:43 +01:00
|
|
|
"url": "https://git.crystalyx.net/Xefir/repod/issues"
|
2023-06-22 20:10:30 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-07-03 17:17:19 +02:00
|
|
|
"@nextcloud/axios": "^2.4.0",
|
2024-03-12 09:57:20 +01:00
|
|
|
"@nextcloud/dialogs": "^5.2.0",
|
2023-12-24 00:24:46 +01:00
|
|
|
"@nextcloud/initial-state": "^2.1.0",
|
2023-07-02 18:30:42 +02:00
|
|
|
"@nextcloud/l10n": "^2.2.0",
|
2024-02-01 15:00:56 +01:00
|
|
|
"@nextcloud/router": "^3.0.0",
|
2024-03-12 09:57:20 +01:00
|
|
|
"@nextcloud/vue": "^8.10.0",
|
2023-07-02 16:56:58 +02:00
|
|
|
"vue": "^2",
|
2024-01-29 15:47:14 +01:00
|
|
|
"vue-material-design-icons": "^5.3.0",
|
2023-07-07 18:38:53 +02:00
|
|
|
"vue-router": "^3",
|
|
|
|
"vuex": "^3"
|
2023-06-22 20:10:30 +02:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"extends @nextcloud/browserslist-config"
|
|
|
|
],
|
2024-01-11 09:02:35 +01:00
|
|
|
"engines": {
|
|
|
|
"node": "^20.0.0",
|
|
|
|
"npm": "^9.0.0"
|
|
|
|
},
|
2023-06-22 20:10:30 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"@nextcloud/babel-config": "^1.0.0",
|
2023-08-17 08:34:51 +02:00
|
|
|
"@nextcloud/browserslist-config": "^3.0.0",
|
2023-12-23 16:58:13 +01:00
|
|
|
"@nextcloud/eslint-config": "^8.3.0",
|
2024-01-24 12:08:39 +01:00
|
|
|
"@nextcloud/stylelint-config": "^2.4.0",
|
2024-01-29 15:47:14 +01:00
|
|
|
"@nextcloud/webpack-vue-config": "^6.0.1"
|
2023-06-22 20:10:30 +02:00
|
|
|
}
|
|
|
|
}
|