funkwhale/front/package.json

131 wiersze
3.7 KiB
JSON
Czysty Zwykły widok Historia

{
"name": "front",
"version": "0.1.0",
"private": true,
"description": "Funkwhale front-end",
2021-12-08 19:14:21 +00:00
"author": "Funkwhale Collective <contact@funkwhale.audio>",
"scripts": {
2022-04-02 17:38:14 +00:00
"dev": "vite",
"build": "vite build --mode development",
2022-02-27 22:44:09 +00:00
"build:deployment": "vite build --base /front/",
2022-02-21 14:07:07 +00:00
"serve": "vite preview",
"test:unit": "jest",
"lint": "eslint --ext .ts,.js,.vue src",
"lint:tsc": "vue-tsc --noEmit",
"fix-fomantic-css": "scripts/fix-fomantic-css.sh",
"i18n-compile": "scripts/i18n-compile.sh",
2020-05-15 12:12:36 +00:00
"i18n-extract": "scripts/i18n-extract.sh",
"postinstall": "yarn run fix-fomantic-css"
},
"dependencies": {
2022-07-25 20:08:41 +00:00
"@sentry/tracing": "^7.7.0",
"@sentry/vue": "^7.7.0",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@tiptap/vue-3": "^2.0.0-beta.96",
"@vue/runtime-core": "3.2.37",
2022-07-21 19:36:08 +00:00
"@vueuse/core": "8.9.4",
"@vueuse/integrations": "8.9.4",
2022-07-25 20:08:41 +00:00
"add": "^2.0.6",
2022-06-25 23:10:36 +00:00
"axios": "0.27.2",
"axios-auth-refresh": "3.3.3",
2022-06-25 23:10:36 +00:00
"diff": "5.1.0",
"dompurify": "2.3.10",
2022-06-25 23:10:36 +00:00
"focus-trap": "6.9.4",
2022-01-29 12:07:29 +00:00
"fomantic-ui-css": "2.8.8",
"howler": "2.2.3",
"js-logger": "1.6.1",
2022-06-30 00:18:39 +00:00
"lodash-es": "4.17.21",
"mavon-editor": "^3.0.0-beta",
2022-07-10 23:16:41 +00:00
"moment": "2.29.4",
2022-06-30 00:18:39 +00:00
"qs": "6.11.0",
2022-01-29 12:07:29 +00:00
"register-service-worker": "1.7.2",
2022-07-21 19:36:08 +00:00
"sanitize-html": "2.7.1",
"sass": "1.54.0",
2022-06-25 23:10:36 +00:00
"showdown": "2.1.0",
"text-clipper": "2.2.0",
"tiptap-markdown": "^0.5.0",
"transliteration": "2.3.5",
2022-07-31 20:26:19 +00:00
"universal-cookie": "^4.0.4",
2022-06-25 23:10:36 +00:00
"vue": "3.2.37",
2022-01-29 12:07:29 +00:00
"vue-gettext": "2.1.12",
"vue-plyr": "7.0.0",
2022-07-21 19:36:08 +00:00
"vue-router": "4.1.2",
"vue-tsc": "0.39.0",
"vue-upload-component": "3.1.2",
2022-07-24 23:43:40 +00:00
"vue-virtual-scroller": "^2.0.0-alpha.1",
2022-06-25 23:10:36 +00:00
"vue3-gettext": "2.3.0",
2022-07-10 23:16:41 +00:00
"vue3-lazyload": "0.3.5",
"vue3-virtual-scroll-list": "0.2.0",
2022-05-01 08:02:20 +00:00
"vuedraggable": "4.1.0",
2022-04-18 16:17:51 +00:00
"vuex": "4.0.2",
"vuex-persistedstate": "4.1.0",
2022-07-25 20:08:41 +00:00
"vuex-router-sync": "5.0.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/dompurify": "2.3.3",
"@types/howler": "2.2.7",
2022-07-21 19:36:08 +00:00
"@types/jest": "28.1.6",
2022-04-18 12:44:11 +00:00
"@types/jquery": "3.5.14",
"@types/lodash-es": "4.17.6",
2022-04-18 18:39:30 +00:00
"@types/qs": "6.9.7",
"@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-07-21 19:36:08 +00:00
"@typescript-eslint/eslint-plugin": "5.30.7",
"@vitejs/plugin-vue": "3.0.1",
2022-06-25 23:10:36 +00:00
"@vue/compiler-sfc": "3.2.37",
"@vue/eslint-config-standard": "8.0.0",
2022-06-25 23:10:36 +00:00
"@vue/eslint-config-typescript": "11.0.0",
2022-07-10 23:16:41 +00:00
"@vue/test-utils": "2.0.2",
"@vue/tsconfig": "0.1.3",
2022-04-01 09:04:11 +00:00
"chai": "4.3.6",
2022-01-29 12:07:29 +00:00
"easygettext": "2.17.0",
2022-07-21 19:36:08 +00:00
"eslint": "8.20.0",
"eslint-config-standard": "17.0.0",
2022-07-21 19:36:08 +00:00
"eslint-plugin-html": "7.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.2.4",
2022-01-29 12:07:29 +00:00
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-vue": "9.3.0",
2022-07-21 19:36:08 +00:00
"jest-cli": "28.1.3",
2022-04-01 09:04:11 +00:00
"moxios": "0.4.0",
2022-07-31 19:40:31 +00:00
"sentry-vite-plugin": "^1.0.4",
2022-06-25 23:10:36 +00:00
"sinon": "14.0.0",
2022-07-21 19:36:08 +00:00
"ts-jest": "28.0.7",
2022-06-25 23:10:36 +00:00
"typescript": "4.7.4",
"vite": "3.0.3",
2022-07-10 23:16:41 +00:00
"vite-plugin-pwa": "0.12.3",
"vite-plugin-vue-inspector": "1.0.1",
2022-04-01 09:04:11 +00:00
"vue-jest": "3.0.7",
2022-04-30 13:25:59 +00:00
"workbox-core": "6.5.3",
"workbox-precaching": "6.5.3",
"workbox-routing": "6.5.3",
"workbox-strategies": "6.5.3"
},
"resolutions": {
"vue-plyr/plyr": "3.6.12"
},
"jest": {
"moduleFileExtensions": [
2022-04-30 13:25:59 +00:00
"ts",
"js",
"json",
"vue"
],
"transform": {
".*\\.(vue)$": "vue-jest",
2022-04-30 13:25:59 +00:00
"^.+\\.js$": "babel-jest",
"^.+\\.ts$": "ts-jest"
},
2022-04-30 13:25:59 +00:00
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!lodash-es/.*)"
],
"moduleNameMapper": {
2022-04-23 07:37:43 +00:00
"^~/(.*)$": "<rootDir>/src/$1"
},
"testEnvironment": "jsdom"
}
}