2018-08-11 07:47:10 +02:00
|
|
|
{
|
2021-05-13 15:56:17 +02:00
|
|
|
"name": "owntone-web",
|
2023-02-05 12:49:16 +01:00
|
|
|
"version": "2.0.1",
|
2023-11-28 18:11:57 +01:00
|
|
|
"type": "module",
|
2018-08-11 07:47:10 +02:00
|
|
|
"scripts": {
|
2023-07-02 18:38:31 +02:00
|
|
|
"serve": "vite --port 3000",
|
2022-07-19 15:51:43 +01:00
|
|
|
"build": "vite build --base='./'",
|
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",
|
2023-06-21 15:14:17 +02:00
|
|
|
"format": "prettier . --write",
|
2022-05-20 13:44:22 +02:00
|
|
|
"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",
|
2023-11-21 11:06:27 +01:00
|
|
|
"@mdi/js": "^7.3.67",
|
|
|
|
"@ts-pro/vue-eternal-loading": "^1.3.1",
|
|
|
|
"axios": "^1.6.2",
|
2022-06-03 07:40:41 +02:00
|
|
|
"bulma": "^0.9.4",
|
2022-01-22 12:07:10 +01:00
|
|
|
"bulma-switch": "^2.0.4",
|
2023-11-21 11:06:27 +01:00
|
|
|
"luxon": "^3.4.4",
|
2022-06-03 07:40:41 +02:00
|
|
|
"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",
|
2023-11-21 11:06:27 +01:00
|
|
|
"vue": "^3.3.8",
|
|
|
|
"vue-i18n": "^9.7.0",
|
|
|
|
"vue-router": "^4.2.5",
|
2022-03-19 07:01:36 +01:00
|
|
|
"vue3-click-away": "^1.2.4",
|
2023-11-21 11:06:27 +01:00
|
|
|
"vue3-lazyload": "^0.3.8",
|
2022-02-19 06:18:01 +01:00
|
|
|
"vuedraggable": "^4.1.0",
|
2023-06-03 19:49:22 +02:00
|
|
|
"vuex": "^4.1.0"
|
2018-08-11 07:47:10 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-21 11:06:27 +01:00
|
|
|
"@intlify/unplugin-vue-i18n": "^1.5.0",
|
|
|
|
"@vitejs/plugin-vue": "^4.5.0",
|
|
|
|
"eslint": "^8.54.0",
|
|
|
|
"eslint-config-prettier": "^9.0.0",
|
|
|
|
"eslint-plugin-vue": "^9.18.1",
|
|
|
|
"prettier": "^3.1.0",
|
|
|
|
"sass": "^1.69.5",
|
|
|
|
"vite": "^5.0.0"
|
2022-02-19 06:18:01 +01:00
|
|
|
}
|
2018-08-11 07:47:10 +02:00
|
|
|
}
|