47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "repod",
|
|
"description": "🔊 Browse, manage and listen to podcasts",
|
|
"version": "2.3.0",
|
|
"bugs": {
|
|
"url": "https://git.crystalyx.net/Xefir/repod/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"
|
|
},
|
|
"dependencies": {
|
|
"@nextcloud/axios": "^2.5.0",
|
|
"@nextcloud/dialogs": "^5.3.1",
|
|
"@nextcloud/initial-state": "^2.2.0",
|
|
"@nextcloud/l10n": "^3.1.0",
|
|
"@nextcloud/router": "^3.0.1",
|
|
"@nextcloud/vue": "^8.12.0",
|
|
"vue": "^2",
|
|
"vue-material-design-icons": "^5.3.0",
|
|
"vue-router": "^3",
|
|
"vuex": "^3"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"prettier": "@nextcloud/prettier-config",
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.2.0",
|
|
"@nextcloud/browserslist-config": "^3.0.1",
|
|
"@nextcloud/eslint-config": "^8.4.1",
|
|
"@nextcloud/prettier-config": "^1.1.0",
|
|
"@nextcloud/stylelint-config": "^3.0.1",
|
|
"@nextcloud/webpack-vue-config": "^6.0.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3"
|
|
}
|
|
}
|