2018-05-18 11:28:29 +02:00
|
|
|
{
|
2018-10-11 17:37:39 +02:00
|
|
|
"name": "mobilizon",
|
2019-10-11 16:28:47 +02:00
|
|
|
"version": "1.0.0-beta.1",
|
2019-10-15 18:13:05 +02:00
|
|
|
"license": "AGPL-3.0",
|
2018-05-18 11:28:29 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-10-17 11:04:07 +02:00
|
|
|
"build": "vue-cli-service build --modern",
|
2019-10-05 19:07:50 +02:00
|
|
|
"test:unit": "vue-cli-service test:unit",
|
|
|
|
"test:e2e": "vue-cli-service test:e2e",
|
2018-05-18 11:28:29 +02:00
|
|
|
"lint": "vue-cli-service lint",
|
2019-04-10 17:30:18 +02:00
|
|
|
"analyze-bundle": "yarn run build -- --report-json && webpack-bundle-analyzer ../priv/static/report.json",
|
2019-04-17 17:13:20 +02:00
|
|
|
"dev": "vue-cli-service build --watch",
|
2019-10-05 21:17:18 +02:00
|
|
|
"styleguide": "vue-cli-service styleguidist",
|
|
|
|
"styleguide:build": "vue-cli-service styleguidist:build",
|
2019-12-03 11:29:51 +01:00
|
|
|
"vue-i18n-extract": "vue-i18n-extract",
|
|
|
|
"graphql:get-schema": "graphql get-schema",
|
|
|
|
"i18n-extract": "vue-i18n-extract report -v './src/**/*.?(ts|vue)' -l './src/i18n/en_US.json' -o output.json"
|
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",
|
2019-10-09 17:54:35 +02:00
|
|
|
"@mdi/font": "^4.5.95",
|
2019-02-08 10:56:32 +01:00
|
|
|
"apollo-absinthe-upload-link": "^1.5.0",
|
2019-03-08 13:46:20 +01:00
|
|
|
"apollo-cache-inmemory": "^1.5.1",
|
2019-08-21 11:25:09 +02:00
|
|
|
"apollo-client": "^2.5.1",
|
2019-03-15 10:57:40 +01:00
|
|
|
"apollo-link": "^1.2.11",
|
2019-09-23 20:34:35 +02:00
|
|
|
"apollo-link-http": "^1.5.16",
|
2019-12-03 11:29:51 +01:00
|
|
|
"apollo-link-ws": "^1.0.19",
|
|
|
|
"apollo-utilities": "^1.3.2",
|
2019-08-21 11:25:09 +02:00
|
|
|
"buefy": "^0.8.2",
|
2019-12-20 13:04:34 +01:00
|
|
|
"bulma-divider": "^0.2.0",
|
2019-09-26 06:53:29 +02:00
|
|
|
"graphql": "^14.5.8",
|
2019-01-18 14:47:10 +01:00
|
|
|
"graphql-tag": "^2.10.1",
|
2019-10-17 11:04:07 +02:00
|
|
|
"intersection-observer": "^0.7.0",
|
2019-11-15 18:36:47 +01:00
|
|
|
"javascript-time-ago": "^2.0.4",
|
2019-03-22 17:35:07 +01:00
|
|
|
"leaflet": "^1.4.0",
|
2020-01-28 16:30:52 +01:00
|
|
|
"leaflet.locatecontrol": "^0.70.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",
|
2019-02-25 17:20:06 +01:00
|
|
|
"register-service-worker": "^1.6.2",
|
2019-11-15 18:36:47 +01:00
|
|
|
"tippy.js": "4.3.5",
|
2019-09-30 07:06:16 +02:00
|
|
|
"tiptap": "^1.26.0",
|
2019-09-30 07:05:14 +02:00
|
|
|
"tiptap-extensions": "^1.28.0",
|
2019-03-21 20:33:21 +01:00
|
|
|
"vue": "^2.6.10",
|
2019-09-24 07:17:18 +02:00
|
|
|
"vue-apollo": "^3.0.0-rc.6",
|
2019-04-01 17:17:08 +02:00
|
|
|
"vue-class-component": "^7.0.2",
|
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",
|
2019-03-21 20:33:21 +01:00
|
|
|
"vue-property-decorator": "^8.1.0",
|
2019-04-18 10:10:52 +02:00
|
|
|
"vue-router": "^3.0.6",
|
2019-11-15 18:36:47 +01:00
|
|
|
"vue-scrollto": "^2.17.1",
|
2019-10-09 17:54:35 +02:00
|
|
|
"vue2-leaflet": "^2.0.3"
|
2018-05-18 11:28:29 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-09-24 07:18:03 +02:00
|
|
|
"@types/chai": "^4.2.3",
|
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",
|
2019-02-25 17:20:06 +01:00
|
|
|
"@types/mocha": "^5.2.6",
|
2019-10-17 14:20:22 +02:00
|
|
|
"@vue/cli-plugin-babel": "^4.0.3",
|
|
|
|
"@vue/cli-plugin-e2e-cypress": "^4.0.3",
|
|
|
|
"@vue/cli-plugin-pwa": "^4.0.3",
|
|
|
|
"@vue/cli-plugin-router": "^4.0.3",
|
|
|
|
"@vue/cli-plugin-typescript": "^4.0.3",
|
|
|
|
"@vue/cli-plugin-unit-mocha": "^4.0.3",
|
|
|
|
"@vue/cli-service": "^4.0.3",
|
2019-11-18 16:03:12 +01:00
|
|
|
"@vue/eslint-config-typescript": "^5.0.0",
|
2020-01-28 16:30:52 +01:00
|
|
|
"@vue/test-utils": "^1.0.0-beta.31",
|
2019-09-24 07:11:10 +02:00
|
|
|
"apollo-link-error": "^1.1.12",
|
2018-10-10 14:57:35 +02:00
|
|
|
"chai": "^4.2.0",
|
2019-02-08 11:35:35 +01:00
|
|
|
"dotenv-webpack": "^1.7.0",
|
2019-10-01 07:53:31 +02:00
|
|
|
"eslint": "^6.5.1",
|
2019-07-30 16:40:59 +02:00
|
|
|
"graphql-cli": "^3.0.12",
|
2019-02-08 11:35:35 +01:00
|
|
|
"node-sass": "^4.11.0",
|
2019-09-02 18:52:23 +02:00
|
|
|
"sass-loader": "^8.0.0",
|
2020-01-28 16:30:52 +01:00
|
|
|
"tslint": "^6.0.0",
|
2019-09-23 20:40:07 +02:00
|
|
|
"tslint-config-airbnb": "^5.11.2",
|
2019-09-23 20:34:02 +02:00
|
|
|
"typescript": "^3.6.3",
|
2019-11-18 16:03:12 +01:00
|
|
|
"vue-cli-plugin-styleguidist": "^4.0.1",
|
|
|
|
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
|
2019-09-12 11:34:01 +02:00
|
|
|
"vue-i18n-extract": "^1.0.2",
|
2019-09-24 07:10:25 +02:00
|
|
|
"vue-svg-inline-loader": "^1.3.0",
|
2019-03-21 20:33:21 +01:00
|
|
|
"vue-template-compiler": "^2.6.10",
|
2019-09-25 06:55:55 +02:00
|
|
|
"webpack": "^4.41.0"
|
2018-05-18 11:28:29 +02:00
|
|
|
},
|
2020-01-28 16:30:52 +01:00
|
|
|
"resolutions": {
|
|
|
|
"prosemirror-model": "1.8.2"
|
|
|
|
},
|
2018-05-18 11:28:29 +02:00
|
|
|
"browserslist": [
|
2019-04-10 17:30:18 +02:00
|
|
|
">0.25%",
|
2019-10-17 11:04:07 +02:00
|
|
|
"ie 11",
|
2019-04-10 17:30:18 +02:00
|
|
|
"not op_mini all"
|
2018-12-21 15:41:34 +01:00
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
}
|
2018-05-18 11:28:29 +02:00
|
|
|
}
|