2018-08-11 01:47:10 -04:00
|
|
|
{
|
2021-05-13 09:56:17 -04:00
|
|
|
"name": "owntone-web",
|
2023-02-05 06:49:16 -05:00
|
|
|
"version": "2.0.1",
|
2023-11-28 12:11:57 -05:00
|
|
|
"type": "module",
|
2018-08-11 01:47:10 -04:00
|
|
|
"scripts": {
|
2023-07-02 12:38:31 -04:00
|
|
|
"serve": "vite --port 3000",
|
2022-07-19 10:51:43 -04:00
|
|
|
"build": "vite build --base='./'",
|
2022-02-19 00:33:31 -05:00
|
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
|
2022-05-20 07:44:22 -04:00
|
|
|
"dev": "vite",
|
2023-06-21 09:14:17 -04:00
|
|
|
"format": "prettier . --write",
|
2022-05-20 07:44:22 -04:00
|
|
|
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
|
|
|
|
"preview": "vite preview"
|
2018-08-11 01:47:10 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-19 00:18:01 -05:00
|
|
|
"@aacassandra/vue3-progressbar": "^1.0.3",
|
2023-11-21 05:06:27 -05:00
|
|
|
"@mdi/js": "^7.3.67",
|
|
|
|
"@ts-pro/vue-eternal-loading": "^1.3.1",
|
|
|
|
"axios": "^1.6.2",
|
2022-06-03 01:40:41 -04:00
|
|
|
"bulma": "^0.9.4",
|
2022-01-22 06:07:10 -05:00
|
|
|
"bulma-switch": "^2.0.4",
|
2023-11-21 05:06:27 -05:00
|
|
|
"luxon": "^3.4.4",
|
2022-06-03 01:40:41 -04:00
|
|
|
"mdi-vue": "^3.0.13",
|
2018-08-11 01:47:10 -04:00
|
|
|
"reconnectingwebsocket": "^1.0.0",
|
2021-12-26 03:13:30 -05:00
|
|
|
"spotify-web-api-js": "^1.5.2",
|
2020-07-18 03:29:34 -04:00
|
|
|
"string-to-color": "^2.2.2",
|
2023-11-21 05:06:27 -05:00
|
|
|
"vue": "^3.3.8",
|
|
|
|
"vue-i18n": "^9.7.0",
|
|
|
|
"vue-router": "^4.2.5",
|
2022-03-19 02:01:36 -04:00
|
|
|
"vue3-click-away": "^1.2.4",
|
2023-11-21 05:06:27 -05:00
|
|
|
"vue3-lazyload": "^0.3.8",
|
2022-02-19 00:18:01 -05:00
|
|
|
"vuedraggable": "^4.1.0",
|
2023-06-03 13:49:22 -04:00
|
|
|
"vuex": "^4.1.0"
|
2018-08-11 01:47:10 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-21 05:06:27 -05: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 00:18:01 -05:00
|
|
|
}
|
2018-08-11 01:47:10 -04:00
|
|
|
}
|