2018-05-18 11:28:29 +02:00
|
|
|
{
|
2018-10-11 17:37:39 +02:00
|
|
|
"name": "mobilizon",
|
2021-12-22 14:34:41 +01:00
|
|
|
"version": "2.0.2",
|
2018-05-18 11:28:29 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-02-18 08:57:00 +01:00
|
|
|
"serve": "vue-cli-service serve",
|
2020-12-11 15:27:04 +01:00
|
|
|
"build": "yarn run build:assets && yarn run build:pictures",
|
2021-10-18 11:49:41 +02:00
|
|
|
"test:unit": "LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 TZ=UTC vue-cli-service test:unit",
|
2019-10-05 19:07:50 +02:00
|
|
|
"test:e2e": "vue-cli-service test:e2e",
|
2021-01-11 11:30:03 +01:00
|
|
|
"lint": "vue-cli-service lint",
|
2021-05-06 17:20:54 +02:00
|
|
|
"build:assets": "vue-cli-service build",
|
2021-01-11 11:30:03 +01:00
|
|
|
"build:pictures": "bash ./scripts/build/pictures.sh"
|
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",
|
2021-09-29 18:19:26 +02:00
|
|
|
"@mdi/font": "^6.1.95",
|
2022-01-10 20:14:35 +01:00
|
|
|
"@tailwindcss/line-clamp": "^0.3.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",
|
|
|
|
"@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",
|
|
|
|
"@tiptap/vue-2": "^2.0.0-beta.21",
|
2021-10-10 16:24:12 +02:00
|
|
|
"@vue-a11y/announcer": "^2.1.0",
|
|
|
|
"@vue-a11y/skip-to": "^2.1.2",
|
2021-08-02 18:11:22 +02:00
|
|
|
"@vue/apollo-option": "4.0.0-alpha.11",
|
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",
|
2021-06-10 09:41:07 +02:00
|
|
|
"blurhash": "^1.1.3",
|
2020-08-18 15:25:59 +02:00
|
|
|
"buefy": "^0.9.0",
|
2019-12-20 13:04:34 +01:00
|
|
|
"bulma-divider": "^0.2.0",
|
2020-02-18 08:57:00 +01:00
|
|
|
"core-js": "^3.6.4",
|
2020-08-28 01:51:08 +02:00
|
|
|
"date-fns": "^2.16.0",
|
2021-10-10 16:25:50 +02:00
|
|
|
"date-fns-tz": "^1.1.6",
|
2021-11-09 08:53:04 +01:00
|
|
|
"graphql": "^16.0.0",
|
2020-02-18 08:57:00 +01:00
|
|
|
"graphql-tag": "^2.10.3",
|
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",
|
2021-12-13 17:00:27 +01:00
|
|
|
"leaflet.locatecontrol": "^0.76.0",
|
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",
|
2020-12-02 11:19:39 +01:00
|
|
|
"unfetch": "^4.2.0",
|
2021-04-13 19:30:25 +02:00
|
|
|
"v-tooltip": "^2.1.3",
|
2020-02-18 08:57:00 +01:00
|
|
|
"vue": "^2.6.11",
|
|
|
|
"vue-class-component": "^7.2.3",
|
2019-09-12 11:34:01 +02:00
|
|
|
"vue-i18n": "^8.14.0",
|
2019-10-10 16:47:38 +02:00
|
|
|
"vue-meta": "^2.3.1",
|
2020-06-19 19:27:10 +02:00
|
|
|
"vue-property-decorator": "^9.0.0",
|
2020-02-18 08:57:00 +01:00
|
|
|
"vue-router": "^3.1.6",
|
2019-11-15 18:36:47 +01:00
|
|
|
"vue-scrollto": "^2.17.1",
|
2020-02-18 08:57:00 +01:00
|
|
|
"vue2-leaflet": "^2.0.3",
|
2021-01-20 10:48:47 +01:00
|
|
|
"vuedraggable": "^2.24.3"
|
2018-05-18 11:28:29 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-17 17:02:01 +01:00
|
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
2021-09-29 18:19:26 +02:00
|
|
|
"@types/jest": "^27.0.2",
|
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",
|
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",
|
2020-02-18 08:57:00 +01:00
|
|
|
"@types/prosemirror-inputrules": "^1.0.2",
|
|
|
|
"@types/prosemirror-model": "^1.7.2",
|
|
|
|
"@types/prosemirror-state": "^1.2.4",
|
|
|
|
"@types/prosemirror-view": "^1.11.4",
|
2021-11-13 15:45:05 +01:00
|
|
|
"@types/sanitize-html": "^2.5.0",
|
2021-11-09 08:53:04 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
|
|
|
"@typescript-eslint/parser": "^5.3.0",
|
2021-11-25 16:45:20 +01:00
|
|
|
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
|
|
|
|
"@vue/cli-plugin-eslint": "~5.0.0-rc.1",
|
|
|
|
"@vue/cli-plugin-pwa": "~5.0.0-rc.1",
|
|
|
|
"@vue/cli-plugin-router": "~5.0.0-rc.1",
|
|
|
|
"@vue/cli-plugin-typescript": "~5.0.0-rc.1",
|
|
|
|
"@vue/cli-plugin-unit-jest": "~5.0.0-rc.1",
|
|
|
|
"@vue/cli-service": "~5.0.0-rc.1",
|
2022-01-17 17:02:01 +01:00
|
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
2020-09-21 11:56:29 +02:00
|
|
|
"@vue/test-utils": "^1.1.0",
|
2021-11-09 08:53:04 +01:00
|
|
|
"@vue/vue2-jest": "^27.0.0-alpha.3",
|
2021-10-29 11:12:40 +02:00
|
|
|
"@vue/vue3-jest": "^27.0.0-alpha.1",
|
2021-11-09 08:53:04 +01:00
|
|
|
"eslint": "^8.2.0",
|
|
|
|
"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",
|
2021-11-09 08:53:04 +01:00
|
|
|
"eslint-plugin-vue": "^8.0.3",
|
2021-04-16 14:49:43 +02:00
|
|
|
"flush-promises": "^1.0.2",
|
2021-09-29 18:19:26 +02:00
|
|
|
"jest": "^27.1.0",
|
2021-10-05 12:23:00 +02:00
|
|
|
"jest-junit": "^13.0.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",
|
2021-08-12 17:26:31 +02:00
|
|
|
"prettier-eslint": "^13.0.0",
|
2021-06-04 13:30:05 +02:00
|
|
|
"sass": "^1.34.1",
|
|
|
|
"sass-loader": "^12.0.0",
|
2021-09-29 20:24:55 +02:00
|
|
|
"ts-jest": "27",
|
2021-09-29 18:19:26 +02:00
|
|
|
"typescript": "~4.4.3",
|
2021-12-28 11:10:14 +01:00
|
|
|
"vue-cli-plugin-tailwind": "^3.0.0-beta.0",
|
2021-09-30 08:31:21 +02:00
|
|
|
"vue-i18n-extract": "^2.0.4",
|
2020-02-18 08:57:00 +01:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2021-05-06 17:20:54 +02:00
|
|
|
"webpack-cli": "^4.7.0"
|
2018-12-21 15:41:34 +01:00
|
|
|
}
|
2018-05-18 11:28:29 +02:00
|
|
|
}
|