-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.22 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
{
"name": "project-listing",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"workspaces": [
"React Project",
"Backend",
"Graphql Server"
],
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@apollo/client": "^3.11.4",
"@apollo/server": "^4.11.0",
"@google/generative-ai": "^0.19.0",
"@graphql-tools/schema": "^10.0.6",
"@mantine/core": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@omar-sarfraz/caesar-cipher": "^2.0.1",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/cli": "^2.33.1",
"@sentry/node": "^8.26.0",
"@sentry/profiling-node": "^8.26.0",
"@sentry/react": "^8.26.0",
"@sentry/vite-plugin": "^2.22.2",
"@types/cors": "^2.8.17",
"@types/redux-persist": "^4.3.1",
"axios": "^1.7.3",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"formik": "^2.4.6",
"graphql": "^16.9.0",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.16.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"marked": "^14.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-html-markdown": "^1.3.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-quill": "^2.0.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.25.1",
"redux-saga": "^1.3.0",
"remark-gfm": "^4.0.0",
"sequelize": "^6.37.3",
"vite-plugin-pwa": "^0.20.5",
"ws": "^8.18.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@iconify/react": "^5.0.2",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.11",
"@types/node": "^22.1.0",
"@types/passport": "^1.0.16",
"@types/passport-jwt": "^4.0.1",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"nodemon": "^3.1.4",
"postcss": "^8.4.41",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vite": "^5.3.4",
"vite-bundle-visualizer": "^1.2.1"
}
}