2018-05-18 11:28:29 +02:00
|
|
|
{
|
2018-10-11 17:37:39 +02:00
|
|
|
"name": "mobilizon",
|
2021-08-23 11:07:34 +02:00
|
|
|
"version": "1.3.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",
|
2020-12-02 11:19:39 +01:00
|
|
|
"test:unit": "LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 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",
|
2020-02-18 08:57:00 +01:00
|
|
|
"@mdi/font": "^5.0.45",
|
2021-04-30 13:48:06 +02:00
|
|
|
"@tiptap/core": "^2.0.0-beta.41",
|
2021-04-30 12:20:31 +02:00
|
|
|
"@tiptap/extension-blockquote": "^2.0.0-beta.6",
|
|
|
|
"@tiptap/extension-bubble-menu": "^2.0.0-beta.9",
|
|
|
|
"@tiptap/extension-character-count": "^2.0.0-beta.5",
|
|
|
|
"@tiptap/extension-history": "^2.0.0-beta.5",
|
|
|
|
"@tiptap/extension-image": "^2.0.0-beta.6",
|
|
|
|
"@tiptap/extension-link": "^2.0.0-beta.8",
|
|
|
|
"@tiptap/extension-list-item": "^2.0.0-beta.6",
|
|
|
|
"@tiptap/extension-mention": "^2.0.0-beta.42",
|
|
|
|
"@tiptap/extension-ordered-list": "^2.0.0-beta.6",
|
|
|
|
"@tiptap/extension-underline": "^2.0.0-beta.7",
|
|
|
|
"@tiptap/starter-kit": "^2.0.0-beta.37",
|
|
|
|
"@tiptap/vue-2": "^2.0.0-beta.21",
|
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-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",
|
2020-02-18 08:57:00 +01:00
|
|
|
"graphql": "^15.0.0",
|
|
|
|
"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-07-01 10:00:23 +02:00
|
|
|
"leaflet.locatecontrol": "^0.74.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",
|
2019-12-03 11:29:51 +01:00
|
|
|
"phoenix": "^1.4.11",
|
2021-05-06 17:20:54 +02:00
|
|
|
"register-service-worker": "^1.7.2",
|
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": {
|
2020-12-09 10:39:58 +01:00
|
|
|
"@types/jest": "^26.0.18",
|
2019-09-25 06:56:31 +02:00
|
|
|
"@types/leaflet": "^1.5.2",
|
2019-11-08 19:37:14 +01:00
|
|
|
"@types/leaflet.locatecontrol": "^0.60.7",
|
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",
|
|
|
|
"@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-04-16 17:19:21 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
|
|
"@typescript-eslint/parser": "^4.18.0",
|
2021-08-12 17:26:31 +02:00
|
|
|
"@vue/cli-plugin-babel": "~5.0.0-beta.3",
|
|
|
|
"@vue/cli-plugin-e2e-cypress": "~5.0.0-beta.3",
|
|
|
|
"@vue/cli-plugin-eslint": "~5.0.0-beta.3",
|
|
|
|
"@vue/cli-plugin-pwa": "~5.0.0-beta.3",
|
|
|
|
"@vue/cli-plugin-router": "~5.0.0-beta.3",
|
|
|
|
"@vue/cli-plugin-typescript": "~5.0.0-beta.3",
|
|
|
|
"@vue/cli-plugin-unit-jest": "~5.0.0-beta.3",
|
|
|
|
"@vue/cli-service": "~5.0.0-beta.3",
|
2020-02-18 08:57:00 +01:00
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
2020-10-13 17:03:19 +02:00
|
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
2020-09-21 11:56:29 +02:00
|
|
|
"@vue/test-utils": "^1.1.0",
|
2021-05-06 17:20:54 +02:00
|
|
|
"eslint": "^7.20.0",
|
2021-04-16 14:49:43 +02:00
|
|
|
"eslint-plugin-cypress": "^2.10.3",
|
2021-04-13 19:30:25 +02:00
|
|
|
"eslint-plugin-import": "^2.20.2",
|
2021-04-16 17:19:21 +02:00
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
2021-05-06 17:20:54 +02:00
|
|
|
"eslint-plugin-vue": "^7.6.0",
|
2021-04-16 14:49:43 +02:00
|
|
|
"flush-promises": "^1.0.2",
|
2021-08-12 17:26:31 +02:00
|
|
|
"jest": "^26.6.3",
|
2021-01-12 19:47:10 +01:00
|
|
|
"jest-junit": "^12.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-05-06 17:20:54 +02:00
|
|
|
"ts-jest": "^26.5.3",
|
2021-05-21 15:37:41 +02:00
|
|
|
"typescript": "~4.1.5",
|
2019-09-12 11:34:01 +02:00
|
|
|
"vue-i18n-extract": "^1.0.2",
|
2021-05-21 15:37:41 +02:00
|
|
|
"vue-jest": "^4.0.1",
|
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"
|
2021-08-02 18:11:22 +02:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"webpack": "5.44.0"
|
2018-12-21 15:41:34 +01:00
|
|
|
}
|
2018-05-18 11:28:29 +02:00
|
|
|
}
|