-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 1.9 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
{
"name": "gamemap",
"version": "3.0.0",
"description": "Generic game map implementation based on the witcher 3 map developed by untamed0.",
"contributors": [
{
"name": "untamed0",
"url": "https://github.com/untamed0"
},
{
"name": "mcarver",
"url": "https://github.com/mcarver"
},
{
"name": "lordfiSh",
"url": "https://github.com/lordfiSh"
},
{
"name": "AtomCrafty",
"url": "https://github.com/AtomCrafty"
},
{
"name": "CBernjus",
"url": "https://github.com/CBernjus"
}
],
"repository": {
"type": "git",
"url": "https://github.com/AtomCrafty/gamemap"
},
"scripts": {
"build": "babel src -d lib"
},
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"compression": "^1.6.2",
"ddslick": "^1.0.3",
"font-awesome": "^4.6.3",
"fuse.js": "^6.6.2",
"i18next": "^21.8.3",
"i18next-http-backend": "^1.4.0",
"jquery": "^3.0.0",
"jquery-i18next": "^1.2.1",
"jquery.nicescroll": "^3.7.6",
"leaflet": "^1.8.0",
"leaflet-fullscreen": "^1.0.2",
"leaflet-search": "^3.0.2"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.18.0",
"dart-sass": "^1.25.0",
"eslint": "^8.16.0",
"express": "^4.18.1",
"grunt": "^1.5.3",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-curl": "^2.5.1",
"grunt-express-server": "^0.5.3",
"grunt-jsonlint": "^1.1.0",
"grunt-real-favicon": "^0.2.4",
"grunt-sass": "^3.1.0",
"grunt-sync": "^0.8.2",
"grunt-zip": "^0.14.0",
"gruntify-eslint": "^5.0.0"
}
}