2017-06-23 21:00:42 +00:00
|
|
|
{
|
|
|
|
"name": "front",
|
2018-08-11 14:21:14 +00:00
|
|
|
"version": "0.1.0",
|
2024-11-26 11:59:11 +00:00
|
|
|
"type": "module",
|
2018-08-11 15:58:51 +00:00
|
|
|
"private": true,
|
2020-01-08 11:16:41 +00:00
|
|
|
"description": "Funkwhale front-end",
|
2021-12-08 19:14:21 +00:00
|
|
|
"author": "Funkwhale Collective <contact@funkwhale.audio>",
|
2017-06-23 21:00:42 +00:00
|
|
|
"scripts": {
|
2022-04-02 17:38:14 +00:00
|
|
|
"dev": "vite",
|
2024-11-26 11:59:11 +00:00
|
|
|
"dev:docs": "VP_DOCS=true vitepress dev ui-docs",
|
2022-06-28 13:55:54 +00:00
|
|
|
"build": "vite build --mode development",
|
2022-12-02 13:34:48 +00:00
|
|
|
"build:deployment": "vite build",
|
2024-11-26 11:59:11 +00:00
|
|
|
"build:docs": "VP_DOCS=true vitepress build ui-docs",
|
|
|
|
"serve:docs": "VP_DOCS=true vitepress serve ui-docs",
|
2022-02-21 14:07:07 +00:00
|
|
|
"serve": "vite preview",
|
2022-09-02 21:18:42 +00:00
|
|
|
"test": "vitest run",
|
2023-06-11 09:01:11 +00:00
|
|
|
"test:unit": "vitest run --coverage",
|
2024-02-20 14:39:55 +00:00
|
|
|
"test:generate-mock-server": "msw-auto-mock ../docs/schema.yml -o test/msw-server.ts --node",
|
2023-06-03 20:48:26 +00:00
|
|
|
"lint": "eslint --cache --cache-strategy content --ext .ts,.js,.vue,.json,.html src test cypress public/embed.html",
|
2024-12-06 16:17:00 +00:00
|
|
|
"lint:tsc": "vue-tsc --noEmit --incremental && tsc --noEmit --incremental -p cypress"
|
2017-06-23 21:00:42 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-05-20 11:34:39 +00:00
|
|
|
"@sentry/tracing": "7.47.0",
|
|
|
|
"@sentry/vue": "7.47.0",
|
2024-02-21 13:30:11 +00:00
|
|
|
"@tauri-apps/api": "2.0.0-beta.1",
|
2023-12-04 17:32:06 +00:00
|
|
|
"@types/jsmediatags": "3.9.6",
|
2023-12-10 08:34:18 +00:00
|
|
|
"@vue/runtime-core": "3.3.11",
|
2023-12-04 17:32:06 +00:00
|
|
|
"@vueuse/components": "10.6.1",
|
2023-12-11 14:00:00 +00:00
|
|
|
"@vueuse/core": "10.6.1",
|
|
|
|
"@vueuse/integrations": "10.6.1",
|
|
|
|
"@vueuse/math": "10.6.1",
|
|
|
|
"@vueuse/router": "10.6.1",
|
2024-06-04 15:19:00 +00:00
|
|
|
"axios": "1.7.2",
|
2023-01-22 13:04:56 +00:00
|
|
|
"axios-auth-refresh": "3.3.6",
|
2022-11-04 00:18:16 +00:00
|
|
|
"butterchurn": "3.0.0-beta.4",
|
|
|
|
"butterchurn-presets": "3.0.0-beta.4",
|
2022-06-25 23:10:36 +00:00
|
|
|
"diff": "5.1.0",
|
2024-02-05 20:33:30 +00:00
|
|
|
"dompurify": "3.0.8",
|
2022-12-05 12:01:28 +00:00
|
|
|
"focus-trap": "7.2.0",
|
2023-06-17 13:02:23 +00:00
|
|
|
"idb-keyval": "6.2.1",
|
2024-12-06 16:17:00 +00:00
|
|
|
"jquery": "3.7.1",
|
2023-12-04 17:32:06 +00:00
|
|
|
"jsmediatags": "3.9.7",
|
2022-06-30 00:18:39 +00:00
|
|
|
"lodash-es": "4.17.21",
|
2024-02-19 14:33:16 +00:00
|
|
|
"lru-cache": "10.2.0",
|
2024-12-04 15:25:37 +00:00
|
|
|
"magic-regexp": "0.8.0",
|
2022-07-10 23:16:41 +00:00
|
|
|
"moment": "2.29.4",
|
2023-12-04 17:32:06 +00:00
|
|
|
"music-metadata-browser": "2.5.10",
|
|
|
|
"nanoid": "5.0.4",
|
|
|
|
"pinia": "2.1.7",
|
2022-06-25 23:10:36 +00:00
|
|
|
"showdown": "2.1.0",
|
2023-09-10 11:33:18 +00:00
|
|
|
"stacktrace-js": "2.0.2",
|
2023-12-09 20:07:17 +00:00
|
|
|
"standardized-audio-context": "25.3.60",
|
2022-02-20 18:12:53 +00:00
|
|
|
"text-clipper": "2.2.0",
|
2022-07-24 20:51:13 +00:00
|
|
|
"transliteration": "2.3.5",
|
2024-12-15 23:07:09 +00:00
|
|
|
"type-fest": "4.30.1",
|
2022-08-31 22:36:40 +00:00
|
|
|
"universal-cookie": "4.0.4",
|
2024-02-21 14:47:19 +00:00
|
|
|
"vite-plugin-pwa": "0.14.4",
|
2024-12-04 15:25:37 +00:00
|
|
|
"vue": "3.5.13",
|
2022-01-29 12:07:29 +00:00
|
|
|
"vue-gettext": "2.1.12",
|
2024-02-05 12:04:13 +00:00
|
|
|
"vue-i18n": "9.9.1",
|
2023-12-10 08:05:39 +00:00
|
|
|
"vue-router": "4.2.5",
|
2023-06-19 00:02:42 +00:00
|
|
|
"vue-upload-component": "3.1.8",
|
2023-06-19 09:02:26 +00:00
|
|
|
"vue-virtual-scroller": "2.0.0-beta.8",
|
2022-09-02 20:58:06 +00:00
|
|
|
"vue3-gettext": "2.3.4",
|
2023-09-01 12:09:58 +00:00
|
|
|
"vue3-lazyload": "0.3.8",
|
2022-05-01 08:02:20 +00:00
|
|
|
"vuedraggable": "4.1.0",
|
2022-11-07 18:05:08 +00:00
|
|
|
"vuex": "4.1.0",
|
2022-02-05 11:03:33 +00:00
|
|
|
"vuex-persistedstate": "4.1.0",
|
2022-08-31 22:36:40 +00:00
|
|
|
"vuex-router-sync": "5.0.0"
|
2017-06-23 21:00:42 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-20 14:39:55 +00:00
|
|
|
"@faker-js/faker": "8.4.1",
|
2023-12-04 17:32:06 +00:00
|
|
|
"@iconify/vue": "4.1.1",
|
2022-11-28 10:32:14 +00:00
|
|
|
"@intlify/eslint-plugin-vue-i18n": "2.0.0",
|
2024-02-04 21:34:14 +00:00
|
|
|
"@intlify/unplugin-vue-i18n": "2.0.0",
|
2024-02-21 13:30:11 +00:00
|
|
|
"@tauri-apps/cli": "2.0.0-beta.2",
|
2023-12-09 14:10:28 +00:00
|
|
|
"@types/diff": "5.0.9",
|
2024-02-05 20:33:30 +00:00
|
|
|
"@types/dompurify": "3.0.5",
|
2023-12-09 15:07:55 +00:00
|
|
|
"@types/jquery": "3.5.29",
|
2023-12-09 15:36:10 +00:00
|
|
|
"@types/lodash-es": "4.17.12",
|
2023-12-09 16:08:41 +00:00
|
|
|
"@types/moxios": "0.4.17",
|
2023-12-09 16:37:05 +00:00
|
|
|
"@types/qs": "6.9.10",
|
2023-12-09 17:09:31 +00:00
|
|
|
"@types/semantic-ui": "2.2.9",
|
2023-12-09 17:35:36 +00:00
|
|
|
"@types/showdown": "2.0.6",
|
2022-07-24 23:43:40 +00:00
|
|
|
"@types/vue-virtual-scroller": "npm:@earltp/vue-virtual-scroller",
|
2024-02-27 09:33:42 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "7.1.0",
|
2024-12-04 15:25:37 +00:00
|
|
|
"@vitejs/plugin-vue": "5.1.4",
|
2024-02-20 18:28:13 +00:00
|
|
|
"@vitest/coverage-v8": "1.3.1",
|
2024-12-04 15:25:37 +00:00
|
|
|
"@vue-macros/volar": "0.17.2",
|
2023-12-10 08:34:18 +00:00
|
|
|
"@vue/compiler-sfc": "3.3.11",
|
2022-09-02 20:58:06 +00:00
|
|
|
"@vue/eslint-config-standard": "8.0.1",
|
2024-02-04 23:33:21 +00:00
|
|
|
"@vue/eslint-config-typescript": "12.0.0",
|
2024-12-04 15:25:37 +00:00
|
|
|
"@vue/test-utils": "2.4.1",
|
2024-11-26 11:59:11 +00:00
|
|
|
"@vue/tsconfig": "0.6.0",
|
2024-02-05 15:02:56 +00:00
|
|
|
"cypress": "13.6.4",
|
2024-02-29 08:39:48 +00:00
|
|
|
"eslint": "8.57.0",
|
|
|
|
"eslint-config-standard": "17.1.0",
|
|
|
|
"eslint-plugin-html": "8.0.0",
|
|
|
|
"eslint-plugin-import": "2.29.1",
|
2024-02-05 22:03:38 +00:00
|
|
|
"eslint-plugin-n": "16.6.2",
|
2022-01-29 12:07:29 +00:00
|
|
|
"eslint-plugin-node": "11.1.0",
|
2022-11-06 14:46:29 +00:00
|
|
|
"eslint-plugin-promise": "6.1.1",
|
2024-02-29 08:39:48 +00:00
|
|
|
"eslint-plugin-vue": "9.22.0",
|
2024-02-05 22:33:28 +00:00
|
|
|
"jsdom": "24.0.0",
|
2024-02-29 08:39:48 +00:00
|
|
|
"jsonc-eslint-parser": "2.4.0",
|
2024-02-20 14:39:55 +00:00
|
|
|
"msw": "2.2.1",
|
|
|
|
"msw-auto-mock": "0.18.0",
|
2024-02-29 09:51:34 +00:00
|
|
|
"patch-package": "8.0.0",
|
2023-05-20 11:44:08 +00:00
|
|
|
"rollup-plugin-visualizer": "5.9.0",
|
2024-12-04 15:25:37 +00:00
|
|
|
"sass": "1.68.0",
|
2023-05-20 11:34:39 +00:00
|
|
|
"sinon": "15.0.2",
|
2023-12-09 21:05:29 +00:00
|
|
|
"standardized-audio-context-mock": "9.6.32",
|
2024-02-29 08:39:48 +00:00
|
|
|
"typescript": "5.3.3",
|
2023-12-11 14:00:00 +00:00
|
|
|
"unocss": "0.58.0",
|
2024-12-04 15:25:37 +00:00
|
|
|
"unplugin-vue-macros": "2.6.2",
|
2022-09-09 16:01:06 +00:00
|
|
|
"utility-types": "3.10.0",
|
2024-06-04 15:23:29 +00:00
|
|
|
"vite": "5.2.12",
|
2023-12-04 17:32:06 +00:00
|
|
|
"vite-plugin-node-polyfills": "0.17.0",
|
|
|
|
"vite-plugin-pwa": "0.14.4",
|
2024-10-21 08:55:55 +00:00
|
|
|
"vite-plugin-vue-devtools": "^7.5.2",
|
2024-11-26 11:59:11 +00:00
|
|
|
"vitepress": "1.5.0",
|
2024-02-20 18:28:13 +00:00
|
|
|
"vitest": "1.3.1",
|
2024-02-29 08:39:48 +00:00
|
|
|
"vue-tsc": "1.8.27",
|
2022-09-02 20:58:06 +00:00
|
|
|
"workbox-core": "6.5.4",
|
|
|
|
"workbox-precaching": "6.5.4",
|
|
|
|
"workbox-routing": "6.5.4",
|
|
|
|
"workbox-strategies": "6.5.4"
|
2022-03-15 20:12:54 +00:00
|
|
|
}
|
2017-06-23 21:00:42 +00:00
|
|
|
}
|