-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 3.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "canarygo",
"version": "0.0.1",
"description": "Todo el ocio al alcance de tu mano",
"productName": "CanaryGo",
"cordovaId": "org.ull.canarygo.app",
"capacitorId": "",
"author": "Ivan Josue Borges Gonzalez <alu0100880755@ull.edu.es>",
"private": true,
"scripts": {
"local": "npm run build && node server.js",
"build": "quasar build",
"start": "node server.js",
"heroku-postbuild": "cd dist/spa",
"deploy": "now",
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0",
"cypress:open": "cypress open"
},
"dependencies": {
"@pderas/vue2-geocoder": "^1.1.0",
"@quasar/extras": "^1.8.2",
"@types/leaflet": "^1.5.16",
"axios": "^0.19.2",
"cors": "^2.8.5",
"emoji-mart-vue": "^2.6.6",
"esri-leaflet": "^2.4.1",
"express": "^4.17.1",
"filepond": "^4.18.0",
"filepond-plugin-file-validate-type": "^1.2.5",
"filepond-plugin-image-preview": "^4.6.4",
"firebase": "^7.16.1",
"firebase-admin": "^8.13.0",
"fs": "0.0.1-security",
"geocoder": "^0.2.3",
"google-auth-library": "^6.0.5",
"jquery": "^3.5.1",
"leaflet": "^1.6.0",
"leaflet-control-geocoder": "^1.13.0",
"leaflet-geosearch": "^2.7.0",
"leaflet-mouse-position": "^1.2.0",
"leaflet-search": "^2.9.8",
"leaflet-search-control": "^2.1.2",
"leaflet.mousecoordinate": "^1.2.0",
"node-geocoder": "^3.27.0",
"nodemon": "^2.0.4",
"nominatim": "^0.1.0",
"nominatim-geocode": "^1.1.0",
"nominatim-geocoder": "^0.1.4",
"quasar": "^1.12.12",
"reverse-geocode": "^1.3.3",
"reverse-geocoding": "^3.0.2",
"rxjs": "^6.6.0",
"rxjs-compat": "^6.6.0",
"underscore": "^1.10.2",
"v-uploader": "^1.8.0",
"vue-filepond": "^6.0.2",
"vue-i18n": "^8.18.2",
"vue-image-upload-resize": "^2.3.0",
"vue-picture-input": "^2.1.6",
"vue2-google-maps": "^0.10.7",
"vue2-leaflet": "^2.5.2",
"vue2-leaflet-geosearch": "^1.0.6",
"vuex": "^3.5.1",
"vuex-persistedstate": "^3.0.1",
"webpack": "^4.43.0",
"webpack-node-externals": "^1.7.2",
"xhr2": "^0.2.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@quasar/app": "^1.9.6",
"@quasar/quasar-app-extension-testing": "^1.0.0",
"@quasar/quasar-app-extension-testing-e2e-cypress": "^1.0.0-beta.13",
"@quasar/quasar-app-extension-testing-unit-jest": "^1.1.0-beta.2",
"babel-eslint": "^10.0.1",
"cypress": "^4.10.0",
"devtron": "^1.4.0",
"electron": "^9.1.0",
"electron-debug": "^3.1.0",
"electron-devtools-installer": "^3.1.1",
"electron-packager": "^14.2.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-loader": "^3.0.4",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
],
"resolutions": {
"@babel/parser": "7.7.5"
}
}