-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.54 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
52
53
54
55
56
57
58
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@ant-design/cssinjs": "^1.5.6",
"@ant-design/icons": "^5.0.1",
"@apollo/client": "^3.7.5",
"@formatjs/intl-localematcher": "^0.2.32",
"@next/font": "13.1.5",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"antd": "^5.1.6",
"dotenv": "^16.0.3",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"firebase": "^9.16.0",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.2",
"i18next": "^22.4.9",
"js-cookie": "^3.0.1",
"jsdom": "^21.1.0",
"negotiator": "^0.6.3",
"next": "13.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.1.4",
"react-use": "^17.4.0",
"rxjs": "^7.8.0",
"styled-components": "^5.3.6",
"typescript": "4.9.4",
"ws": "^8.12.0",
"zen-observable": "^0.10.0",
"zen-push": "^0.3.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.16.4",
"@graphql-codegen/client-preset": "^1.2.6",
"@graphql-typed-document-node/core": "^3.1.1",
"@types/js-cookie": "^3.0.2",
"@types/jsdom": "^20.0.1",
"@types/negotiator": "^0.6.1",
"@types/node": "18.11.18",
"@types/styled-components": "^5.1.26",
"@types/ws": "^8.5.4",
"@types/zen-observable": "^0.8.3",
"@types/zen-push": "^0.1.1",
"ts-node": "^10.9.1",
"tsx": "^3.12.2"
}
}