Skip to content
Snippets Groups Projects
package.json 2.83 KiB
Newer Older
onny's avatar
onny committed
{
onny's avatar
onny committed
	"name": "podcast",
	"description": "Listen to your favorite podcast shows in Nextcloud",
onny's avatar
onny committed
	"version": "0.0.1",
onny's avatar
onny committed
	"author": "Jonas Heinrich <onny@project-insanity.org>",
	"contributors": [
		"Jonas Heinrich <onny@project-insanity.org>"
	],
	"keywords": [
		"nextcloud",
onny's avatar
onny committed
		"podcast"
onny's avatar
onny committed
	],
	"bugs": {
onny's avatar
onny committed
	},
	"repository": {
onny's avatar
onny committed
		"type": "git"
	},
onny's avatar
onny committed
	"license": "agpl",
	"private": true,
	"scripts": {
		"build": "NODE_ENV=production webpack --progress --hide-modules --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 src",
		"stylelint:fix": "stylelint src --fix"
	},
	"dependencies": {
		"@nextcloud/axios": "^1.5.0",
		"@nextcloud/dialogs": "^3.1.1",
		"@nextcloud/l10n": "^1.4.1",
		"@nextcloud/moment": "^1.1.1",
		"@nextcloud/router": "^1.2.0",
		"@nextcloud/vue": "^2.9.0",
		"@nextcloud/vue-dashboard": "^1.0.1",
		"autoprefixer": "^9.8.6",
		"howler": "^2.2.1",