forked from Mirrors/swingmusic-webclient
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "swing_music_client",
|
|
"version": "0.1.0.alpha",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"serve": "vite preview",
|
|
"build": "vite build",
|
|
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/logo-fill.light.svg",
|
|
"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",
|
|
"@vueuse/motion": "^2.0.0",
|
|
"axios": "^0.26.1",
|
|
"fuse.js": "^6.6.2",
|
|
"motion": "^10.15.5",
|
|
"node-vibrant": "3.1.6",
|
|
"pinia": "^2.0.17",
|
|
"pinia-plugin-persistedstate": "^3.2.0",
|
|
"qr-code-styling": "^1.6.0-rc.1",
|
|
"v-wave": "^1.5.0",
|
|
"vue": "^v3.5.13",
|
|
"vue-boring-avatars": "^1.4.0",
|
|
"vue-debounce": "^3.0.2",
|
|
"vue-router": "^4.1.3",
|
|
"vue-template-compiler": "^2.0.0",
|
|
"vue-virtual-scroller": "^2.0.0-beta.7",
|
|
"vue-wrap-balancer": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcss/color-tools": "^1.0.7",
|
|
"@typescript-eslint/parser": "^6.3.0",
|
|
"@vite-pwa/assets-generator": "^0.0.3",
|
|
"@vitejs/plugin-vue": "^3.2.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"sass": "^1.56.1",
|
|
"sass-loader": "^13.2.0",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^3.0.4",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-node-polyfills": "^0.22.0",
|
|
"vite-plugin-pwa": "^0.16.4",
|
|
"vite-plugin-singlefile": "^0.13.5",
|
|
"vite-svg-loader": "^4.0.0",
|
|
"vue-virtual-draglist": "^3.0.4"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|