This repository was archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.74 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.74 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
{
"name": "mmtrading",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server/server.js",
"dev:nodemon": "nodemon --watch server server/server.js",
"genAuth": "node genAuthKey",
"build": "next build",
"start": "NODE_ENV=production node server/server.js"
},
"dependencies": {
"@apollo/react-common": "^3.1.4",
"@apollo/react-hooks": "^3.1.5",
"apollo-boost": "^0.4.9",
"axios": "^0.21.1",
"connect-mongodb-session": "^2.4.1",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"express-session": "^1.17.1",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
"isomorphic-unfetch": "^3.1.0",
"mongoose": "^5.11.5",
"next": "^11.1.3",
"passport": "^0.4.1",
"passport-steam": "^1.0.14",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-toast-notifications": "^2.4.0",
"steam-totp": "^2.1.1",
"steam-tradeoffer-manager": "^2.10.2",
"steam-user": "^4.18.0",
"steamcommunity": "^3.42.0",
"steamid": "^1.1.3",
"styled-components": "^5.2.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.9",
"@types/express-graphql": "^0.9.0",
"@types/express-session": "^1.17.3",
"@types/mongoose": "^5.10.2",
"@types/passport": "^1.0.4",
"@types/passport-steam": "^1.0.1",
"@types/react": "^16.14.2",
"@types/steam-totp": "^2.1.0",
"@types/styled-components": "^5.1.4",
"babel-plugin-styled-components": "^1.12.0",
"nodemon": "^2.0.6",
"typescript": "^3.9.7"
}
}