2018-05-18 09:28:29 +00:00
|
|
|
{
|
2018-10-11 15:37:39 +00:00
|
|
|
"name": "mobilizon",
|
2021-08-23 09:07:34 +00:00
|
|
|
"version": "1.3.2",
|
2018-05-18 09:28:29 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-02-18 07:57:00 +00:00
|
|
|
"serve": "vue-cli-service serve",
|
2020-12-11 14:27:04 +00:00
|
|
|
"build": "yarn run build:assets && yarn run build:pictures",
|
2021-10-18 09:49:41 +00: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 17:07:50 +00:00
|
|
|
"test:e2e": "vue-cli-service test:e2e",
|
2021-01-11 10:30:03 +00:00
|
|
|
"lint": "vue-cli-service lint",
|
2021-05-06 15:20:54 +00:00
|
|
|
"build:assets": "vue-cli-service build",
|
2021-01-11 10:30:03 +00:00
|
|
|
"build:pictures": "bash ./scripts/build/pictures.sh"
|
2018-05-18 09:28:29 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-12-03 10:29:51 +00:00
|
|
|
"@absinthe/socket": "^0.2.1",
|
|
|
|
"@absinthe/socket-apollo-link": "^0.2.1",
|
2021-05-12 16:10:07 +00:00
|
|
|
"@apollo/client": "^3.3.16",
|
2021-09-29 16:19:26 +00:00
|
|
|
"@mdi/font": "^6.1.95",
|
2021-04-30 11:48:06 +00:00
|
|
|
"@tiptap/core": "^2.0.0-beta.41",
|
2021-04-30 10:20:31 +00: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-10-10 14:24:12 +00:00
|
|
|
"@vue-a11y/announcer": "^2.1.0",
|
|
|
|
"@vue-a11y/skip-to": "^2.1.2",
|
2021-08-02 16:11:22 +00:00
|
|
|
"@vue/apollo-option": "4.0.0-alpha.11",
|
2019-02-08 09:56:32 +00:00
|
|
|
"apollo-absinthe-upload-link": "^1.5.0",
|
2021-06-10 07:41:07 +00:00
|
|
|
"blurhash": "^1.1.3",
|
2020-08-18 13:25:59 +00:00
|
|
|
"buefy": "^0.9.0",
|
2019-12-20 12:04:34 +00:00
|
|
|
"bulma-divider": "^0.2.0",
|
2020-02-18 07:57:00 +00:00
|
|
|
"core-js": "^3.6.4",
|
2020-08-27 23:51:08 +00:00
|
|
|
"date-fns": "^2.16.0",
|
2021-10-10 14:25:50 +00:00
|
|
|
"date-fns-tz": "^1.1.6",
|
2020-02-18 07:57:00 +00:00
|
|
|
"graphql": "^15.0.0",
|
|
|
|
"graphql-tag": "^2.10.3",
|
2020-12-14 08:23:29 +00:00
|
|
|
"intersection-observer": "^0.12.0",
|
2021-05-27 16:24:11 +00:00
|
|
|
"jwt-decode": "^3.1.2",
|
2019-03-22 16:35:07 +00:00
|
|
|
"leaflet": "^1.4.0",
|
2021-07-01 08:00:23 +00:00
|
|
|
"leaflet.locatecontrol": "^0.74.0",
|
2019-01-18 13:47:10 +00:00
|
|
|
"lodash": "^4.17.11",
|
2018-12-21 16:10:39 +00:00
|
|
|
"ngeohash": "^0.6.3",
|
2021-05-02 17:27:23 +00:00
|
|
|
"p-debounce": "^4.0.0",
|
2021-10-11 16:16:22 +00:00
|
|
|
"phoenix": "^1.6",
|
2021-05-06 15:20:54 +00:00
|
|
|
"register-service-worker": "^1.7.2",
|
2020-06-19 17:27:10 +00:00
|
|
|
"tippy.js": "^6.2.3",
|
2020-12-02 10:19:39 +00:00
|
|
|
"unfetch": "^4.2.0",
|
2021-04-13 17:30:25 +00:00
|
|
|
"v-tooltip": "^2.1.3",
|
2020-02-18 07:57:00 +00:00
|
|
|
"vue": "^2.6.11",
|
|
|
|
"vue-class-component": "^7.2.3",
|
2019-09-12 09:34:01 +00:00
|
|
|
"vue-i18n": "^8.14.0",
|
2019-10-10 14:47:38 +00:00
|
|
|
"vue-meta": "^2.3.1",
|
2020-06-19 17:27:10 +00:00
|
|
|
"vue-property-decorator": "^9.0.0",
|
2020-02-18 07:57:00 +00:00
|
|
|
"vue-router": "^3.1.6",
|
2019-11-15 17:36:47 +00:00
|
|
|
"vue-scrollto": "^2.17.1",
|
2020-02-18 07:57:00 +00:00
|
|
|
"vue2-leaflet": "^2.0.3",
|
2021-01-20 09:48:47 +00:00
|
|
|
"vuedraggable": "^2.24.3"
|
2018-05-18 09:28:29 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-29 16:19:26 +00:00
|
|
|
"@types/jest": "^27.0.2",
|
2019-09-25 04:56:31 +00:00
|
|
|
"@types/leaflet": "^1.5.2",
|
2019-11-08 18:37:14 +00:00
|
|
|
"@types/leaflet.locatecontrol": "^0.60.7",
|
2019-09-30 05:06:59 +00:00
|
|
|
"@types/lodash": "^4.14.141",
|
2020-02-18 07:57:00 +00:00
|
|
|
"@types/ngeohash": "^0.6.2",
|
2021-09-29 18:24:55 +00:00
|
|
|
"@types/phoenix": "^1.5.2",
|
2020-02-18 07:57:00 +00: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-04-16 15:19:21 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
|
|
"@typescript-eslint/parser": "^4.18.0",
|
2021-10-11 16:16:22 +00:00
|
|
|
"@vue/cli-plugin-babel": "~5.0.0-beta.5",
|
|
|
|
"@vue/cli-plugin-e2e-cypress": "~5.0.0-beta.5",
|
|
|
|
"@vue/cli-plugin-eslint": "~5.0.0-beta.5",
|
|
|
|
"@vue/cli-plugin-pwa": "~5.0.0-beta.5",
|
|
|
|
"@vue/cli-plugin-router": "~5.0.0-beta.5",
|
|
|
|
"@vue/cli-plugin-typescript": "~5.0.0-beta.5",
|
|
|
|
"@vue/cli-plugin-unit-jest": "~5.0.0-beta.5",
|
|
|
|
"@vue/cli-service": "~5.0.0-beta.5",
|
2020-02-18 07:57:00 +00:00
|
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
2020-10-13 15:03:19 +00:00
|
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
2020-09-21 09:56:29 +00:00
|
|
|
"@vue/test-utils": "^1.1.0",
|
2021-09-29 18:24:55 +00:00
|
|
|
"@vue/vue2-jest": "^27.0.0-alpha.2",
|
2021-09-29 16:19:26 +00:00
|
|
|
"cypress": "^8.3.0",
|
2021-05-06 15:20:54 +00:00
|
|
|
"eslint": "^7.20.0",
|
2021-04-16 12:49:43 +00:00
|
|
|
"eslint-plugin-cypress": "^2.10.3",
|
2021-04-13 17:30:25 +00:00
|
|
|
"eslint-plugin-import": "^2.20.2",
|
2021-09-29 16:19:26 +00:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2021-05-06 15:20:54 +00:00
|
|
|
"eslint-plugin-vue": "^7.6.0",
|
2021-04-16 12:49:43 +00:00
|
|
|
"flush-promises": "^1.0.2",
|
2021-09-29 16:19:26 +00:00
|
|
|
"jest": "^27.1.0",
|
2021-10-05 10:23:00 +00:00
|
|
|
"jest-junit": "^13.0.0",
|
2021-05-12 16:10:07 +00:00
|
|
|
"mock-apollo-client": "^1.1.0",
|
2021-04-16 15:19:21 +00:00
|
|
|
"prettier": "^2.2.1",
|
2021-08-12 15:26:31 +00:00
|
|
|
"prettier-eslint": "^13.0.0",
|
2021-06-04 11:30:05 +00:00
|
|
|
"sass": "^1.34.1",
|
|
|
|
"sass-loader": "^12.0.0",
|
2021-09-29 18:24:55 +00:00
|
|
|
"ts-jest": "27",
|
2021-09-29 16:19:26 +00:00
|
|
|
"typescript": "~4.4.3",
|
2021-09-30 06:31:21 +00:00
|
|
|
"vue-i18n-extract": "^2.0.4",
|
2020-02-18 07:57:00 +00:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2021-05-06 15:20:54 +00:00
|
|
|
"webpack-cli": "^4.7.0"
|
2018-12-21 14:41:34 +00:00
|
|
|
}
|
2018-05-18 09:28:29 +00:00
|
|
|
}
|