-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
78 lines (78 loc) · 2.25 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
{
"name": "NexusHub",
"version": "0.0.0-development",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"build": "node ci/webpack/build.js",
"lint": "eslint . --ext .js,.vue",
"test": "mocha --exit -s 160000 --timeout 250000 ci/test/smoke/server.js ci/test/smoke/endpoints.js",
"scrape": "node ci/warframe/index.js",
"changelogs": "node ci/changelogs/index.js",
"toggle-webpack": "node ci/webpack/toggle.js",
"sitemap": "node ci/sitemap.js"
},
"author": "Kaptard",
"license": "CC BY-NC 4.0",
"dependencies": {
"cookies": "^0.8.0",
"cubic": "3.0.2",
"cubic-api": "3.5.2",
"cubic-auth": "3.2.3",
"cubic-client": "3.6.5",
"cubic-ui": "^3.7.0",
"d3": "^5.12.0",
"dns-sync": "^0.2.0",
"fuse.js": "^3.4.5",
"googleapis": "^48.0.0",
"got": "^11.8.3",
"keyboardjs": "^2.5.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mongodb": "^3.4.1",
"request": "^2.88.0",
"requestretry": "^4.0.2",
"requests": "^0.3.0",
"rss-parser": "^3.7.3",
"tween.js": "^16.6.0",
"vue-affix": "0.5.2",
"vue-cookies": "^1.7.0",
"vue-highlightjs": "^1.3.3",
"vue-no-ssr": "^1.1.1",
"vue-observe-visibility": "^0.4.6",
"vue-tween-number": "^0.2.0",
"vue-typer": "^1.2.0",
"warframe-items": "^1.891.0",
"warframe-patchlogs": "^1.417.0",
"wow-classic-items": "2.0.0",
"ws": "^7.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.0.1",
"files-tree": "^1.0.8",
"gitlog": "^3.1.2",
"mocha": "^6.2.2",
"progress-bar-webpack-plugin": "^1.12.1",
"request-promise": "^4.2.5",
"rimraf": "^3.0.0",
"semantic-release": "^15.13.30",
"webpack": "^4.41.2"
},
"release": {
"getLastRelease": "last-release-git"
},
"repository": {
"type": "git",
"url": "https://github.com/nexus-devs/nexus-stats.git"
}
}