-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.14 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
{
"name": "SkiMap-Lombardia",
"version": "1.0.0",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Space-13-Team-Undefined/SkiMap.git"
},
"bugs": {
"url" : "https://github.com/Space-13-Team-Undefined/SkiMap/issues"
},
"contributors": [
{
"name" : "Giulio Pimenoff Verdolin",
"email" : "[email protected]"
},
{
"name" : "Luca Damaschetti",
"email" : "[email protected]"
},
{
"name" : "Francesco Fragonas",
"email" : "[email protected]"
},
{
"name" : "Giacomo Pesenato",
"email" : "[email protected]"
},
{
"name" : "Filippo Miraglia",
"email" : "[email protected]"
}
],
"engines": {
"node": "16.16.0"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.15.1",
"nuxt": "^2.15.7",
"nuxt-gmaps": "^1.2.10"
},
"devDependencies": {
"@nuxtjs/dotenv": "^1.4.1"
}
}