12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "musare-frontend",
- "sideEffects": [
- "*.css",
- "*.vue"
- ],
- "private": true,
- "version": "3.5.2",
- "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 webpack serve --config webpack.dev.js",
- "prod": "npx webpack --config webpack.prod.js"
- },
- "devDependencies": {
- "@babel/core": "^7.17.9",
- "@babel/eslint-parser": "^7.17.0",
- "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-transform-runtime": "^7.17.0",
- "@babel/preset-env": "^7.16.11",
- "@vue/compiler-sfc": "^3.2.32",
- "babel-loader": "^8.2.4",
- "css-loader": "^6.7.1",
- "eslint": "^8.13.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-vue": "^8.6.0",
- "eslint-webpack-plugin": "^3.1.1",
- "fetch": "^1.1.0",
- "less": "^4.1.2",
- "less-loader": "^10.2.0",
- "prettier": "^2.6.2",
- "style-resources-loader": "^1.5.0",
- "vue-style-loader": "^4.1.3",
- "webpack-cli": "^4.9.2",
- "webpack-dev-server": "^4.8.1"
- },
- "dependencies": {
- "@babel/runtime": "^7.17.9",
- "can-autoplay": "^3.0.2",
- "config": "^3.3.7",
- "date-fns": "^2.28.0",
- "dompurify": "^2.3.6",
- "eslint-config-airbnb-base": "^15.0.0",
- "html-webpack-plugin": "^5.5.0",
- "lofig": "^1.3.4",
- "marked": "^4.0.14",
- "normalize.css": "^8.0.1",
- "toasters": "^2.3.1",
- "vue": "3.2.31",
- "vue-content-loader": "^2.0.1",
- "vue-loader": "^17.0.0",
- "vue-router": "^4.0.14",
- "vue-tippy": "^6.0.0-alpha.57",
- "vuedraggable": "^4.1.0",
- "vuex": "^4.0.2",
- "webpack": "5.72.0",
- "webpack-bundle-analyzer": "^4.5.0",
- "webpack-merge": "^5.8.0"
- }
- }
|