-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
{
"name": "yellowmonky-web",
"dependencies": {
"@apollo/client": "^3.5.6",
"antd": "^4.18.2",
"apollo-link-error": "^1.1.13",
"apollo-upload-client": "^17.0.0",
"core-js-pure": "^3.20.0",
"dayjs": "^1.10.7",
"emoji-mart": "^3.0.1",
"file-loader": "^6.2.0",
"graphql-ws": "^5.5.5",
"next": "^12.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-avatar": "^4.0.0",
"react-cookies": "^0.1.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-multi-email": "^0.5.3",
"recoil": "^0.5.2",
"sass": "^1.45.0",
"url-loader": "^4.1.1",
"use-sound": "^4.0.1",
"uuid": "^8.3.2",
"websocket": "^1.0.34"
},
"scripts": {
"start": "npm run dev",
"dev": "next dev",
"build": "next build",
"serve": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.yml"
},
"devDependencies": {
"@graphql-codegen/cli": "2.3.1",
"@graphql-codegen/typescript": "2.4.2",
"@graphql-codegen/typescript-document-nodes": "2.2.2",
"@graphql-codegen/typescript-graphql-files-modules": "2.1.1",
"@graphql-codegen/typescript-operations": "2.2.2",
"@graphql-codegen/typescript-react-apollo": "3.2.3",
"@types/apollo-upload-client": "^14.1.0",
"@types/react": "^17.0.37",
"@types/react-cookies": "^0.1.0",
"@types/uuid": "^8.3.3",
"next-images": "^1.8.4",
"typescript": "^4.5.4"
}
}