{
	"name": "songdrive",
	"description": "A song management tool to store, synchronize and present songs and setlists. Built with Vue.js and Firebase.",
	"version": "2.1.1",
	"license": "MIT",
	"author": {
		"name": "Andreas Müller",
		"url": "https://devmount.de"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/devmount/SongDrive.git"
	},
	"homepage": "https://github.com/devmount/SongDrive",
	"keywords": [
		"vuejs2",
		"vuefire",
		"firebase",
		"firestore",
		"music",
		"song-management",
		"vue",
		"songs",
		"setlists",
		"spectre-css",
		"presentation"
	],
	"bugs": "https://github.com/devmount/SongDrive/issues",
	"private": false,
	"browser": "./dist/index.html",
	"scripts": {
		"serve": "vue-cli-service serve",
		"build": "vue-cli-service build"
	},
	"dependencies": {
		"chart.js": "^3.5.1",
		"firebase": "^9.0.0",
		"highlight.js": "^11.3.1",
		"hooper": "^0.3.4",
		"marked": "^4.0.10",
		"pdfmake": "^0.2.2",
		"sortablejs": "^1.9.0",
		"spectre.css": "^0.5.8",
		"vue": "^2.6.11",
		"vue-clipboard2": "^0.3.0",
		"vue-i18n": "^8.15.3",
		"vue-notification": "^1.3.16",
		"vue-prism-editor": "^1.3.0",
		"vue-router": "^3.0.7",
		"vuejs-datepicker": "^1.6.2"
	},
	"devDependencies": {
		"@vue/cli-plugin-babel": "^5.0.0-rc.2",
		"@vue/cli-plugin-pwa": "^5.0.0-rc.2",
		"@vue/cli-service": "^5.0.0-rc.2",
		"node-sass": "^7.0.1",
		"raw-loader": "^4.0.2",
		"sass-loader": "^13.0.0",
		"vue-template-compiler": "^2.6.10"
	},
	"postcss": {
		"plugins": {
			"autoprefixer": {}
		}
	},
	"browserslist": [
		"> 1%",
		"last 2 versions",
		"not ie <= 8"
	],
	"babel": {
		"presets": [
			"@vue/app"
		]
	}
}
