-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.4 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
{
"name": "geoguess",
"version": "0.4.0-0",
"description": "GeoGuess is an open-source geography game with Google Map StreetView.",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "npm run lint && npm run test:unit && npm run test:e2e",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@turf/bbox": "^6.0.1",
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.5.0",
"core-js": "^2.6.12",
"firebase": "^7.24.0",
"firebase-admin": "^8.13.0",
"firebase-functions": "^3.13.0",
"firebase-tools": "^7.16.2",
"flag-icon-css": "^3.5.0",
"gmap-vue": "^1.5.0",
"i18n-iso-countries": "^6.4.0",
"random-position-in-polygon": "^1.0.2",
"register-service-worker": "^1.7.2",
"vue": "^2.6.12",
"vue-axios": "^3.2.0",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.22.2",
"vue-router": "^3.4.9",
"vuetify": "^2.4.0",
"vuex": "^3.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-e2e-cypress": "^4.5.9",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-pwa": "^3.12.1",
"@vue/cli-plugin-unit-jest": "^4.5.9",
"@vue/cli-service": "^3.12.1",
"@vue/test-utils": "^1.1.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"cypress": "^5.6.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-vue": "^5.0.0",
"jest-google-maps-mock": "^1.0.3",
"prettier": "2.1.2",
"react-is": "^16.13.1",
"sass": "^1.30.0",
"sass-loader": "^7.1.0",
"vue-cli-plugin-vuetify": "^0.6.3",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"keywords": [
"game",
"geography",
"educational-game",
"multiplayer-game",
"street-view"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GeoGuess/GeoGuess.git"
},
"author": "Bilel Jegham and others",
"bugs": {
"url": "https://github.com/GeoGuess/Geoguess/issues"
},
"homepage": "hhttps://github.com/GeoGuess/Geoguess#readme",
"license": "MIT"
}