forked from GeoGuess/GeoGuess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.88 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.7.2",
"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": "cross-env NODE_OPTIONS=--unhandled-rejections=warn vue-cli-service test:unit",
"test:mutation": "cross-env NODE_OPTIONS=--unhandled-rejections=warn BABEL_ENV=test VUE_CLI_TRANSPILE_BABEL_RUNTIME=true VUE_CLI_BABEL_TARGET_NODE=true VUE_CLI_BABEL_TRANSPILE_MODULES=true stryker run",
"test:e2e": "cypress run",
"cypress": "cypress",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.1.4",
"axios": "^0.21.4",
"axios-cache-adapter": "^2.7.3",
"firebase": "^8.10.1",
"gmap-vue": "^1.5.0",
"random-position-in-polygon": "^1.0.6",
"register-service-worker": "^1.7.2",
"vue": "^2.6.14",
"vue-axios": "^3.4.1",
"vue-clipboard2": "^0.3.3",
"vue-country-flag": "^2.3.2",
"vue-i18n": "^8.27.2",
"vue-router": "^3.5.4",
"vuetify": "^2.6.7",
"vuex": "^3.6.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@stryker-mutator/core": "^6.0.2",
"@stryker-mutator/jest-runner": "^6.1.2",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^4.5.19",
"@vue/cli-plugin-pwa": "^4.5.19",
"@vue/cli-plugin-unit-jest": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"@vue/test-utils": "^1.1.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"cypress": "^10.3.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^8.7.1",
"jest-google-maps-mock": "^1.0.7",
"prettier": "2.7.1",
"react-is": "^18.2.0",
"sass": "1.32",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.5.1",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3"
},
"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": "https://github.com/GeoGuess/Geoguess#readme",
"license": "MIT"
}