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",
|
2022-08-31 22:36:40 +00:00
|
|
|
"test:unit": "vitest run",
|
2022-11-25 19:48:39 +00:00
|
|
|
"lint": "eslint --ext .ts,.js,.vue,.json,.html src public/embed.html",
|
2022-05-01 19:57:22 +00:00
|
|
|
"lint:tsc": "vue-tsc --noEmit",
|
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": {
|
2022-12-13 16:31:33 +00:00
|
|
|
"@sentry/tracing": "7.26.0",
|
|
|
|
"@sentry/vue": "7.26.0",
|
2022-11-16 11:32:44 +00:00
|
|
|
"@vue/runtime-core": "3.2.45",
|
2022-11-23 19:32:04 +00:00
|
|
|
"@vueuse/core": "9.6.0",
|
|
|
|
"@vueuse/integrations": "9.6.0",
|
|
|
|
"@vueuse/math": "9.6.0",
|
|
|
|
"@vueuse/router": "9.6.0",
|
2022-12-05 21:02:40 +00:00
|
|
|
"axios": "1.2.1",
|
2022-10-22 13:55:53 +00:00
|
|
|
"axios-auth-refresh": "3.3.4",
|
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",
|
2022-11-10 14:02:16 +00:00
|
|
|
"dompurify": "2.4.1",
|
2022-12-05 12:01:28 +00:00
|
|
|
"focus-trap": "7.2.0",
|
2022-11-06 15:38:53 +00:00
|
|
|
"fomantic-ui-css": "2.9.0",
|
2022-01-29 12:07:29 +00:00
|
|
|
"howler": "2.2.3",
|
2022-10-28 13:04:12 +00:00
|
|
|
"idb-keyval": "6.2.0",
|
2022-01-29 12:07:29 +00:00
|
|
|
"js-logger": "1.6.1",
|
2022-06-30 00:18:39 +00:00
|
|
|
"lodash-es": "4.17.21",
|
2022-11-05 19:02:30 +00:00
|
|
|
"lru-cache": "7.14.1",
|
2022-07-10 23:16:41 +00:00
|
|
|
"moment": "2.29.4",
|
2022-06-25 23:10:36 +00:00
|
|
|
"showdown": "2.1.0",
|
2022-12-05 15:32:31 +00:00
|
|
|
"standardized-audio-context": "25.3.36",
|
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",
|
2022-11-16 11:32:44 +00:00
|
|
|
"vue": "3.2.45",
|
2022-01-29 12:07:29 +00:00
|
|
|
"vue-gettext": "2.1.12",
|
2022-11-28 10:32:14 +00:00
|
|
|
"vue-i18n": "9.2.2",
|
2022-10-27 18:02:53 +00:00
|
|
|
"vue-router": "4.1.6",
|
2022-11-08 17:02:50 +00:00
|
|
|
"vue-upload-component": "3.1.6",
|
2022-12-14 11:31:28 +00:00
|
|
|
"vue-virtual-scroller": "2.0.0-beta.7",
|
2022-09-02 20:58:06 +00:00
|
|
|
"vue3-gettext": "2.3.4",
|
|
|
|
"vue3-lazyload": "0.3.6",
|
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": {
|
2022-11-28 10:32:14 +00:00
|
|
|
"@intlify/eslint-plugin-vue-i18n": "2.0.0",
|
|
|
|
"@intlify/vite-plugin-vue-i18n": "6.0.3",
|
2022-09-02 20:58:06 +00:00
|
|
|
"@types/diff": "5.0.2",
|
2022-11-16 18:50:54 +00:00
|
|
|
"@types/dompurify": "2.4.0",
|
2022-07-24 20:51:13 +00:00
|
|
|
"@types/howler": "2.2.7",
|
2022-04-18 12:44:11 +00:00
|
|
|
"@types/jquery": "3.5.14",
|
|
|
|
"@types/lodash-es": "4.17.6",
|
2022-09-02 20:58:06 +00:00
|
|
|
"@types/moxios": "0.4.15",
|
2022-04-18 18:39:30 +00:00
|
|
|
"@types/qs": "6.9.7",
|
2022-07-24 20:51:13 +00:00
|
|
|
"@types/semantic-ui": "2.2.7",
|
|
|
|
"@types/showdown": "2.0.0",
|
2022-07-24 23:43:40 +00:00
|
|
|
"@types/vue-virtual-scroller": "npm:@earltp/vue-virtual-scroller",
|
2022-12-12 21:31:59 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.46.1",
|
2022-12-11 22:01:53 +00:00
|
|
|
"@vitejs/plugin-vue": "4.0.0",
|
2022-12-14 12:32:06 +00:00
|
|
|
"@vitest/coverage-c8": "0.25.8",
|
2022-11-16 11:32:44 +00:00
|
|
|
"@vue/compiler-sfc": "3.2.45",
|
2022-09-02 20:58:06 +00:00
|
|
|
"@vue/eslint-config-standard": "8.0.1",
|
2022-10-22 06:29:16 +00:00
|
|
|
"@vue/eslint-config-typescript": "11.0.2",
|
2022-12-05 15:02:42 +00:00
|
|
|
"@vue/test-utils": "2.2.6",
|
2022-07-24 20:51:13 +00:00
|
|
|
"@vue/tsconfig": "0.1.3",
|
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",
|
2022-12-09 17:31:37 +00:00
|
|
|
"eslint-plugin-n": "15.6.0",
|
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",
|
2022-11-22 23:32:45 +00:00
|
|
|
"jsdom": "20.0.3",
|
2022-11-25 19:48:39 +00:00
|
|
|
"jsonc-eslint-parser": "2.1.0",
|
2022-04-01 09:04:11 +00:00
|
|
|
"moxios": "0.4.0",
|
2022-12-09 00:01:56 +00:00
|
|
|
"sass": "1.56.2",
|
2022-12-17 15:32:20 +00:00
|
|
|
"sinon": "15.0.1",
|
2022-12-09 01:02:05 +00:00
|
|
|
"typescript": "4.9.4",
|
2022-09-09 16:01:06 +00:00
|
|
|
"utility-types": "3.10.0",
|
2022-12-18 12:01:24 +00:00
|
|
|
"vite": "4.0.2",
|
2022-12-12 19:01:29 +00:00
|
|
|
"vite-plugin-pwa": "0.14.0",
|
2022-11-10 01:31:54 +00:00
|
|
|
"vite-plugin-vue-inspector": "1.1.4",
|
2022-12-14 12:32:06 +00:00
|
|
|
"vitest": "0.25.8",
|
2022-12-18 09:31:41 +00:00
|
|
|
"vue-tsc": "1.0.14",
|
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
|
|
|
}
|