forked from chrisinajar/proofofcombat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.45 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
{
"name": "proofofcombat",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen --config codegen.yml -r dotenv/config"
},
"dependencies": {
"@apollo/client": "^3.5.9",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "^5.0.0-alpha.69",
"@mui/material": "^5.4.2",
"@types/capitalize": "^2.0.0",
"@types/escape-html": "^1.0.1",
"@types/node-emoji": "^1.8.1",
"@types/tinycolor2": "^1.4.3",
"capitalize": "^2.0.4",
"escape-html": "^1.0.3",
"graphql": "^16.3.0",
"mobx": "^6.4.0",
"mobx-react-lite": "^3.3.0",
"next": "~12.1.0",
"node-emoji": "^1.11.0",
"notistack": "^2.0.3",
"prettier": "^2.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"short-time-ago": "^2.0.0",
"socket.io-client": "^4.4.1",
"tinycolor2": "^1.4.2",
"worker-timers": "^7.0.45"
},
"devDependencies": {
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.5",
"@graphql-codegen/typescript-operations": "2.3.2",
"@graphql-codegen/typescript-react-apollo": "3.2.8",
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"tslint": "^6.1.3",
"typescript": "4.5.5"
}
}