forked from GoogleFeud/TG2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.77 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.77 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
{
"name": "tg2",
"version": "1.0.0",
"description": "A rewrite of the TestingGrounds clinet",
"main": "dist/server/index.js",
"devDependencies": {
"@types/cookie": "^0.4.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.11",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/react-select": "^4.0.13",
"@types/request-ip": "0.0.35",
"@types/styled-components": "^5.1.9",
"@types/uuid": "^8.3.0",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.2.0",
"eslint": "^7.22.0",
"eslint-plugin-react": "^7.23.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
"typescript": "^4.2.3",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bs": "npx webpack && tsc && node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleFeud/TG2.git"
},
"author": "GoogleFeud",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleFeud/TG2/issues"
},
"homepage": "https://github.com/GoogleFeud/TG2#readme",
"dependencies": {
"@types/codemirror": "0.0.108",
"codemirror": "^5.60.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"eventemitter3": "^4.0.7",
"express": "^4.17.1",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-select": "^4.3.0",
"request-ip": "^2.1.3",
"sequelize": "^6.6.2",
"styled-components": "^5.2.1",
"ws": "^7.4.4"
}
}