-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.24 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
{
"name": "geoguess",
"version": "0.3.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.19.2",
"core-js": "^2.6.5",
"firebase": "^7.22.0",
"firebase-admin": "^8.13.0",
"firebase-functions": "^3.11.0",
"firebase-tools": "^7.16.2",
"random-position-in-polygon": "^1.0.2",
"register-service-worker": "^1.7.1",
"vue": "^2.6.12",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.21.1",
"vue-router": "^3.4.5",
"vue2-google-maps": "^0.10.7",
"vuetify": "^2.3.12",
"vuex": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-e2e-cypress": "^4.5.7",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-pwa": "^3.12.1",
"@vue/cli-plugin-unit-jest": "^4.5.6",
"@vue/cli-service": "^3.12.1",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"cypress": "^5.3.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^5.0.0",
"prettier": "2.1.2",
"react-is": "^16.13.1",
"sass": "^1.26.11",
"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"
}