-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "blargbot-image",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "nuxt build --config-file=src/Frontend/nuxt.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blargbot/image.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/blargbot/image/issues"
},
"homepage": "https://github.com/blargbot/image#readme",
"dependencies": {
"@nuxtjs/axios": "^5.3.1",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"chalk": "^2.4.1",
"consolidate": "^0.15.1",
"cookieparser": "^0.1.0",
"eris": "^0.13.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"gifencoder": "^1.1.0",
"gm": "^1.23.1",
"jimp": "^0.2.28",
"jsonwebtoken": "^8.2.1",
"moment-timezone": "^0.5.16",
"nuxt": "^1.4.0",
"parse-color": "^1.0.0",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"pg": "^8.6.0",
"phantom": "^4.0.12",
"phantomjs-prebuilt": "^2.1.16",
"prom-client": "^11.0.0",
"puppeteer": "^5.5.0",
"sequelize": "^6.6.5",
"snekfetch": "^4.0.0",
"swig": "^1.4.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-vue": "^4.5.0"
}
}