-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.38 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
{
"name": "tf2autobot-gui",
"version": "3.2.0",
"description": "An interface to easily manage your tf2autobot",
"main": "dist/server/index.js",
"scripts": {
"build-front": "webpack --config ./webpack.config.js",
"build-front-watch": "webpack --config ./webpack.config.js --watch",
"build-back": "tsc -p ./src/server",
"build-back-watch": "tsc -p ./src/server -w",
"lint": "eslint \"**/*.js\""
},
"repository": {
"type": "git",
"url": "https://github.com/TF2Autobot/tf2autobot-gui.git"
},
"author": "Zeus_Junior/76561198144346135",
"license": "ISC",
"bugs": {
"url": "https://github.com/TF2Autobot/tf2autobot-gui/issues"
},
"homepage": "https://github.com/TF2Autobot/tf2autobot-gui#readme",
"dependencies": {
"@tf2autobot/filter-axios-error": "^1.5.2",
"@tf2autobot/tf2-currencies": "^2.0.1",
"@tf2autobot/tf2-schema": "^4.5.0",
"@tf2autobot/tf2-sku": "^2.0.4",
"axios": "^0.27.2",
"console-stamp": "^3.0.6",
"dayjs": "^1.11.8",
"dotenv": "^16.0.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs-extra": "^10.1.0",
"fuse.js": "^6.6.2",
"node-ipc": "^10.1.0",
"nunjucks": "^3.2.3",
"passport": "^0.6.0",
"passport-steam": "^1.0.18",
"vue": "^3.2.37"
},
"devDependencies": {
"@types/bootstrap": "^5.2.0",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.5",
"@types/fs-extra": "^9.0.13",
"@types/node-ipc": "^9.2.0",
"@types/nunjucks": "^3.2.1",
"@types/passport": "^1.0.9",
"@types/passport-steam": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vue/compiler-sfc": "^3.2.37",
"bootstrap": "^5.2.0",
"chokidar": "^3.5.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.16",
"eslint-plugin-vue": "^9.3.0",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"vue-loader": "^17.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.8.0"
},
"browserslist": [
"defaults"
]
}