123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "musare-frontend",
- "sideEffects": [
- "*.css",
- "*.vue"
- ],
- "private": true,
- "version": "3.7.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": "npx eslint src --ext .js,.vue",
- "dev": "npx vite",
- "prod": "npx vite build --emptyOutDir"
- },
- "devDependencies": {
- "@babel/core": "^7.18.5",
- "@babel/eslint-parser": "^7.18.2",
- "@vue/compiler-sfc": "^3.2.36",
- "eslint": "^8.17.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-vue": "^9.1.1",
- "fetch": "^1.1.0",
- "less": "^4.1.2",
- "prettier": "^2.6.2",
- "vite-plugin-dynamic-import": "^0.9.9",
- "vue-eslint-parser": "^9.0.2"
- },
- "dependencies": {
- "@vitejs/plugin-vue": "^2.3.3",
- "can-autoplay": "^3.0.2",
- "chart.js": "^3.8.0",
- "config": "^3.3.7",
- "date-fns": "^2.28.0",
- "dompurify": "^2.3.8",
- "eslint-config-airbnb-base": "^15.0.0",
- "lofig": "^1.3.4",
- "marked": "^4.0.16",
- "normalize.css": "^8.0.1",
- "toasters": "^2.3.1",
- "vite": "^2.9.12",
- "vue": "^3.2.36",
- "vue-chartjs": "^4.1.1",
- "vue-content-loader": "^2.0.1",
- "vue-json-pretty": "^2.1.0",
- "vue-loader": "^17.0.0",
- "vue-router": "^4.0.15",
- "vue-tippy": "^6.0.0-alpha.57",
- "vuedraggable": "^4.1.0",
- "vuex": "^4.0.2"
- }
- }
|