forked from RCVolus/lol-pick-ban-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "lol-pick-ban-ui",
"version": "0.0.0",
"private": true,
"main": "electron-main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "npm run build && node backend-build/app.js",
"tsc": "tsc",
"lint": "eslint backend/**",
"electron-dev": "npm run build && electron ."
},
"dependencies": {
"@types/fs-extra": "9.0.0",
"cli-progress": "^3.3.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"fs-extra": "^9.0.0",
"lcu-connector": "^2.1.2",
"minimist": "^1.2.3",
"morgan": "~1.9.1",
"needle": "^2.4.0",
"typescript": "^3.6.3",
"winston": "^3.2.1",
"ws": "^7.1.2"
},
"devDependencies": {
"@types/cli-progress": "^1.8.1",
"@types/express": "^4.17.1",
"@types/minimist": "^1.2.0",
"@types/needle": "^2.0.4",
"@types/node": "12.12.42",
"@types/ws": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^2.3.2",
"@typescript-eslint/parser": "^2.3.2",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"electron": "^9.4.0",
"eslint": "^6.5.1",
"eslint-plugin-import": "^2.18.2"
}
}