2018-05-18 11:28:29 +02:00
|
|
|
{
|
2018-10-11 17:37:39 +02:00
|
|
|
"name": "mobilizon",
|
2022-12-22 18:11:49 +01:00
|
|
|
"version": "3.0.3",
|
2018-05-18 11:28:29 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-07-12 10:55:28 +02:00
|
|
|
"dev": "vite",
|
|
|
|
"preview": "vite preview",
|
2020-12-11 15:27:04 +01:00
|
|
|
"build": "yarn run build:assets && yarn run build:pictures",
|
2022-07-12 10:55:28 +02:00
|
|
|
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
|
|
|
|
"format": "prettier . --write",
|
|
|
|
"build:assets": "vite build",
|
|
|
|
"build:pictures": "bash ./scripts/build/pictures.sh",
|
|
|
|
"story:dev": "histoire dev",
|
|
|
|
"story:build": "histoire build",
|
|
|
|
"story:preview": "histoire preview",
|
|
|
|
"test": "vitest",
|
|
|
|
"coverage": "vitest run --coverage"
|
2018-05-18 11:28:29 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-12-03 11:29:51 +01:00
|
|
|
"@absinthe/socket": "^0.2.1",
|
|
|
|
"@absinthe/socket-apollo-link": "^0.2.1",
|
2021-05-12 18:10:07 +02:00
|
|
|
"@apollo/client": "^3.3.16",
|
2022-07-12 10:55:28 +02:00
|
|
|
"@oruga-ui/oruga-next": "^0.5.5",
|
2022-06-17 10:46:40 +02:00
|
|
|
"@sentry/tracing": "^7.1",
|
|
|
|
"@sentry/vue": "^7.1",
|
2022-05-02 12:16:09 +02:00
|
|
|
"@tailwindcss/line-clamp": "^0.4.0",
|
2021-04-30 13:48:06 +02:00
|
|
|
"@tiptap/core": "^2.0.0-beta.41",
|
2021-11-25 16:31:09 +01:00
|
|
|
"@tiptap/extension-blockquote": "^2.0.0-beta.25",
|
|
|
|
"@tiptap/extension-bold": "^2.0.0-beta.24",
|
2021-04-30 12:20:31 +02:00
|
|
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.9",
|
2021-11-25 16:31:09 +01:00
|
|
|
"@tiptap/extension-bullet-list": "^2.0.0-beta.23",
|
|
|
|
"@tiptap/extension-document": "^2.0.0-beta.15",
|
|
|
|
"@tiptap/extension-dropcursor": "^2.0.0-beta.25",
|
|
|
|
"@tiptap/extension-gapcursor": "^2.0.0-beta.33",
|
|
|
|
"@tiptap/extension-heading": "^2.0.0-beta.23",
|
|
|
|
"@tiptap/extension-history": "^2.0.0-beta.21",
|
2021-04-30 12:20:31 +02:00
|
|
|
"@tiptap/extension-image": "^2.0.0-beta.6",
|
2021-11-25 16:31:09 +01:00
|
|
|
"@tiptap/extension-italic": "^2.0.0-beta.24",
|
2021-04-30 12:20:31 +02:00
|
|
|
"@tiptap/extension-link": "^2.0.0-beta.8",
|
2021-11-25 16:31:09 +01:00
|
|
|
"@tiptap/extension-list-item": "^2.0.0-beta.19",
|
2021-04-30 12:20:31 +02:00
|
|
|
"@tiptap/extension-mention": "^2.0.0-beta.42",
|
2021-11-25 16:31:09 +01:00
|
|
|
"@tiptap/extension-ordered-list": "^2.0.0-beta.24",
|
|
|
|
"@tiptap/extension-paragraph": "^2.0.0-beta.22",
|
2022-10-31 11:43:18 +01:00
|
|
|
"@tiptap/extension-placeholder": "^2.0.0-beta.199",
|
2021-11-25 16:31:09 +01:00
|
|
|
"@tiptap/extension-strike": "^2.0.0-beta.26",
|
|
|
|
"@tiptap/extension-text": "^2.0.0-beta.15",
|
2021-04-30 12:20:31 +02:00
|
|
|
"@tiptap/extension-underline": "^2.0.0-beta.7",
|
2023-03-17 18:10:59 +01:00
|
|
|
"@tiptap/pm": "^2.0.0-beta.220",
|
2022-09-20 16:53:26 +02:00
|
|
|
"@tiptap/suggestion": "^2.0.0-beta.195",
|
2022-07-12 10:55:28 +02:00
|
|
|
"@tiptap/vue-3": "^2.0.0-beta.96",
|
2021-10-10 16:24:12 +02:00
|
|
|
"@vue-a11y/announcer": "^2.1.0",
|
|
|
|
"@vue-a11y/skip-to": "^2.1.2",
|
2023-03-17 19:06:46 +01:00
|
|
|
"@vue-leaflet/vue-leaflet": "^0.9.0",
|
2022-10-11 10:39:31 +02:00
|
|
|
"@vue/apollo-composable": "^4.0.0-beta.1",
|
2022-07-12 10:55:28 +02:00
|
|
|
"@vue/compiler-sfc": "^3.2.37",
|
2022-08-26 16:08:58 +02:00
|
|
|
"@vueuse/core": "^9.1.0",
|
2022-11-21 11:03:45 +01:00
|
|
|
"@vueuse/head": "^1.0",
|
2022-07-12 10:55:28 +02:00
|
|
|
"@vueuse/router": "^9.0.2",
|
2019-02-08 10:56:32 +01:00
|
|
|
"apollo-absinthe-upload-link": "^1.5.0",
|
2021-12-28 11:10:14 +01:00
|
|
|
"autoprefixer": "^10",
|
2022-09-20 16:53:26 +02:00
|
|
|
"blurhash": "^2.0.0",
|
2020-08-28 01:51:08 +02:00
|
|
|
"date-fns": "^2.16.0",
|
2023-03-17 18:10:59 +01:00
|
|
|
"date-fns-tz": "^2.0.0",
|
2022-07-12 10:55:28 +02:00
|
|
|
"floating-vue": "^2.0.0-beta.17",
|
|
|
|
"graphql": "^15.8.0",
|
2020-02-18 08:57:00 +01:00
|
|
|
"graphql-tag": "^2.10.3",
|
2022-09-01 10:00:17 +02:00
|
|
|
"hammerjs": "^2.0.8",
|
2020-12-14 09:23:29 +01:00
|
|
|
"intersection-observer": "^0.12.0",
|
2021-05-27 18:24:11 +02:00
|
|
|
"jwt-decode": "^3.1.2",
|
2019-03-22 17:35:07 +01:00
|
|
|
"leaflet": "^1.4.0",
|
2023-01-27 14:53:46 +01:00
|
|
|
"leaflet.locatecontrol": "^0.79",
|
2022-09-01 10:00:17 +02:00
|
|
|
"leaflet.markercluster": "^1.5.3",
|
2019-01-18 14:47:10 +01:00
|
|
|
"lodash": "^4.17.11",
|
2018-12-21 17:10:39 +01:00
|
|
|
"ngeohash": "^0.6.3",
|
2021-05-02 19:27:23 +02:00
|
|
|
"p-debounce": "^4.0.0",
|
2021-10-11 18:16:22 +02:00
|
|
|
"phoenix": "^1.6",
|
2021-12-28 11:10:14 +01:00
|
|
|
"postcss": "^8",
|
2021-05-06 17:20:54 +02:00
|
|
|
"register-service-worker": "^1.7.2",
|
2021-11-13 15:45:05 +01:00
|
|
|
"sanitize-html": "^2.5.3",
|
2021-12-28 11:10:14 +01:00
|
|
|
"tailwindcss": "^3",
|
2020-06-19 19:27:10 +02:00
|
|
|
"tippy.js": "^6.2.3",
|
2023-01-27 14:53:46 +01:00
|
|
|
"unfetch": "^5.0.0",
|
2022-07-12 10:55:28 +02:00
|
|
|
"vue": "^3.2.37",
|
|
|
|
"vue-i18n": "9",
|
|
|
|
"vue-material-design-icons": "^5.1.2",
|
2021-12-16 16:48:50 +01:00
|
|
|
"vue-matomo": "^4.1.0",
|
|
|
|
"vue-plausible": "^1.3.1",
|
2022-07-12 10:55:28 +02:00
|
|
|
"vue-router": "4",
|
2019-11-15 18:36:47 +01:00
|
|
|
"vue-scrollto": "^2.17.1",
|
2022-09-20 16:53:26 +02:00
|
|
|
"vue-use-route-query": "^1.1.0",
|
2022-11-03 12:10:59 +01:00
|
|
|
"zhyswan-vuedraggable": "^4.1.3"
|
2018-05-18 11:28:29 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-17 18:10:59 +01:00
|
|
|
"@histoire/plugin-vue": "^0.15.8",
|
2022-08-26 16:08:58 +02:00
|
|
|
"@playwright/test": "^1.25.1",
|
2022-07-12 10:55:28 +02:00
|
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
|
|
"@tailwindcss/typography": "^0.5.4",
|
2022-09-01 10:00:17 +02:00
|
|
|
"@types/hammerjs": "^2.0.41",
|
2019-09-25 06:56:31 +02:00
|
|
|
"@types/leaflet": "^1.5.2",
|
2021-12-13 17:00:27 +01:00
|
|
|
"@types/leaflet.locatecontrol": "^0.74",
|
2022-09-01 10:00:17 +02:00
|
|
|
"@types/leaflet.markercluster": "^1.5.1",
|
2019-09-30 07:06:59 +02:00
|
|
|
"@types/lodash": "^4.14.141",
|
2020-02-18 08:57:00 +01:00
|
|
|
"@types/ngeohash": "^0.6.2",
|
2021-09-29 20:24:55 +02:00
|
|
|
"@types/phoenix": "^1.5.2",
|
2021-11-13 15:45:05 +01:00
|
|
|
"@types/sanitize-html": "^2.5.0",
|
2023-01-27 14:53:46 +01:00
|
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
2023-03-17 18:10:59 +01:00
|
|
|
"@vitest/coverage-c8": "^0.29.2",
|
|
|
|
"@vitest/ui": "^0.29.2",
|
2022-07-12 10:55:28 +02:00
|
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
2022-06-17 10:46:40 +02:00
|
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
2022-07-12 10:55:28 +02:00
|
|
|
"@vue/test-utils": "^2.0.2",
|
|
|
|
"eslint": "^8.21.0",
|
2021-11-09 08:53:04 +01:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-04-13 19:30:25 +02:00
|
|
|
"eslint-plugin-import": "^2.20.2",
|
2021-09-29 18:19:26 +02:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2022-07-12 10:55:28 +02:00
|
|
|
"eslint-plugin-vue": "^9.3.0",
|
2021-04-16 14:49:43 +02:00
|
|
|
"flush-promises": "^1.0.2",
|
2023-03-17 18:10:59 +01:00
|
|
|
"histoire": "^0.15.8",
|
2023-01-27 14:53:46 +01:00
|
|
|
"jsdom": "^21.1.0",
|
2021-05-12 18:10:07 +02:00
|
|
|
"mock-apollo-client": "^1.1.0",
|
2021-04-16 17:19:21 +02:00
|
|
|
"prettier": "^2.2.1",
|
2022-06-17 10:46:40 +02:00
|
|
|
"prettier-eslint": "^15.0.1",
|
2022-07-12 10:55:28 +02:00
|
|
|
"rollup-plugin-visualizer": "^5.7.1",
|
2021-06-04 13:30:05 +02:00
|
|
|
"sass": "^1.34.1",
|
2023-03-17 19:06:46 +01:00
|
|
|
"typescript": "~5.0.0",
|
2023-01-27 14:53:46 +01:00
|
|
|
"vite": "^4.0.4",
|
|
|
|
"vite-plugin-pwa": "^0.14.1",
|
2023-03-17 18:10:59 +01:00
|
|
|
"vitest": "^0.29.2",
|
2022-07-12 10:55:28 +02:00
|
|
|
"vue-i18n-extract": "^2.0.4"
|
2018-12-21 15:41:34 +01:00
|
|
|
}
|
2018-05-18 11:28:29 +02:00
|
|
|
}
|