123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "musare-frontend",
- "sideEffects": [
- "*.css",
- "*.vue"
- ],
- "private": true,
- "version": "2.1.0",
- "description": "A modern, open-source, collaborative music app https://musare.com",
- "main": "main.js",
- "author": "Musare Team",
- "license": "GPL-3.0",
- "repository": "https://github.com/Musare/MusareNode",
- "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.14.6",
- "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "@babel/plugin-transform-runtime": "^7.14.5",
- "@babel/preset-env": "^7.14.7",
- "@vue/compiler-sfc": "^3.1.4",
- "@babel/eslint-parser": "^7.14.7",
- "babel-loader": "^8.2.2",
- "css-loader": "^5.2.6",
- "eslint": "^7.30.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-webpack-plugin": "^2.5.4",
- "eslint-plugin-import": "^2.23.0",
- "eslint-plugin-prettier": "^3.4.0",
- "eslint-plugin-vue": "^7.13.0",
- "fetch": "^1.1.0",
- "node-sass": "^6.0.1",
- "prettier": "2.3.2",
- "sass-loader": "^12.1.0",
- "vue-style-loader": "^4.1.3",
- "webpack-cli": "^4.7.2",
- "webpack-dev-server": "^3.11.2"
- },
- "dependencies": {
- "@babel/runtime": "^7.13.10",
- "config": "^3.3.6",
- "date-fns": "^2.22.1",
- "dompurify": "^2.3.0",
- "eslint-config-airbnb-base": "^14.2.1",
- "html-webpack-plugin": "^5.3.2",
- "marked": "^2.1.3",
- "toasters": "^2.3.1",
- "vue": "^3.1.4",
- "vue-content-loader": "^2.0.0",
- "vue-loader": "^16.3.0",
- "vue-router": "^4.0.10",
- "vue-tippy": "^6.0.0-alpha.30",
- "vuedraggable": "^4.0.1",
- "vuex": "^4.0.2",
- "webpack": "5.38.0",
- "webpack-bundle-analyzer": "^4.4.2",
- "webpack-merge": "^5.8.0"
- }
- }
|