owntone-server/web-src/package.json
2022-03-19 07:04:37 +01:00

37 lines
899 B
JSON

{
"name": "owntone-web",
"version": "2.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "vite"
},
"dependencies": {
"@aacassandra/vue3-progressbar": "^1.0.3",
"@ts-pro/vue-eternal-loading": "^1.2.0",
"@vueform/slider": "^2.0.8",
"axios": "^0.25.0",
"bulma": "^0.9.3",
"bulma-switch": "^2.0.4",
"mdi": "^2.2.43",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"reconnectingwebsocket": "^1.0.0",
"spotify-web-api-js": "^1.5.2",
"string-to-color": "^2.2.2",
"vue": "^3.2.31",
"vue-router": "^4.0.12",
"vue-scrollto": "^2.20.0",
"vue3-click-away": "^1.2.1",
"vue3-lazyload": "^0.2.5-beta",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"sass": "^1.49.7",
"vite": "^2.8.1"
}
}