-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
{
"name": "prodraft",
"version": "2.0.0",
"description": "A remake of http://prodraft.leagueoflegends.com",
"main": "index.js",
"dependencies": {
"@sentry/node": "^7.12.1",
"@sentry/tracing": "^7.12.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"dayjs": "^1.10.4",
"express": "^4.17.1",
"nanoid": "^4.0.0",
"nanoid-dictionary": "^4.2.0",
"node-fetch": "^3.2.10",
"pg": "^8.5.1",
"socket.io": "^4.5.2"
},
"keywords": [],
"author": "CSV IT Consulting",
"license": "proprietary",
"devDependencies": {
"@sentry/vue": "^7.12.1",
"axios": "^0.27.2",
"bootstrap": "^5.2.1",
"clipboard": "^2.0.6",
"escape-string-regexp": "^5.0.0",
"howler": "^2.2.1",
"laravel-mix": "^6.0.11",
"laravel-mix-polyfill": "^3.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.7",
"sass-loader": "^13.0.2",
"socket.io-client": "^4.5.2",
"vue": "^3.2.39",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.12",
"vue-toastification": "^2.0.0-rc.5"
}
}