mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-07-28 13:41:42 +00:00
37 lines
894 B
JSON
37 lines
894 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",
|
|
"@vueuse/motion": "^2.0.0-beta.18",
|
|
"axios": "^0.26.1",
|
|
"defu": "^6.0.0",
|
|
"mitt": "^3.0.0",
|
|
"pinia": "^2.0.11",
|
|
"register-service-worker": "^1.7.1",
|
|
"sass": "^1.49.0",
|
|
"sass-loader": "^10",
|
|
"vite-svg-loader": "^3.4.0",
|
|
"vue": "^3.0.0",
|
|
"vue-debounce": "^3.0.2",
|
|
"vue-router": "^4.0.0-0",
|
|
"webpack": "^5.64.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^1.6.1",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"eslint": "^8.7.0",
|
|
"eslint-plugin-vue": "^8.3.0",
|
|
"vite": "^2.5.4",
|
|
"vue-svg-loader": "^0.16.0"
|
|
},
|
|
"packageManager": "yarn@3.1.1"
|
|
}
|