2017-06-23 21:00:42 +00:00
|
|
|
{
|
|
|
|
"name": "front",
|
2018-08-11 14:21:14 +00:00
|
|
|
"version": "0.1.0",
|
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",
|
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",
|
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",
|
|
|
|
"lint:tsc": "vue-tsc --noEmit --incremental && tsc --noEmit --incremental -p cypress",
|
2022-02-20 18:55:48 +00:00
|
|
|
"fix-fomantic-css": "scripts/fix-fomantic-css.sh",
|
2020-05-15 12:12:36 +00:00
|
|
|
"postinstall": "yarn run fix-fomantic-css"
|
2017-06-23 21:00:42 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-12 12:42:23 +00:00
|
|
|
"@funkwhale/ui": "0.2.2",
|
2023-05-20 11:34:39 +00:00
|
|
|
"@sentry/tracing": "7.47.0",
|
|
|
|
"@sentry/vue": "7.47.0",
|
2023-12-10 08:34:18 +00:00
|
|
|
"@vue/runtime-core": "3.3.11",
|
2023-09-01 12:09:58 +00:00
|
|
|
"@vueuse/core": "10.3.0",
|
|
|
|
"@vueuse/integrations": "10.3.0",
|
|
|
|
"@vueuse/math": "10.3.0",
|
|
|
|
"@vueuse/router": "10.3.0",
|
2023-01-22 12:34:50 +00:00
|
|
|
"axios": "1.2.3",
|
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-09-14 04:36:21 +00:00
|
|
|
"fomantic-ui-css": "2.9.3",
|
2023-06-17 13:02:23 +00:00
|
|
|
"idb-keyval": "6.2.1",
|
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",
|
2022-07-10 23:16:41 +00:00
|
|
|
"moment": "2.29.4",
|
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",
|
2022-08-31 22:36:40 +00:00
|
|
|
"universal-cookie": "4.0.4",
|
2023-12-10 08:34:18 +00:00
|
|
|
"vue": "3.3.11",
|
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",
|
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",
|
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-04 22:33:38 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.20.0",
|
2024-02-04 23:05:11 +00:00
|
|
|
"@vitejs/plugin-vue": "5.0.3",
|
2022-12-14 12:32:06 +00:00
|
|
|
"@vitest/coverage-c8": "0.25.8",
|
2023-09-01 12:09:58 +00:00
|
|
|
"@vue-macros/volar": "0.13.3",
|
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",
|
2023-01-22 11:35:18 +00:00
|
|
|
"@vue/test-utils": "2.2.7",
|
2022-07-24 20:51:13 +00:00
|
|
|
"@vue/tsconfig": "0.1.3",
|
2023-05-06 10:25:33 +00:00
|
|
|
"axios-mock-adapter": "1.21.4",
|
2024-02-05 15:02:56 +00:00
|
|
|
"cypress": "13.6.4",
|
2022-12-17 19:31:36 +00:00
|
|
|
"eslint": "8.30.0",
|
2022-05-03 00:30:43 +00:00
|
|
|
"eslint-config-standard": "17.0.0",
|
2022-09-02 20:58:06 +00:00
|
|
|
"eslint-plugin-html": "7.1.0",
|
2022-05-03 00:30:43 +00:00
|
|
|
"eslint-plugin-import": "2.26.0",
|
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",
|
2022-11-24 07:01:44 +00:00
|
|
|
"eslint-plugin-vue": "9.8.0",
|
2024-02-05 22:33:28 +00:00
|
|
|
"jsdom": "24.0.0",
|
2022-11-25 19:48:39 +00:00
|
|
|
"jsonc-eslint-parser": "2.1.0",
|
2024-02-20 14:39:55 +00:00
|
|
|
"msw": "2.2.1",
|
|
|
|
"msw-auto-mock": "0.18.0",
|
2023-05-20 11:44:08 +00:00
|
|
|
"rollup-plugin-visualizer": "5.9.0",
|
2023-01-22 15:04:55 +00:00
|
|
|
"sass": "1.57.1",
|
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",
|
2023-05-20 11:34:39 +00:00
|
|
|
"typescript": "4.9.5",
|
2023-09-01 12:09:58 +00:00
|
|
|
"unplugin-vue-macros": "2.4.6",
|
2022-09-09 16:01:06 +00:00
|
|
|
"utility-types": "3.10.0",
|
2023-05-16 12:19:30 +00:00
|
|
|
"vite": "4.3.5",
|
2023-05-20 11:34:39 +00:00
|
|
|
"vite-plugin-pwa": "0.14.4",
|
2024-02-20 14:39:55 +00:00
|
|
|
"vitest": "1.3.0",
|
2023-06-06 09:47:02 +00:00
|
|
|
"vue-tsc": "1.6.5",
|
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
|
|
|
}
|