forked from KartulUdus/PoracleJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.18 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
85
{
"name": "poraclejs",
"version": "3.7.18",
"description": "Webhook processing and personalised alarms",
"main": "src/app.js",
"repository": {
"type": "git",
"url": "https://github.com/KartulUdus/PoracleJS.git"
},
"scripts": {
"test": "mocha --exit",
"start": "node .",
"lint": "./node_modules/.bin/eslint ./src --fix"
},
"keywords": [
"poracle",
"discord",
"telegram",
"pokemon"
],
"author": "Kartul",
"license": "GPL-3.0-only",
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"ajv": "^6.8.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bufferutil": "^3.0.3",
"chai": "^4.1.2",
"chai-json-schema": "^1.5.0",
"chart.js": "^2.7.3",
"config": "^1.28.1",
"discord.js": "^11.3.0",
"dotenv": "^6.2.0",
"emoji-flags": "^1.2.0",
"emoji-strip": "^1.0.1",
"enmap": "^4.8.1",
"fastify": "^1.0.0-rc.1",
"fastify-plugin": "^1.5.0",
"fastify-static": "^1.0.0",
"geo-tz": "^5.0.0",
"gsap": "^2.0.2",
"hastebin-gen": "^1.3.1",
"hyperdiff": "^2.0.4",
"jsonfile": "^4.0.0",
"leaflet": "^1.4.0",
"lodash": "^4.17.4",
"lodash.defaults": "^4.2.0",
"mocha": "^5.0.0",
"moment": "^2.20.1",
"moment-precise-range-plugin": "^1.3.0",
"moment-timezone": "^0.5.23",
"mustache": "^2.3.0",
"mysql2": "^1.6.5",
"node-fetch": "^2.3.0",
"node-geocoder": "^3.21.1",
"node-sass": "^4.11.0",
"nuxt": "^2.4.3",
"nuxt-leaflet": "0.0.13",
"nuxt-svg": "^0.1.4",
"point-in-polygon": "^1.0.1",
"point-of-view": "^2.1.0",
"pokemon-gif": "^1.0.13",
"prettyjson": "^1.2.1",
"replace-color": "^2.0.0",
"sass-loader": "^7.1.0",
"telegraf": "^3.27.1",
"ttl": "^1.3.1",
"uuid": "^3.3.2",
"vue-awesome-countdown": "^1.0.12",
"vue-chartjs": "^3.4.0",
"webpack": "^4.28.4",
"webshot": "^0.18.0",
"winston": "^3.2.0",
"winston-daily-rotate-file": "^3.5.1"
},
"devDependencies": {
"docsify": "^4.6.3",
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0"
}
}