-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.2 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
{
"name": "pmsf",
"version": "2.0.0",
"description": "PMSF (PokeMap Standalone Frontend) is a standalone PHP map interface that is able to run on any traditional web server. It works for both RDM or MAD database setups.",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt build",
"watch": "grunt default",
"dev": "grunt dev",
"obfuscator": "grunt obfuscate",
"lint": "grunt lint",
"grunt": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmsf/PMSF.git"
},
"keywords": [
"pokemon",
"pokemongo",
"rdm",
"mad"
],
"author": "Whitewillem & Wheel",
"license": "ISC",
"bugs": {
"url": "https://discord.gg/yGujp8D"
},
"homepage": "https://github.com/pmsf/PMSF#readme",
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"bootstrap": "^5.0.0-beta3",
"bootstrap-icons": "^1.4.1",
"clean": "^4.0.2",
"datatables": "1.10.18",
"eslint": "^7.23.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"flag-icon-css": "^3.5.0",
"grunt": "^1.3.0",
"grunt-babel": "^7.0.0",
"grunt-cache-bust": "^1.7.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-htmlmin": "3.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-javascript-obfuscator": "latest",
"grunt-minjson": "latest",
"grunt-newer": "^1.2.0",
"grunt-sass": "^3.1.0",
"grunt-unused": "latest",
"grunt-usemin": "https://github.com/pmsf/grunt-usemin/tarball/master",
"javascript-obfuscator": "0.19.2",
"jit-grunt": "^0.10.0",
"leaflet": "1.6.0",
"leaflet-geosearch": "2.7.0",
"leaflet.markercluster": "https://github.com/pmsf/Leaflet.markercluster/tarball/master",
"long": "^4.0.0",
"moment": "2.29.0",
"node-sass": "^5.0.0",
"phplint": "^2.0.5",
"push.js": "^1.0.12"
}
}