forked from throneteki/throneteki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.47 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 4.47 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "throneteki",
"version": "1.0.2",
"description": "A Game of Throne Second Edition Card Game Server",
"main": "index.js",
"type": "module",
"scripts": {
"test": "npm run jasmine",
"jasmine": "cross-env JASMINE_CONFIG_PATH=./jasmine.json jasmine",
"cover": "cross-env JASMINE_CONFIG_PATH=./jasmine.json istanbul cover --include-all-sources jasmine",
"lint": "eslint server/**/*.js client/**/*.jsx",
"pack-lobby": "node ./pack.js",
"start": "node ./index.js",
"gamenode": "node ./server/gamenode/index.js",
"build": "vite build",
"dev": "vite serve",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryogen/throneteki.git"
},
"keywords": [
"got",
"game",
"of",
"thrones",
"cardgame"
],
"author": "Stuart Walsh <stu@ipng.org.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cryogen/throneteki/issues"
},
"homepage": "https://github.com/cryogen/throneteki#readme",
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hcaptcha/react-hcaptcha": "^1.11.1",
"@heroui/react": "2.6.14",
"@reduxjs/toolkit": "^2.2.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@sendgrid/mail": "^8.1.3",
"@sentry/browser": "^8.33.1",
"@sentry/node": "^7.107.0",
"@sentry/react": "^8.7.0",
"@sentry/vite-plugin": "^2.22.2",
"@tanstack/react-table": "^8.19.3",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"bcrypt": "^5.1.1",
"body-parser": "^1.18.2",
"command-line-args": "^4.0.7",
"config": "^3.2.2",
"cross-env": "^7.0.3",
"enzyme": "^3.9.0",
"express": "^4.15.5",
"formik": "^2.4.6",
"globals": "^15.2.0",
"jasmine": "^5.1.0",
"jest": "^29.7.0",
"jimp": "^0.22.12",
"jsonwebtoken": "^9.0.2",
"lodash.range": "^3.2.0",
"lodash.sample": "^4.2.1",
"lodash.shuffle": "^4.2.0",
"mkdirp": "^3.0.1",
"moment": "^2.21.0",
"mongodb": "^3.7.4",
"monk": "^7.3.4",
"next-themes": "^0.3.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"patreon": "^0.4.1",
"pluralize": "^7.0.0",
"pmx": "^1.6.7",
"postcss": "^8.4.40",
"postcss-import": "^16.1.0",
"postcss-mixins": "^10.0.1",
"postcss-nested": "^6.2.0",
"postcss-simple-vars": "^7.0.1",
"qs": "^6.13.0",
"react-bootstrap-range-slider": "^3.0.8",
"react-toastify": "^10.0.6",
"redis": "^3.1.2",
"redux-loop": "^4.5.2",
"sass": "^1.74.1",
"screenfull": "^6.0.2",
"socket.io": "^4.7.5",
"tailwindcss": "^3.4.6",
"underscore": "^1.13.1",
"uuid": "^3.1.0",
"vite": "^5.2.11",
"vite-express": "^0.16.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.5",
"@vitejs/plugin-react-swc": "^3.6.0",
"classnames": "^2.2.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"jquery": "^3.4.1",
"jquery-validation": "^1.20.0",
"jquery-validation-unobtrusive": "^3.2.11",
"less": "^4.2.0",
"moment": "^2.22.1",
"node-noop": "^1.0.0",
"path-to-regexp": "^3.3.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.5",
"query-string": "^5.1.1",
"react": "^18.3.1",
"react-async-script": "^0.9.1",
"react-clipboardjs-copy": "^1.3.1",
"react-dom": "^18.3.1",
"react-redux": "^8.1.3",
"react-redux-toastr": "^8.0.0",
"react-transition-group": "^4.4.5",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"socket.io-client": "^4.7.5",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-static-copy": "^1.0.4"
}
}