2018-05-18 11:28:29 +02:00
|
|
|
{
|
2018-10-11 17:37:39 +02:00
|
|
|
"name": "mobilizon",
|
2021-03-17 09:22:04 +01:00
|
|
|
"version": "1.1.0-beta.4",
|
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",
|
|
|
|
"build:assets": "vue-cli-service build --modern",
|
|
|
|
"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",
|
2020-02-18 08:57:00 +01:00
|
|
|
"@mdi/font": "^5.0.45",
|
2019-02-08 10:56:32 +01:00
|
|
|
"apollo-absinthe-upload-link": "^1.5.0",
|
2020-02-18 08:57:00 +01:00
|
|
|
"apollo-cache": "^1.3.5",
|
|
|
|
"apollo-cache-inmemory": "^1.6.6",
|
|
|
|
"apollo-client": "^2.6.10",
|
|
|
|
"apollo-link": "^1.2.14",
|
|
|
|
"apollo-link-error": "^1.1.13",
|
|
|
|
"apollo-link-http": "^1.5.17",
|
2019-12-03 11:29:51 +01:00
|
|
|
"apollo-link-ws": "^1.0.19",
|
|
|
|
"apollo-utilities": "^1.3.2",
|
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
|
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
|
|
"graphql": "^15.0.0",
|
|
|
|
"graphql-tag": "^2.10.3",
|
2020-12-14 09:23:29 +01:00
|
|
|
"intersection-observer": "^0.12.0",
|
2019-03-22 17:35:07 +01:00
|
|
|
"leaflet": "^1.4.0",
|
2020-02-18 08:57:00 +01:00
|
|
|
"leaflet.locatecontrol": "^0.72.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",
|
2019-12-03 11:29:51 +01:00
|
|
|
"phoenix": "^1.4.11",
|
2020-02-18 08:57:00 +01:00
|
|
|
"register-service-worker": "^1.7.1",
|
2020-06-19 19:27:10 +02:00
|
|
|
"tippy.js": "^6.2.3",
|
2021-01-26 19:13:32 +01:00
|
|
|
"tiptap": "^1.32.0",
|
2021-01-20 10:48:47 +01:00
|
|
|
"tiptap-extensions": "^1.34.0",
|
2020-12-02 11:19:39 +01:00
|
|
|
"unfetch": "^4.2.0",
|
2021-01-20 10:48:47 +01:00
|
|
|
"v-tooltip": "^2.1.2",
|
2020-02-18 08:57:00 +01:00
|
|
|
"vue": "^2.6.11",
|
|
|
|
"vue-apollo": "^3.0.3",
|
|
|
|
"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",
|
|
|
|
"@types/vuedraggable": "^2.23.0",
|
2021-01-26 10:05:54 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.14.1",
|
|
|
|
"@typescript-eslint/parser": "^4.14.1",
|
|
|
|
"@vue/cli-plugin-babel": "~4.5.11",
|
|
|
|
"@vue/cli-plugin-e2e-cypress": "~4.5.11",
|
|
|
|
"@vue/cli-plugin-eslint": "~4.5.11",
|
|
|
|
"@vue/cli-plugin-pwa": "~4.5.11",
|
|
|
|
"@vue/cli-plugin-router": "~4.5.11",
|
|
|
|
"@vue/cli-plugin-typescript": "~4.5.11",
|
|
|
|
"@vue/cli-plugin-unit-jest": "~4.5.11",
|
|
|
|
"@vue/cli-service": "~4.5.11",
|
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",
|
2020-08-27 14:40:35 +02:00
|
|
|
"eslint": "^7.7.0",
|
2020-12-09 10:39:58 +01:00
|
|
|
"eslint-config-prettier": "^7.0.0",
|
2020-02-18 08:57:00 +01:00
|
|
|
"eslint-plugin-prettier": "^3.1.3",
|
2020-09-30 10:39:00 +02:00
|
|
|
"eslint-plugin-vue": "^7.0.0",
|
2021-01-12 19:47:10 +01:00
|
|
|
"jest-junit": "^12.0.0",
|
2021-01-20 10:48:47 +01:00
|
|
|
"mock-apollo-client": "^0.5",
|
2020-11-30 12:22:05 +01:00
|
|
|
"prettier": "2.2.1",
|
2020-11-27 17:09:54 +01:00
|
|
|
"prettier-eslint": "^12.0.0",
|
2020-11-16 10:04:23 +01:00
|
|
|
"sass": "^1.29.0",
|
2020-08-27 14:40:35 +02:00
|
|
|
"sass-loader": "^10.0.1",
|
2021-03-09 10:42:01 +01:00
|
|
|
"typescript": "^4.2.3",
|
2020-06-05 15:20:53 +02:00
|
|
|
"vue-cli-plugin-svg": "~0.1.3",
|
2019-09-12 11:34:01 +02:00
|
|
|
"vue-i18n-extract": "^1.0.2",
|
2020-02-18 08:57:00 +01:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2020-11-16 10:04:23 +01:00
|
|
|
"webpack-cli": "^3.3"
|
2020-06-11 11:45:52 +02:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2021-01-11 17:35:27 +01:00
|
|
|
"workbox-webpack-plugin": "5.1.3"
|
2018-12-21 15:41:34 +01:00
|
|
|
}
|
2018-05-18 11:28:29 +02:00
|
|
|
}
|