mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "swing_music_client",
|
|
"version": "0.1.0.alpha",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"serve": "vite preview",
|
|
"build": "vite build --emptyOutDir --outDir ../swing-core/client",
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
|
|
},
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^1.0.0-beta.3",
|
|
"@popperjs/core": "^2.11.6",
|
|
"@vueuse/components": "^9.2.0",
|
|
"@vueuse/core": "^8.5.0",
|
|
"@vueuse/integrations": "^9.2.0",
|
|
"axios": "^0.26.1",
|
|
"fuse.js": "^6.6.2",
|
|
"pinia": "^2.0.17",
|
|
"pinia-plugin-persistedstate": "^2.1.1",
|
|
"sass": "^1.56.1",
|
|
"sass-loader": "^13.2.0",
|
|
"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",
|
|
"vue-virtual-scroller": "^2.0.0-alpha.1",
|
|
"webpack": "^5.74.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"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"
|
|
}
|