123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "musare-frontend",
- "sideEffects": [
- "*.css",
- "*.vue"
- ],
- "private": true,
- "version": "3.8.0-dev",
- "description": "An open-source collaborative music listening and catalogue curation application. Currently supporting YouTube based content.",
- "main": "main.js",
- "author": "Musare Team",
- "license": "GPL-3.0",
- "repository": "https://github.com/Musare/Musare",
- "scripts": {
- "lint": "eslint --cache src --ext .js,.ts,.vue",
- "dev": "vite",
- "prod": "vite build --emptyOutDir",
- "typescript": "vue-tsc --noEmit --skipLibCheck"
- },
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^5.36.1",
- "@typescript-eslint/parser": "^5.36.1",
- "eslint": "^8.23.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-vue": "^9.4.0",
- "less": "^4.1.3",
- "prettier": "^2.7.1",
- "vite-plugin-dynamic-import": "^1.1.1",
- "vue-eslint-parser": "^9.0.3",
- "vue-tsc": "^0.39.5"
- },
- "dependencies": {
- "@vitejs/plugin-vue": "^3.0.3",
- "can-autoplay": "^3.0.2",
- "chart.js": "^3.9.1",
- "config": "^3.3.7",
- "date-fns": "^2.29.2",
- "dompurify": "^2.4.0",
- "eslint-config-airbnb-base": "^15.0.0",
- "lofig": "^1.3.4",
- "marked": "^4.1.0",
- "normalize.css": "^8.0.1",
- "pinia": "^2.0.21",
- "toasters": "^2.3.1",
- "typescript": "^4.8.2",
- "vite": "^3.0.9",
- "vue": "^3.2.38",
- "vue-chartjs": "^4.1.1",
- "vue-content-loader": "^2.0.1",
- "vue-draggable-list": "^0.1.1",
- "vue-json-pretty": "^2.2.2",
- "vue-router": "^4.1.5",
- "vue-tippy": "^6.0.0-alpha.63"
- }
- }
|