2018-08-11 07:47:10 +02:00
|
|
|
{
|
2021-05-13 15:56:17 +02:00
|
|
|
"name": "owntone-web",
|
2022-02-19 06:18:01 +01:00
|
|
|
"version": "2.0.0",
|
2018-08-11 07:47:10 +02:00
|
|
|
"scripts": {
|
2022-02-19 06:33:31 +01:00
|
|
|
"serve": "vite",
|
2022-02-19 06:18:01 +01:00
|
|
|
"build": "vite build",
|
2022-02-19 06:33:31 +01:00
|
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
|
2022-05-20 13:44:22 +02:00
|
|
|
"dev": "vite",
|
|
|
|
"format": "prettier . --write",
|
|
|
|
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
|
|
|
|
"preview": "vite preview"
|
2018-08-11 07:47:10 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-19 06:18:01 +01:00
|
|
|
"@aacassandra/vue3-progressbar": "^1.0.3",
|
2022-06-03 07:40:41 +02:00
|
|
|
"@mdi/js": "^6.7.96",
|
2022-02-19 06:18:01 +01:00
|
|
|
"@ts-pro/vue-eternal-loading": "^1.2.0",
|
2022-04-15 12:04:42 +02:00
|
|
|
"@vueform/slider": "github:chme/slider#faff83ed8a77f2cdbcb7252505ef734301efd139",
|
2022-06-03 07:40:41 +02:00
|
|
|
"axios": "^0.27.2",
|
|
|
|
"bulma": "^0.9.4",
|
2022-01-22 12:07:10 +01:00
|
|
|
"bulma-switch": "^2.0.4",
|
2022-06-03 07:40:41 +02:00
|
|
|
"luxon": "^2.4.0",
|
|
|
|
"mdi-vue": "^3.0.13",
|
2018-08-11 07:47:10 +02:00
|
|
|
"reconnectingwebsocket": "^1.0.0",
|
2021-12-26 09:13:30 +01:00
|
|
|
"spotify-web-api-js": "^1.5.2",
|
2020-07-18 09:29:34 +02:00
|
|
|
"string-to-color": "^2.2.2",
|
2022-06-03 07:40:41 +02:00
|
|
|
"vue": "^3.2.36",
|
|
|
|
"vue-i18n": "^9.1.10",
|
|
|
|
"vue-router": "^4.0.15",
|
2020-11-21 10:01:38 +01:00
|
|
|
"vue-scrollto": "^2.20.0",
|
2022-03-19 07:01:36 +01:00
|
|
|
"vue3-click-away": "^1.2.4",
|
2022-06-03 07:40:41 +02:00
|
|
|
"vue3-lazyload": "^0.3.4",
|
2022-02-19 06:18:01 +01:00
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
|
"vuex": "^4.0.2"
|
2018-08-11 07:47:10 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-20 13:44:22 +02:00
|
|
|
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
|
2022-06-03 07:40:41 +02:00
|
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
|
|
"eslint": "^8.16.0",
|
2022-03-19 07:01:36 +01:00
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2022-06-03 07:40:41 +02:00
|
|
|
"eslint-plugin-vue": "^9.1.0",
|
2022-04-15 12:04:42 +02:00
|
|
|
"prettier": "2.6.2",
|
2022-06-03 07:40:41 +02:00
|
|
|
"sass": "^1.52.2",
|
|
|
|
"vite": "^2.9.9"
|
2022-02-19 06:18:01 +01:00
|
|
|
}
|
2018-08-11 07:47:10 +02:00
|
|
|
}
|