-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "@chatty/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"codegen": "graphql-codegen --config codegen.ts"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.9.6",
"@apollo/server": "^4.10.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@graphql-tools/schema": "^10.0.3",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@reduxjs/toolkit": "^2.2.1",
"axios": "^1.6.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dayjs": "^2.0.0-alpha.4",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.9.2",
"express": "^4.18.3",
"firebase": "^10.8.1",
"firebase-admin": "^12.0.0",
"graphql": "^16.8.1",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.15.0",
"lodash": "^4.17.21",
"nanoid": "^3.3.7",
"pg": "^8.11.3",
"react": "18.2.0",
"react-audio-visualize": "^1.1.3",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.0",
"react-intersection-observer": "^9.10.2",
"react-loading-skeleton": "^3.4.0",
"react-redux": "^9.1.0",
"react-router-dom": "6.11.2",
"reflect-metadata": "^0.2.1",
"tslib": "^2.3.0",
"typeorm": "^0.3.20",
"use-debounce": "^10.0.0",
"ws": "^8.16.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.5",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-resolvers": "^4.0.6",
"@graphql-tools/graphql-file-loader": "^8.0.1",
"@graphql-tools/load": "^8.0.2",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.3",
"@nx/esbuild": "18.0.7",
"@nx/eslint": "18.0.7",
"@nx/eslint-plugin": "18.0.7",
"@nx/jest": "18.0.7",
"@nx/js": "18.0.7",
"@nx/node": "18.0.7",
"@nx/react": "^18.0.7",
"@nx/vite": "18.0.7",
"@nx/web": "18.0.7",
"@nx/workspace": "18.0.7",
"@parcel/watcher": "^2.4.1",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@testing-library/react": "14.0.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.202",
"@types/node": "~18.16.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"autoprefixer": "^10.4.18",
"esbuild": "^0.19.2",
"eslint": "~8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "18.0.7",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.3.2",
"vite": "~5.0.0",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
}
}