swingmusic/package.json
geoffrey45 5476575d10 major redesign: move to rounded and extra spaceous UI
+ fix `play next` bug
+ add new folder banner image
+ add new now playing component
+ move to gray4 for accent color
+ increase image sizes, for clean UI
2022-08-18 02:55:46 +03:00

34 lines
817 B
JSON

{
"name": "musicx-v",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"serve": "vite preview",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@vueuse/core": "^8.5.0",
"axios": "^0.26.1",
"pinia": "^2.0.17",
"pinia-plugin-persistedstate": "^2.1.1",
"sass": "^1.49.0",
"sass-loader": "^10",
"vite-svg-loader": "^3.4.0",
"vue": "^3.2.37",
"vue-debounce": "^3.0.2",
"vue-router": "^4.1.3",
"vue-template-compiler": "^2.0.0",
"webpack": "^5.74.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"eslint": "^8.7.0",
"eslint-plugin-vue": "^8.3.0",
"vite": "^3.0.4",
"vue-svg-loader": "^0.16.0"
},
"packageManager": "yarn@3.1.1"
}